Ignore:
Timestamp:
2013/05/02 18:11:36 (11 years ago)
Author:
h_yoshimoto
Message:

#2236 2.12.3リリース以降の2.12-devへのコミット差し戻し

File:
1 edited

Legend:

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

    r22571 r22796  
    103103                <td> 
    104104                    <span class="attention"><!--{$arrErr.zip01}--><!--{$arrErr.zip02}--></span> 
    105                     〒 <input type="text" name="zip01" value="<!--{$arrForm.zip01|h}-->" maxlength="<!--{$smarty.const.ZIP01_LEN}-->" size="6" class="box6" <!--{if $arrErr.zip01 != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> /> - <input type="text" name="zip02" value="<!--{$arrForm.zip02|h}-->" maxlength="<!--{$smarty.const.ZIP02_LEN}-->" size="6" class="box6" <!--{if $arrErr.zip02 != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> /> 
     105                    〒 <input type="text" name="zip01" value="<!--{$arrForm.zip01|h}-->" maxlength="<!--{$smarty.const.ZIP01_LEN}-->" size="6" class="box6" maxlength="3" <!--{if $arrErr.zip01 != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> /> - <input type="text" name="zip02" value="<!--{$arrForm.zip02|h}-->" maxlength="<!--{$smarty.const.ZIP02_LEN}-->" size="6" class="box6" maxlength="4" <!--{if $arrErr.zip02 != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> /> 
    106106                    <a class="btn-normal" href="javascript:;" name="address_input" onclick="fnCallAddress('<!--{$smarty.const.INPUT_ZIP_URLPATH}-->', 'zip01', 'zip02', 'pref', 'addr01'); return false;">住所入力</a> 
    107107                </td> 
     
    241241 
    242242        <input type="hidden" name="order_id" value="" /> 
    243         <input type="hidden" name="search_pageno" value="<!--{$tpl_pageno}-->" /> 
    244         <input type="hidden" name="edit_customer_id" value="<!--{$edit_customer_id}-->" /> 
     243        <input type="hidden" name="search_pageno" value="<!--{$tpl_pageno}-->"> 
     244        <input type="hidden" name="edit_customer_id" value="<!--{$edit_customer_id}-->" > 
    245245 
    246246        <h2>購入履歴一覧</h2> 
Note: See TracChangeset for help on using the changeset viewer.