Ignore:
Timestamp:
2010/10/14 16:46:42 (12 years ago)
Author:
Seasoft
Message:

#626(表記の統一性の向上)

  • 括弧とスペースの使い方 (途中)
  • 名前の補助表記 (途中)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/Smarty/templates/default/admin/system/bkup.tpl

    r18700 r18853  
    3838                <span class="attention"><!--{$arrErr.bkup_name}--></span> 
    3939                <!--{/if}--> 
    40                 <input type="text" name="bkup_name" value="<!--{$arrForm.bkup_name|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="60" class="box60" style="<!--{if $arrErr.bkup_name != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}--> ime-mode: disabled;" /><span class="attention"> (上限<!--{$smarty.const.STEXT_LEN}-->文字)</span> 
     40                <input type="text" name="bkup_name" value="<!--{$arrForm.bkup_name|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="60" class="box60" style="<!--{if $arrErr.bkup_name != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}--> ime-mode: disabled;" /><span class="attention"> (上限<!--{$smarty.const.STEXT_LEN}-->文字)</span> 
    4141            </td> 
    4242        </tr> 
     
    4848                <!--{/if}--> 
    4949                <textarea name="bkup_memo" maxlength="<!--{$smarty.const.MTEXT_LEN}-->" cols="60" rows="5" class="area60" style="<!--{if $arrErr.bkup_memo != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" ><!--{$arrForm.bkup_memo|escape}--></textarea> 
    50                 <span class="attention"> (上限<!--{$smarty.const.MTEXT_LEN}-->文字)</span> 
     50                <span class="attention"> (上限<!--{$smarty.const.MTEXT_LEN}-->文字)</span> 
    5151            </td> 
    5252        </tr> 
Note: See TracChangeset for help on using the changeset viewer.