Page MenuHomeIn-Portal Phabricator

toolbar.tpl
No OneTemporary

File Metadata

Created
Mon, Mar 10, 12:05 AM

toolbar.tpl

<table class="toolbar-block">
<tr>
<td class="toolbar"> <strong><inp2:m_Phrase label="lu_QuickSearch"/>:</strong>
<form method="get" action="<inp2:m_link template="in-commerce/store/search_results" />">
<inp2:m_GetFormHiddens template="in-commerce/store/search_results"/>
<input type="text" name="keywords" id="keywords" style="width: 150px" value="" />&nbsp;
<input class="button" type="submit" style="width: 40px;" value="<inp2:m_Phrase label="lu_comm_Go" no_editing="1"/>!" />
</form>
<strong>&nbsp;&nbsp;<a href="<inp2:m_Link template="in-commerce/store/advanced_search" />" class="toolbar"><inp2:m_Phrase label="lu_AdvancedSearch"/></a></strong>
</td>
<td align="right" class="toolbar">
<strong>
<a href="<inp2:c_CategoryLink template="index" module="In-Commerce" cat_id="Root"/>" class="toolbar"><inp2:m_Phrase label="lu_Home"/></a> |
<a href="<inp2:m_Link template="in-commerce/my_account/account"/>" class="toolbar"><inp2:m_Phrase label="lu_YourAccount"/></a> |
<a href="<inp2:m_Link template="in-commerce/my_account/wishlist"/>" class="toolbar"><inp2:m_Phrase label="lu_YourWishList"/></a> |
<a href="<inp2:m_Link template="in-commerce/checkout/shop_cart"/>" class="toolbar"><inp2:m_Phrase label="lu_ShoppingCart"/></a> |
<a href="<inp2:m_Link template="in-commerce/store/contact_info" />" class="toolbar"><inp2:m_Phrase label="lu_ContactUs"/></a>
<inp2:m_if check="m_ModuleEnabled" module="In-Edit">
<inp2:m_include template="in-edit/blocks/dmenu"/>
</inp2:m_if>
</strong>
</td>
</tr>
</table>

Event Timeline