Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F847471
in-portal
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
Fri, Apr 18, 5:29 PM
Size
2 KB
Mime Type
text/x-diff
Expires
Sun, Apr 20, 5:29 PM (12 h, 14 m)
Engine
blob
Format
Raw Data
Handle
602323
Attached To
rINP In-Portal
in-portal
View Options
Index: branches/5.0.x/themes/simple/elements/side_boxes/sub_navigation.elm.tpl
===================================================================
--- branches/5.0.x/themes/simple/elements/side_boxes/sub_navigation.elm.tpl (revision 12604)
+++ branches/5.0.x/themes/simple/elements/side_boxes/sub_navigation.elm.tpl (nonexistent)
@@ -1,11 +0,0 @@
-<inp2:m_DefineElement name="nav_menu_element">
-<li class="<inp2:m_if check='m_Param' name='active'>expanded current</inp2:m_if><inp2:m_if check='m_Param' name='is_first'> first-child<inp2:m_elseif check='m_Param' name='is_last'/> last-child</inp2:m_if>">
- <a href="<inp2:m_if check='m_Param' name='external_url'><inp2:m_Param name='external_url'/><inp2:m_else/><inp2:m_Link template='$template' m_cat_id='$cat_id' m_cat_page='1'/></inp2:m_if>" title="<inp2:m_Param name="title"/>"><inp2:m_Param name="title"/></a>
-</li>
-</inp2:m_DefineElement>
-
-<div id="nav-sub">
- <ul>
- <inp2:st_CachedMenu render_as="nav_menu_element" category_id="parent" />
- </ul>
-</div>
Property changes on: branches/5.0.x/themes/simple/elements/side_boxes/sub_navigation.elm.tpl
___________________________________________________________________
Deleted: svn:eol-style
## -1 +0,0 ##
-native
\ No newline at end of property
Index: branches/5.0.x/themes/simple/elements/side_boxes/sub_menu.elm.tpl
===================================================================
--- branches/5.0.x/themes/simple/elements/side_boxes/sub_menu.elm.tpl (nonexistent)
+++ branches/5.0.x/themes/simple/elements/side_boxes/sub_menu.elm.tpl (revision 12605)
@@ -0,0 +1,11 @@
+<inp2:m_DefineElement name="nav_menu_element">
+<li class="<inp2:m_if check='m_Param' name='active'>expanded current</inp2:m_if><inp2:m_if check='m_Param' name='is_first'> first-child<inp2:m_elseif check='m_Param' name='is_last'/> last-child</inp2:m_if>">
+ <a href="<inp2:m_if check='m_Param' name='external_url'><inp2:m_Param name='external_url'/><inp2:m_else/><inp2:m_Link template='$template' m_cat_id='$cat_id' m_cat_page='1'/></inp2:m_if>" title="<inp2:m_Param name="title"/>"><inp2:m_Param name="title"/></a>
+</li>
+</inp2:m_DefineElement>
+
+<div id="nav-sub">
+ <ul>
+ <inp2:st_CachedMenu render_as="nav_menu_element" category_id="parent" />
+ </ul>
+</div>
Property changes on: branches/5.0.x/themes/simple/elements/side_boxes/sub_menu.elm.tpl
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Event Timeline
Log In to Comment