Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F785611
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, 4:24 PM
Size
25 KB
Mime Type
text/x-diff
Expires
Fri, Feb 14, 4:24 PM (1 d, 3 h)
Engine
blob
Format
Raw Data
Handle
564575
Attached To
rTADV Themes.Advanced
advanced
View Options
Index: branches/1.1.x/in-news/designs/section.tpl
===================================================================
--- branches/1.1.x/in-news/designs/section.tpl (revision 13159)
+++ branches/1.1.x/in-news/designs/section.tpl (revision 13160)
@@ -1,117 +1,117 @@
<!--##
<NAME>Articles - Section Template</NAME>
<DESC>Articles</DESC>
<SECTION>Platform||Articles</SECTION>
##-->
<!--## PAGE TITLE ELEMENT ##-->
<inp2:m_DefineElement name="page_title">
<inp2:m_include template="platform/elements/title_bar.elm"/>
</inp2:m_DefineElement>
<!--## //PAGE TITLE ELEMENT ##-->
<!--## SIDE-BAR ELEMENT ##-->
<inp2:m_DefineElement name="sidebar">
<div class="movable-area">
<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>
<div class="movable-element">
<inp2:m_RenderElement name="in-news/elements/side_boxes/action_box.elm" design="blue_box"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-news/elements/side_boxes/pick.elm" design="blue_box" data_exists="1"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-news/elements/side_boxes/new.elm" design="blue_box" data_exists="1"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-news/elements/side_boxes/pop.elm" design="blue_box" data_exists="1"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-news/elements/side_boxes/hot.elm" design="blue_box" data_exists="1"/>
</div>
</div>
</inp2:m_DefineElement>
<!--## //SIDE-BAR ELEMENT ##-->
<!--## MAIN CONTENT ##-->
<inp2:m_DefineElement name="content">
<div class="movable-element">
<!--## INCLUDE NAVIGATION BAR ##-->
<inp2:m_include template="platform/elements/navigation_bar.elm"/>
<!--## //INCLUDE NAVIGATION BAR ##-->
</div>
<div class="movable-element">
<inp2:m_if check="n_IsModuleHome">
<inp2:m_include template="in-news/elements/content_boxes/site_lead_article.elm"/>
</inp2:m_if>
</div>
<div class="movable-element">
<inp2:m_include template="platform/elements/content_boxes/sub_categories.elm"/>
</div>
<div class="movable-element">
<!-- category lead articles -->
<inp2:m_RenderElement design="content_box" data_exists="1">
<inp2:n_InitList list_name="category_lead" types="cat_lead" per_page="-1"/>
<inp2:m_Capture to_var="header">
<inp2:m_phrase name="lu_title_CategoryLeadStory"/>
</inp2:m_Capture>
<table class="table-gradient-grey" width="100%">
<inp2:n_ListArticles list_name="category_lead" render_as="category_lead_article_element" no_table="1"/>
</table>
</inp2:m_RenderElement>
<!-- // category lead articles -->
</div>
<div class="movable-element">
<!-- articles in category -->
<inp2:m_RenderElement design="content_box" data_exists="1" block_no_data="no_articles">
<inp2:m_include template="in-news/elements/articles.elm"/>
- <inp2:n_InitList list_name="items_in_current_cat" />
+ <inp2:n_InitList list_name="items_in_current_cat" main_list="1"/>
<inp2:m_Capture to_var="header">
<inp2:m_phrase name="lu_title_Articles"/> (<inp2:n_TotalRecords list_name="items_in_current_cat"/>)
</inp2:m_Capture>
<inp2:m_include template="in-news/elements/sorting.elm" list_name="items_in_current_cat"/>
<table class="fullwidth item-listing table-border">
<inp2:n_ListArticles list_name="items_in_current_cat" render_as="article_element" direction="H"/>
</table>
<inp2:m_include template="platform/elements/pagination.elm" prefix="n" list_name="items_in_current_cat"/>
<div align="left">
<a href="<inp2:c_CategoryLink template="in-news/elements/rss.xml" cat_id="current"/>"><inp2:m_Phrase name="lu_rss_feed"/></a>
</div>
</inp2:m_RenderElement>
<!-- // articles in category -->
</div>
<!--## LIST RELATED CATEGORIES ##-->
<!--##
<div class="movable-element">
<inp2:m_RenderElement design="content_box" related_to="Category" data_exists="1">
<inp2:m_Capture to_var="header">
<inp2:m_Phrase label="lu_title_RelatedCategories"/>
</inp2:m_Capture>
<inp2:m_include template="platform/elements/content_boxes/related_items.elm" related_to="$related_to" />
</inp2:m_RenderElement>
</div>
##-->
<!--## //LIST RELATED CATEGORIES ##-->
</inp2:m_DefineElement>
<!--## /MAIN CONTENT ##-->
<!--## DESIGN TEMPLATE ##-->
<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
<!--## /DESIGN TEMPLATE ##-->
\ No newline at end of file
Index: branches/1.1.x/in-news/elements/sorting.elm.tpl
===================================================================
--- branches/1.1.x/in-news/elements/sorting.elm.tpl (revision 13159)
+++ branches/1.1.x/in-news/elements/sorting.elm.tpl (revision 13160)
@@ -1,41 +1,43 @@
<table class="fullwidth">
<tr>
<td class="category-statistics">
<inp2:m_phrase name="lu_TotalArticles"/>: <inp2:n_ItemCount/> | <inp2:m_phrase name="lu_AddedToday"/>: <inp2:n_ItemCount today="1"/>
</td>
<td class="category-statistics" align="right">
<inp2:m_phrase name="lu_ArticlesUpdated"/>: <inp2:n_LastUpdated format="_regional_DateFormat"/>
</td>
</tr>
</table>
<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="4" alt="" /><br />
<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/grey_pix.gif" width="100%" height="1" alt="" /><br />
<br />
<table class="fullwidth">
<tr>
<td align="right">
<form method="post" action="<inp2:m_FormAction />">
<inp2:m_Phrase label="lu_SortArticlesBy"/>:
<select name="<inp2:n_CombinedSortingDropDownName/>" class="input-select">
<option value="Title|asc" <inp2:n_SortingSelected sorting="Title|asc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_ArticleTitleAZ"/></option>
<option value="Title|desc" <inp2:n_SortingSelected sorting="Title|desc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_ArticleTitleZA"/></option>
<option value="CreatedOn|asc" <inp2:n_SortingSelected sorting="CreatedOn|asc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_RecentToOld"/></option>
<option value="CreatedOn|desc" <inp2:n_SortingSelected sorting="CreatedOn|desc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_OldToRecent"/></option>
<option value="Author|asc" <inp2:n_SortingSelected sorting="Author|asc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_AuthorAZ"/></option>
<option value="Author|desc" <inp2:n_SortingSelected sorting="Author|desc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_AuthorZA"/></option>
<option value="CachedRating|asc" <inp2:n_SortingSelected sorting="CachedRating|asc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_RatingLH"/></option>
<option value="CachedRating|desc" <inp2:n_SortingSelected sorting="CachedRating|desc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_RatingHL"/></option>
<option value="CachedVotesQty|asc" <inp2:n_SortingSelected sorting="CachedVotesQty|asc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_VotesLH"/></option>
<option value="CachedVotesQty|desc" <inp2:n_SortingSelected sorting="CachedVotesQty|desc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_VotesHL"/></option>
<option value="Hits|asc" <inp2:n_SortingSelected sorting="Hits|asc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_HitsLH"/></option>
<option value="Hits|desc" <inp2:n_SortingSelected sorting="Hits|desc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_HitsHL"/></option>
</select>
+
+ <inp2:m_GetUrlHiddenFileds/>
<input type="submit" class="button" name="<inp2:n_SubmitName event="OnSetSortingDirect"/>" value="<inp2:m_Phrase label="lu_btn_Sort" no_editing="1"/>" />
</form>
</td>
</tr>
</table>
<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="10" alt="" /><br />
\ No newline at end of file
Index: branches/1.1.x/in-link/designs/section.tpl
===================================================================
--- branches/1.1.x/in-link/designs/section.tpl (revision 13159)
+++ branches/1.1.x/in-link/designs/section.tpl (revision 13160)
@@ -1,96 +1,96 @@
<!--##
<NAME>Links - Section Template</NAME>
<DESC>Links</DESC>
<SECTION>Platform||Links</SECTION>
##-->
<!--## PAGE TITLE ELEMENT ##-->
<inp2:m_DefineElement name="page_title">
<inp2:m_include template="platform/elements/title_bar.elm"/>
</inp2:m_DefineElement>
<!--## //PAGE TITLE ELEMENT ##-->
<!--## SIDE-BAR ELEMENT ##-->
<inp2:m_DefineElement name="sidebar">
<div class="movable-area">
<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>
<div class="movable-element">
<inp2:m_RenderElement name="in-link/elements/side_boxes/action_box.elm" design="blue_box"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="platform/elements/side_boxes/related_searches.elm" design="blue_box" data_exists="1"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-link/elements/side_boxes/new.elm" design="blue_box" data_exists="1"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-link/elements/side_boxes/hot.elm" design="blue_box" data_exists="1"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-link/elements/side_boxes/pop.elm" design="blue_box" data_exists="1"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-link/elements/side_boxes/pick.elm" design="blue_box" data_exists="1"/>
</div>
</div>
</inp2:m_DefineElement>
<!--## //SIDE-BAR ELEMENT ##-->
<!--## MAIN CONTENT ##-->
<inp2:m_DefineElement name="content">
<div class="movable-area">
<div class="movable-element">
<inp2:m_include template="platform/elements/navigation_bar.elm"/>
</div>
<div class="movable-element">
<!--## SUB-CATEGORIES ##-->
<inp2:m_include template="platform/elements/content_boxes/sub_categories.elm"/>
<!--## /SUB-CATEGORIES ##-->
</div>
<div class="movable-element">
<!--## links in category ##-->
<inp2:m_RenderElement design="content_box" data_exists="1" block_no_data="no_links">
- <inp2:l_InitList list_name="items_in_current_cat"/>
+ <inp2:l_InitList list_name="items_in_current_cat" main_list="1"/>
<inp2:m_Capture to_var="header">
<inp2:m_phrase name="lu_title_Links"/> (<inp2:l_TotalRecords list_name="items_in_current_cat"/>)
</inp2:m_Capture>
<inp2:m_include template="in-link/elements/links.elm"/>
<inp2:m_include template="in-link/elements/sorting.elm" list_name="items_in_current_cat"/>
<table class="fullwidth item-listing table-border">
<inp2:l_ListLinks list_name="items_in_current_cat" render_as="link_element" direction="H"/>
</table>
<inp2:m_include template="platform/elements/pagination.elm" prefix="l" list_name="items_in_current_cat"/>
</inp2:m_RenderElement>
<!--## // links in category ##-->
</div>
</div>
<!--## RELATED CATEGORIES ##-->
<!--##
<div class="movable-element">
<inp2:m_RenderElement design="content_box" related_to="Category" data_exists="1">
<inp2:m_Capture to_var="header">
<inp2:m_Phrase label="lu_title_RelatedCategories"/>
</inp2:m_Capture>
<inp2:m_include template="platform/elements/content_boxes/related_items.elm" related_to="$related_to" />
</inp2:m_RenderElement>
</div>
##-->
<!--## // RELATED CATEGORIES ##-->
</inp2:m_DefineElement>
<!--## /MAIN CONTENT ##-->
<!--## DESIGN TEMPLATE ##-->
<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
<!--## /DESIGN TEMPLATE ##-->
\ No newline at end of file
Index: branches/1.1.x/in-link/elements/sorting.elm.tpl
===================================================================
--- branches/1.1.x/in-link/elements/sorting.elm.tpl (revision 13159)
+++ branches/1.1.x/in-link/elements/sorting.elm.tpl (revision 13160)
@@ -1,42 +1,43 @@
<table class="fullwidth">
<tr>
<td class="category-statistics">
<inp2:m_phrase name="lu_TotalLinks"/>: <inp2:l_ItemCount/> | <inp2:m_phrase name="lu_AddedToday"/>: <inp2:l_ItemCount today="1"/>
</td>
<td class="category-statistics" align="right">
<inp2:m_phrase name="lu_LinksUpdated"/>: <inp2:l_LastUpdated format="_regional_DateFormat"/>
</td>
</tr>
</table>
<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="4" alt="" /><br />
<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/grey_pix.gif" width="100%" height="1" alt="" /><br />
<br />
<table class="fullwidth">
<tr>
<td align="right">
<form method="post" action="<inp2:m_FormAction />">
<inp2:m_Phrase label="lu_SortLinksBy"/>:
<select class="input-select" name="<inp2:l_CombinedSortingDropDownName/>">
<option value="Name|asc" <inp2:l_SortingSelected sorting="Name|asc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_LinkNameAZ"/></option>
<option value="Name|desc" <inp2:l_SortingSelected sorting="Name|desc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_LinkNameZA"/></option>
<option value="CreatedOn|asc" <inp2:l_SortingSelected sorting="CreatedOn|asc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_RecentToOld"/></option>
<option value="CreatedOn|desc" <inp2:l_SortingSelected sorting="CreatedOn|desc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_OldToRecent"/></option>
<option value="Description|asc" <inp2:l_SortingSelected sorting="Description|asc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_DescriptionAZ"/></option>
<option value="Description|desc" <inp2:l_SortingSelected sorting="Description|desc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_DescriptionZA"/></option>
<option value="CachedRating|asc" <inp2:l_SortingSelected sorting="CachedRating|asc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_RatingLH"/></option>
<option value="CachedRating|desc" <inp2:l_SortingSelected sorting="CachedRating|desc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_RatingHL"/></option>
<option value="CachedVotesQty|asc" <inp2:l_SortingSelected sorting="CachedVotesQty|asc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_VotesLH"/></option>
<option value="CachedVotesQty|desc" <inp2:l_SortingSelected sorting="CachedVotesQty|desc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_VotesHL"/></option>
<option value="Hits|asc" <inp2:l_SortingSelected sorting="Hits|asc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_HitsLH"/></option>
<option value="Hits|desc" <inp2:l_SortingSelected sorting="Hits|desc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_HitsHL"/></option>
</select>
+ <inp2:m_GetUrlHiddenFileds/>
<input type="submit" class="button" name="<inp2:l_SubmitName event="OnSetSortingDirect"/>" value="<inp2:m_Phrase label="lu_btn_Sort" no_editing="1"/>" />
</form>
</td>
</tr>
</table>
<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="10" alt="" /><br />
\ No newline at end of file
Index: branches/1.1.x/platform/elements/pagination.elm.tpl
===================================================================
--- branches/1.1.x/platform/elements/pagination.elm.tpl (revision 13159)
+++ branches/1.1.x/platform/elements/pagination.elm.tpl (revision 13160)
@@ -1,52 +1,54 @@
<inp2:m_DefineElement name="prev_page">
<a href="<inp2:PageLink/>"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/pagenation_left.gif" width="5" height="5" alt="" /></a>
</inp2:m_DefineElement>
<inp2:m_DefineElement name="next_page">
<a href="<inp2:PageLink/>"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/pagenation_right.gif" width="5" height="5" alt="" /></a>
</inp2:m_DefineElement>
<inp2:m_DefineElement name="page_current">
<span class="current-page"><inp2:m_param name="page"/></span>
</inp2:m_DefineElement>
<inp2:m_DefineElement name="page_separator">
<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt="" />
</inp2:m_DefineElement>
<inp2:m_DefineElement name="page_link">
<a href="<inp2:PageLink/>" class="page-link"><inp2:m_param name="page"/></a>
</inp2:m_DefineElement>
<div class="horizontal-separator"><img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="1" alt="" /><br /></div>
<br />
<table style="width: 100%; text-align: left;">
<tr>
<inp2:m_if check="{$prefix}_GridInfo" type="needs_pagination">
<td>
<inp2:m_Phrase label="lu_comm_Page"/>:
<inp2:{$prefix}_PaginationBar
current_render_as="page_current" separator_render_as="page_separator" link_render_as="page_link"
prev_page_render_as="prev_page"
next_page_render_as="next_page" />
</td>
</inp2:m_if>
<td align="right">
<inp2:m_phrase name="lu_ItemsPerPage"/>:
- <form method="post" action="<inp2:m_FormAction />">
-
- <select class="input-select" name="<inp2:{$prefix}_VarName type="PerPage"/>">
+ <form method="post" action="<inp2:m_FormAction/>">
+ <select class="input-select" name="<inp2:{$prefix}_VarName type='PerPage'/>">
<option value="10" <inp2:{$prefix}_PerPageSelected per_page="10" selected='selected="selected"'/>>10</option>
<option value="20" <inp2:{$prefix}_PerPageSelected per_page="20" selected='selected="selected"'/>>20</option>
<option value="50" <inp2:{$prefix}_PerPageSelected per_page="50" selected='selected="selected"'/>>50</option>
</select>
- <input type="submit" class="button" name="<inp2:{$prefix}_SubmitName event="OnSetPerPage"/>" value="<inp2:m_Phrase label="lu_btn_Set" no_editing="1"/>" />
+
+ <inp2:m_GetUrlHiddenFileds/>
+
+ <input type="submit" class="button" name="<inp2:{$prefix}_SubmitName event='OnSetPerPage'/>" value="<inp2:m_Phrase label='lu_btn_Set' no_editing='1'/>" />
</form>
</td>
</tr>
</table>
Index: branches/1.1.x/in-commerce/designs/section.tpl
===================================================================
--- branches/1.1.x/in-commerce/designs/section.tpl (revision 13159)
+++ branches/1.1.x/in-commerce/designs/section.tpl (revision 13160)
@@ -1,104 +1,104 @@
<!--##
<NAME>Products - Section Template</NAME>
<DESC>Products</DESC>
<SECTION>Platform||Products</SECTION>
##-->
<!--## PAGE TITLE ELEMENT ##-->
<inp2:m_DefineElement name="page_title">
<inp2:m_include template="platform/elements/title_bar.elm"/>
</inp2:m_DefineElement>
<!--## //PAGE TITLE ELEMENT ##-->
<!--## SIDE-BAR ELEMENT ##-->
<inp2:m_DefineElement name="sidebar">
<div class="movable-area">
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/cart_indicator.elm" design="blue_box" data_exists="1"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/categories.elm" design="blue_box" data_exists="1"/>
</div>
<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>
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/credit_cards.elm" design="blue_box"/>
</div>
<div class="movable-element">
<inp2:m_RenderElement name="in-commerce/elements/side_boxes/pick_products.elm" design="blue_box" data_exists="1"/>
</div>
</div>
</inp2:m_DefineElement>
<!--## /SIDE-BAR ELEMENT ##-->
<!--## MAIN CONTENT ##-->
<inp2:m_DefineElement name="content">
<div class="movable-area">
<div class="movable-element">
<inp2:m_include template="platform/elements/navigation_bar.elm"/>
</div>
<!--## IF IN-COMMERCE HOME PAGE ##-->
<inp2:m_if check="p_IsModuleHome">
<div class="movable-element">
<inp2:m_include template="in-commerce/elements/content_boxes/featured_products.elm"/>
</div>
<div class="movable-element">
<inp2:m_include template="in-commerce/elements/content_boxes/new_products.elm"/>
</div>
<div class="movable-element">
<inp2:m_include template="in-commerce/elements/content_boxes/pick_products.elm"/>
</div>
<inp2:m_else/>
<!--## /IF IN-COMMERCE HOME PAGE ##-->
<div class="movable-element">
<inp2:m_include template="platform/elements/content_boxes/sub_categories.elm"/>
</div>
<div class="movable-element">
<!-- Category Products List -->
<inp2:m_RenderElement design="content_box" block_no_data="no_products">
- <inp2:p_InitList list_name="products_in_category" />
+ <inp2:p_InitList list_name="products_in_category" main_list="1"/>
<inp2:m_Capture to_var="header">
<inp2:m_phrase name="lu_title_Products"/> (<inp2:p_TotalRecords list_name="products_in_category"/>)
</inp2:m_Capture>
<inp2:m_include template="in-commerce/elements/sorting.elm" list_name="products_in_category"/>
<inp2:m_include template="in-commerce/elements/products.elm"/>
<table class="fullwidth table-border">
<inp2:p_ListProducts list_name="products_in_category" render_as="product_element"/>
</table>
<inp2:m_include template="platform/elements/pagination.elm" prefix="p" list_name="products_in_category"/>
</inp2:m_RenderElement>
<!-- // Category Products List -->
</div>
<!--## RELATED CATEGORIES ##-->
<!--##
<div class="movable-element">
<inp2:m_RenderElement design="content_box" related_to="Category" data_exists="1">
<inp2:m_Capture to_var="header">
<inp2:m_Phrase label="lu_title_RelatedCategories"/>
</inp2:m_Capture>
<inp2:m_include template="platform/elements/content_boxes/related_items.elm" related_to="$related_to" />
</inp2:m_RenderElement>
</div>
##-->
<!--## // RELATED CATEGORIES ##-->
</inp2:m_if>
</div>
</inp2:m_DefineElement>
<!--## /MAIN CONTENT ##-->
<!--## DESIGN TEMPLATE ##-->
<inp2:m_include template="platform/designs/default_design.des" pass_params="1"/>
<!--## /DESIGN TEMPLATE ##-->
\ No newline at end of file
Index: branches/1.1.x/in-commerce/elements/sorting.elm.tpl
===================================================================
--- branches/1.1.x/in-commerce/elements/sorting.elm.tpl (revision 13159)
+++ branches/1.1.x/in-commerce/elements/sorting.elm.tpl (revision 13160)
@@ -1,41 +1,43 @@
<!--## SORTING TEMPLATE FOR IN-COMMERCE ##-->
<table class="fullwidth">
<tr>
<td class="category-statistics">
<inp2:m_phrase name="lu_TotalProducts"/>: <inp2:p_ItemCount/> | <inp2:m_phrase name="lu_AddedToday"/>: <inp2:p_ItemCount today="1"/>
</td>
<td class="category-statistics" align="right">
<inp2:m_phrase name="lu_ProductsUpdated"/>: <inp2:p_LastUpdated format="_regional_DateFormat"/>
</td>
</tr>
</table>
<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="4" alt="" /><br />
<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/grey_pix.gif" width="100%" height="1" alt="" /><br />
<br />
<table class="fullwidth">
<tr>
<td align="right">
<form method="post" action="<inp2:m_FormAction />">
<inp2:m_Phrase label="lu_SortProductsBy"/>:
<select class="input-select" name="<inp2:p_CombinedSortingDropDownName/>">
<option value="Name|asc" <inp2:p_SortingSelected sorting="l1_Name|asc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_comm_NameAZ"/></option>
<option value="Name|desc" <inp2:p_SortingSelected sorting="l1_Name|desc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_comm_NameZA"/></option>
<option value="Manufacturer|asc" <inp2:p_SortingSelected sorting="Manufacturer|asc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_comm_ManufAZ"/></option>
<option value="Manufacturer|desc" <inp2:p_SortingSelected sorting="Manufacturer|desc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_comm_ManufZA"/></option>
<option value="Price|asc" <inp2:p_SortingSelected sorting="Price|asc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_comm_PriceLH"/></option>
<option value="Price|desc" <inp2:p_SortingSelected sorting="Price|desc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_comm_PriceHL"/></option>
<option value="CreatedOn|asc" <inp2:p_SortingSelected sorting="CreatedOn|asc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_comm_RecentToOld"/></option>
<option value="CreatedOn|desc" <inp2:p_SortingSelected sorting="CreatedOn|desc" selected='selected="selected"'/>> <inp2:m_Phrase label="lu_comm_OldToRecent"/></option>
</select>
+
+ <inp2:m_GetUrlHiddenFileds/>
<input type="submit" class="button" name="<inp2:p_SubmitName event="OnSetSortingDirect"/>" value="<inp2:m_Phrase label="lu_btn_Sort" no_editing="1"/>" />
</form>
</td>
</tr>
</table>
<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/s.gif" width="1" height="10" alt="" /><br />
<!--## /SORTING TEMPLATE FOR IN-COMMERCE ##-->
\ No newline at end of file
Event Timeline
Log In to Comment