Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F785349
advanced
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Feb 12, 9:10 AM
Size
2 KB
Mime Type
text/x-diff
Expires
Fri, Feb 14, 9:10 AM (1 d, 5 h)
Engine
blob
Format
Raw Data
Handle
564384
Attached To
rTADV Themes.Advanced
advanced
View Options
Index: platform/my_account/my_favorites.tpl
===================================================================
--- platform/my_account/my_favorites.tpl (revision 11522)
+++ platform/my_account/my_favorites.tpl (revision 11523)
@@ -1,45 +1,45 @@
<!--##
<NAME>My Favorites</NAME>
<DESC></DESC>
<SECTION>My Account</SECTION>
##-->
<inp2:m_RequireLogin login_template="platform/login/register"/>
<!--## PAGE TITLE ELEMENT ##-->
<inp2:m_DefineElement name="page_title">
<inp2:m_phrase name="lu_title_MyFavorites"/>
</inp2:m_DefineElement>
<!--## //PAGE TITLE ELEMENT ##-->
<!--## SIDE-BAR ELEMENT ##-->
<inp2:m_DefineElement name="sidebar">
<div class="movable-element">
<inp2:m_RenderElement name="platform/elements/side_boxes/login.elm" design="blue_box"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="platform/elements/side_boxes/search.elm" design="blue_box"/>
</div>
</inp2:m_DefineElement>
<!--## //SIDE-BAR ELEMENT ##-->
<inp2:m_DefineElement name="content">
<div class="movable-element">
<inp2:m_include template="platform/elements/navigation_bar.elm" titles="lu_title_MyAccount,lu_title_MyFavorites" templates="platform/my_account/my_account,platform/my_account/my_favorites"/>
</div>
<div class="movable-element">
<!-- my favorites -->
<inp2:m_Set favorites_found="0"/>
- <inp2:m_ModuleInclude template="elements/content_boxes/my_favorites.elm."/>
+ <inp2:m_ModuleInclude template="elements/content_boxes/my_favorites.elm"/>
<inp2:m_if check="m_GetEquals" var="favorites_found" value="0">
<inp2:m_include template="platform/elements/content_boxes/no_favorites.elm"/>
</inp2:m_if>
<!-- // my favorites -->
</div>
</inp2:m_DefineElement>
<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
\ No newline at end of file
Property changes on: platform/my_account/my_favorites.tpl
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1.2.7
\ No newline at end of property
+1.1.2.8
\ No newline at end of property
Event Timeline
Log In to Comment