Changeset 19710


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

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

  • フォーム名の統一。
  • EC-CUBE 利用者からメールにて指摘。
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  
    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"}--> 
  • branches/version-2_5-dev/data/Smarty/templates/admin/customer/index.tpl

    r18873 r19710  
    7373 
    7474<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="?"> 
    7676<input type="hidden" name="mode" value="search" /> 
    7777  <h2>検索条件設定</h2> 
  • branches/version-2_5-dev/data/Smarty/templates/admin/mail/index.tpl

    r19628 r19710  
    2323*}--> 
    2424<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="?"> 
    2626<input type="hidden" name="mode" value="search" /> 
    2727    <h2>配信先検索条件設定</h2> 
Note: See TracChangeset for help on using the changeset viewer.