[Svn-src-all:823] [version-2_5-dev 19710] #627(ソース整形・ソースコメントの改善)

Seasoft admin @ mail.ec-cube.net
2010年 12月 6日 (月) 14:09:15 JST


Subversion committed to /home/svn/open 19710
http://svn.ec-cube.net/open_trac/changeset/19710
┌────────────────────────────┐
│更新者 :  Seasoft                                      │
│更新日時:  2010-12-06 14:09:14 +0900 (月, 06 12月 2010)│
└────────────────────────────┘

Log:
--------------------------------------------------------
#627(ソース整形・ソースコメントの改善)
  * フォーム名の統一。
  * EC-CUBE 利用者からメールにて指摘。

Changed:                      [U:修正,A:追加,D:削除]
--------------------------------------------------------
U   branches/version-2_5-dev/data/Smarty/templates/admin/customer/edit.tpl
U   branches/version-2_5-dev/data/Smarty/templates/admin/customer/index.tpl
U   branches/version-2_5-dev/data/Smarty/templates/admin/mail/index.tpl

変更: branches/version-2_5-dev/data/Smarty/templates/admin/customer/edit.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/admin/customer/edit.tpl	2010-12-05 05:44:20 UTC (rev 19709)
+++ branches/version-2_5-dev/data/Smarty/templates/admin/customer/edit.tpl	2010-12-06 05:09:14 UTC (rev 19710)
@@ -25,8 +25,8 @@
 <!--
 
     function fnReturn() {
-        document.form_search.action = './<!--{$smarty.const.DIR_INDEX_URL}-->';
-        document.form_search.submit();
+        document.search_form.action = './<!--{$smarty.const.DIR_INDEX_URL}-->';
+        document.search_form.submit();
         return false;
     }
 
@@ -41,7 +41,7 @@
 //-->
 </script>
 
-<form name="form_search" method="post" action="">
+<form name="search_form" method="post" action="">
     <input type="hidden" name="mode" value="search" />
     <!--{foreach from=$arrSearchData key="key" item="item"}-->
         <!--{if $key ne "customer_id" && $key ne "mode" && $key ne "del_mode" && $key ne "edit_customer_id" && $key ne "del_customer_id" && $key ne "csv_mode" && $key ne "job" && $key ne "sex"}--><input type="hidden" name="<!--{$key|escape}-->" value="<!--{$item|escape}-->"><!--{/if}-->

変更: branches/version-2_5-dev/data/Smarty/templates/admin/customer/index.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/admin/customer/index.tpl	2010-12-05 05:44:20 UTC (rev 19709)
+++ branches/version-2_5-dev/data/Smarty/templates/admin/customer/index.tpl	2010-12-06 05:09:14 UTC (rev 19710)
@@ -72,7 +72,7 @@
 
 
 <div id="customer" class="contents-main">
-<form name="form_search" id="form_search" method="post" action="?">
+<form name="search_form" id="search_form" method="post" action="?">
 <input type="hidden" name="mode" value="search" />
   <h2>検索条件設定</h2>
 

変更: branches/version-2_5-dev/data/Smarty/templates/admin/mail/index.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/admin/mail/index.tpl	2010-12-05 05:44:20 UTC (rev 19709)
+++ branches/version-2_5-dev/data/Smarty/templates/admin/mail/index.tpl	2010-12-06 05:09:14 UTC (rev 19710)
@@ -22,7 +22,7 @@
  */
 *}-->
 <div id="mail" class="contents-main">
-<form name="form_search" id="form_search" method="post" action="?">
+<form name="search_form" id="search_form" method="post" action="?">
 <input type="hidden" name="mode" value="search" />
     <h2>配信先検索条件設定</h2>
 




Svn-src-all メーリングリストの案内