Ignore:
Timestamp:
2010/12/06 14:09:14 (13 years ago)
Author:
Seasoft
Message:

#627(ソース整形・ソースコメントの改善)

  • フォーム名の統一。
  • EC-CUBE 利用者からメールにて指摘。
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/Smarty/templates/admin/customer/edit.tpl

    r19682 r19710  
    2626 
    2727    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(); 
    3030        return false; 
    3131    } 
     
    4242</script> 
    4343 
    44 <form name="form_search" method="post" action=""> 
     44<form name="search_form" method="post" action=""> 
    4545    <input type="hidden" name="mode" value="search" /> 
    4646    <!--{foreach from=$arrSearchData key="key" item="item"}--> 
Note: See TracChangeset for help on using the changeset viewer.