[Svn-src-all:1496] [version-2_5-dev 20388] 顧客検索でページ送りがおかしくなったのを修正。
shutta
admin @ mail.ec-cube.net
2011年 2月 24日 (木) 19:55:05 JST
Subversion committed to /home/svn/open 20388
http://svn.ec-cube.net/open_trac/changeset/20388
┌────────────────────────────┐
│更新者 : shutta │
│更新日時: 2011-02-24 19:55:05 +0900 (木, 24 2月 2011)│
└────────────────────────────┘
Log:
--------------------------------------------------------
顧客検索でページ送りがおかしくなったのを修正。
Changed: [U:修正,A:追加,D:削除]
--------------------------------------------------------
U branches/version-2_5-dev/data/Smarty/templates/admin/customer/index.tpl
変更: branches/version-2_5-dev/data/Smarty/templates/admin/customer/index.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/admin/customer/index.tpl 2011-02-24 10:33:15 UTC (rev 20387)
+++ branches/version-2_5-dev/data/Smarty/templates/admin/customer/index.tpl 2011-02-24 10:55:05 UTC (rev 20388)
@@ -105,7 +105,7 @@
<input type="hidden" name="edit_customer_id" value="" />
<input type="hidden" name="search_pageno" value="<!--{$smarty.post.search_pageno|h}-->" />
<!--{foreach from=$smarty.post key="key" item="item"}-->
- <!--{if $key ne "mode" && $key ne "edit_customer_id" && $key ne $smarty.const.TRANSACTION_ID_NAME}-->
+ <!--{if $key ne "mode" && $key ne "edit_customer_id" && $key ne "search_pageno" && $key ne $smarty.const.TRANSACTION_ID_NAME}-->
<!--{if is_array($item)}-->
<!--{foreach item=c_item from=$item}-->
<input type="hidden" name="<!--{$key|h}-->[]" value="<!--{$c_item|h}-->" />
Svn-src-all メーリングリストの案内