Index: branches/version-2_5-dev/data/Smarty/templates/admin/customer/edit.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/admin/customer/edit.tpl	(revision 19682)
+++ branches/version-2_5-dev/data/Smarty/templates/admin/customer/edit.tpl	(revision 19710)
@@ -26,6 +26,6 @@
 
     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;
     }
@@ -42,5 +42,5 @@
 </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"}-->
Index: branches/version-2_5-dev/data/Smarty/templates/admin/customer/index.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/admin/customer/index.tpl	(revision 18873)
+++ branches/version-2_5-dev/data/Smarty/templates/admin/customer/index.tpl	(revision 19710)
@@ -73,5 +73,5 @@
 
 <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>
Index: branches/version-2_5-dev/data/Smarty/templates/admin/mail/index.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/admin/mail/index.tpl	(revision 19628)
+++ branches/version-2_5-dev/data/Smarty/templates/admin/mail/index.tpl	(revision 19710)
@@ -23,5 +23,5 @@
 *}-->
 <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>
