Changeset 19710
- Timestamp:
- 2010/12/06 14:09:14 (12 years ago)
- Location:
- branches/version-2_5-dev/data/Smarty/templates/admin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/Smarty/templates/admin/customer/edit.tpl
r19682 r19710 26 26 27 27 function fnReturn() { 28 document. form_search.action = './<!--{$smarty.const.DIR_INDEX_URL}-->';29 document. form_search.submit();28 document.search_form.action = './<!--{$smarty.const.DIR_INDEX_URL}-->'; 29 document.search_form.submit(); 30 30 return false; 31 31 } … … 42 42 </script> 43 43 44 <form name=" form_search" method="post" action="">44 <form name="search_form" method="post" action=""> 45 45 <input type="hidden" name="mode" value="search" /> 46 46 <!--{foreach from=$arrSearchData key="key" item="item"}--> -
branches/version-2_5-dev/data/Smarty/templates/admin/customer/index.tpl
r18873 r19710 73 73 74 74 <div id="customer" class="contents-main"> 75 <form name=" form_search" id="form_search" method="post" action="?">75 <form name="search_form" id="search_form" method="post" action="?"> 76 76 <input type="hidden" name="mode" value="search" /> 77 77 <h2>検索条件設定</h2> -
branches/version-2_5-dev/data/Smarty/templates/admin/mail/index.tpl
r19628 r19710 23 23 *}--> 24 24 <div id="mail" class="contents-main"> 25 <form name=" form_search" id="form_search" method="post" action="?">25 <form name="search_form" id="search_form" method="post" action="?"> 26 26 <input type="hidden" name="mode" value="search" /> 27 27 <h2>配信先検索条件設定</h2>
Note: See TracChangeset
for help on using the changeset viewer.