Ignore:
Timestamp:
2011/04/16 04:05:51 (13 years ago)
Author:
Seasoft
Message:

#871 (メールアドレスの文字長チェックにバラツキ)

File:
1 edited

Legend:

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

    r20764 r20848  
    218218            <td> 
    219219                <span class="attention"><!--{$arrErr.email01}--></span> 
    220                 <input type="text" name="email01" value="<!--{$arrForm.email01|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="60" class="box60" style="<!--{if $arrErr.email01 != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" /> 
    221                 <span class="attention"> (上限<!--{$smarty.const.STEXT_LEN}-->文字)</span> 
     220                <input type="text" name="email01" value="<!--{$arrForm.email01|h}-->" size="60" class="box60" style="<!--{if $arrErr.email01 != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" /> 
    222221            </td> 
    223222        </tr> 
     
    226225            <td> 
    227226                <span class="attention"><!--{$arrErr.email02}--></span> 
    228                 <input type="text" name="email02" value="<!--{$arrForm.email02|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="60" class="box60" style="<!--{if $arrErr.email02 != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->"/> 
    229                 <span class="attention"> (上限<!--{$smarty.const.STEXT_LEN}-->文字)</span> 
     227                <input type="text" name="email02" value="<!--{$arrForm.email02|h}-->" size="60" class="box60" style="<!--{if $arrErr.email02 != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->"/> 
    230228            </td> 
    231229        </tr> 
     
    234232            <td> 
    235233                <span class="attention"><!--{$arrErr.email03}--></span> 
    236                 <input type="text" name="email03" value="<!--{$arrForm.email03|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="60" class="box60" style="<!--{if $arrErr.email03 != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->"/> 
    237                 <span class="attention"> (上限<!--{$smarty.const.STEXT_LEN}-->文字)</span> 
     234                <input type="text" name="email03" value="<!--{$arrForm.email03|h}-->" size="60" class="box60" style="<!--{if $arrErr.email03 != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->"/> 
    238235            </td> 
    239236        </tr> 
     
    242239            <td> 
    243240                <span class="attention"><!--{$arrErr.email04}--></span> 
    244                 <input type="text" name="email04" value="<!--{$arrForm.email04|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="60" class="box60" style="<!--{if $arrErr.email04 != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->"/> 
    245                 <span class="attention"> (上限<!--{$smarty.const.STEXT_LEN}-->文字)</span> 
     241                <input type="text" name="email04" value="<!--{$arrForm.email04|h}-->" size="60" class="box60" style="<!--{if $arrErr.email04 != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->"/> 
    246242            </td> 
    247243        </tr> 
Note: See TracChangeset for help on using the changeset viewer.