Changeset 20388
- Timestamp:
- 2011/02/24 19:55:05 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/Smarty/templates/admin/customer/index.tpl
r20383 r20388 106 106 <input type="hidden" name="search_pageno" value="<!--{$smarty.post.search_pageno|h}-->" /> 107 107 <!--{foreach from=$smarty.post key="key" item="item"}--> 108 <!--{if $key ne "mode" && $key ne "edit_customer_id" && $key ne $smarty.const.TRANSACTION_ID_NAME}-->108 <!--{if $key ne "mode" && $key ne "edit_customer_id" && $key ne "search_pageno" && $key ne $smarty.const.TRANSACTION_ID_NAME}--> 109 109 <!--{if is_array($item)}--> 110 110 <!--{foreach item=c_item from=$item}-->
Note: See TracChangeset
for help on using the changeset viewer.