Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F726690
onlinestore
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
Sun, Jan 5, 10:36 PM
Size
2 KB
Mime Type
text/x-diff
Expires
Tue, Jan 7, 10:36 PM (1 d, 5 h ago)
Engine
blob
Format
Raw Data
Handle
536789
Attached To
rTOST Themes.OnlineStore
onlinestore
View Options
Index: branches/1.1.x/in-commerce/blocks/categories/title_path.tpl
===================================================================
--- branches/1.1.x/in-commerce/blocks/categories/title_path.tpl (revision 13783)
+++ branches/1.1.x/in-commerce/blocks/categories/title_path.tpl (revision 13784)
@@ -1,15 +1,15 @@
<inp2:m_DefineElement name="root_category">
- <inp2:c_RootCategoryName/>
+ <inp2:m_Phrase name="lu_rootcategory_name"/>
</inp2:m_DefineElement>
<inp2:m_DefineElement name="title_category">
<inp2:m_param name="cat_name"/>
<inp2:m_param name="separator"/>
</inp2:m_DefineElement>
<inp2:m_DefineElement name="current_title">
<inp2:m_param name="cat_name"/>
</inp2:m_DefineElement>
<inp2:c_CategoryPath separator=">" render_as="title_category" current_render_as="current_title" module_root_render_as="title_category" root_cat_render_as="html:" />
Index: branches/1.1.x/in-commerce/blocks/categories/current_path.tpl
===================================================================
--- branches/1.1.x/in-commerce/blocks/categories/current_path.tpl (revision 13783)
+++ branches/1.1.x/in-commerce/blocks/categories/current_path.tpl (revision 13784)
@@ -1,33 +1,33 @@
<inp2:m_DefaultParam titles="" templates="" show_category="0"/>
<inp2:m_DefineElement name="root_category">
- <a class="link-nav-bar" href="<inp2:c_CategoryLink template="__default__" />"><inp2:m_RootCategoryName/></a>
+ <a class="link-nav-bar" href="<inp2:c_CategoryLink template="__default__" />"><inp2:m_Phrase name="lu_rootcategory_name"/></a>
</inp2:m_DefineElement>
<inp2:m_DefineElement name="module_root">
<inp2:m_param name="separator"/>
<a class="link-nav-bar" href="<inp2:c_CategoryLink template="in-commerce/index" cat_id="0"/>"><inp2:m_param name="title"/></a>
</inp2:m_DefineElement>
<inp2:m_DefineElement name="nav_link">
<inp2:m_param name="separator"/>
<inp2:m_if check="m_Param" name="category">
<a class="link-nav-bar" href="<inp2:c_CategoryLink template="__default__" />"><inp2:m_param name="title"/></a>
<inp2:m_else/>
<a class="link-nav-bar" href="<inp2:m_Link template="$template" m_cat_id="0"/>"><inp2:m_param name="title"/></a>
</inp2:m_if>
</inp2:m_DefineElement>
<inp2:m_DefineElement name="module_item">
<inp2:m_param name="separator"/>
<a class="link-nav-bar" href="<inp2:{$prefix}_ItemLink template="$template" />"><inp2:m_param name="title"/></a>
</inp2:m_DefineElement>
<inp2:m_DefineElement name="current_item">
<inp2:m_param name="separator"/>
<span> <inp2:m_param name="title"/></span>
</inp2:m_DefineElement>
<div class="nav-bar">
<inp2:c_CategoryPath separator=">" render_as="nav_link" current_render_as="current_item" module_item_render_as="module_item" root_cat_render_as="root_category" titles="$titles" templates="$templates" show_category="$show_category" module_root_render_as="module_root"/>
</div>
\ No newline at end of file
Event Timeline
Log In to Comment