- Timestamp:
- 2009/06/16 00:41:12 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/data/Smarty/templates/default/admin/system/bkup.tpl
r18106 r18117 47 47 <span class="attention"><!--{$arrErr.bkup_memo}--></span> 48 48 <!--{/if}--> 49 <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>49 <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 50 <span class="attention"> (上限<!--{$smarty.const.MTEXT_LEN}-->文字)</span> 51 51 </td>
Note: See TracChangeset
for help on using the changeset viewer.