Ignore:
Timestamp:
2014/07/13 18:43:01 (12 years ago)
Author:
shutta
Message:

#2594 (SC_CheckError::TEL_CHECK()の数字入力チェックに漏れ)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/Smarty/templates/admin/basis/index.tpl

    r23546 r23570  
    187187                <td> 
    188188                    <span class="attention"><!--{$arrErr.tel01}--></span> 
     189                    <span class="attention"><!--{$arrErr.tel02}--></span> 
     190                    <span class="attention"><!--{$arrErr.tel03}--></span> 
    189191                    <input type="text" name="tel01" value="<!--{$arrForm.tel01|h}-->" maxlength="6" size="6" class="box6" style="<!--{if $arrErr.tel01 != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" /> - 
    190192                    <input type="text" name="tel02" value="<!--{$arrForm.tel02|h}-->" maxlength="6" size="6" class="box6" style="<!--{if $arrErr.tel01 != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" /> - 
     
    196198                <td> 
    197199                    <span class="attention"><!--{$arrErr.fax01}--></span> 
     200                    <span class="attention"><!--{$arrErr.fax02}--></span> 
     201                    <span class="attention"><!--{$arrErr.fax03}--></span> 
    198202                    <input type="text" name="fax01" value="<!--{$arrForm.fax01|h}-->" maxlength="6" size="6" class="box6" style="<!--{if $arrErr.fax01 != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" /> - 
    199203                    <input type="text" name="fax02" value="<!--{$arrForm.fax02|h}-->" maxlength="6" size="6" class="box6" style="<!--{if $arrErr.fax02 != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" /> - 
Note: See TracChangeset for help on using the changeset viewer.