Ignore:
Timestamp:
2011/01/19 11:23:20 (13 years ago)
Author:
uemoto
Message:

#382(管理画面XHTMLに変更)

  • 細部調整
File:
1 edited

Legend:

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

    r19954 r19965  
    149149        <p> 
    150150          <span class="attention"><!--{$arrErr.pref}--></span> 
    151           <select name="pref" style="<!--{if $arrErr.pref != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" > 
     151          <select class="top" name="pref" style="<!--{if $arrErr.pref != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" > 
    152152            <option value="" selected="selected">都道府県を選択</option> 
    153153            <!--{html_options options=$arrPref selected=$arrForm.pref}--> 
     
    269269        <textarea name="<!--{$key}-->" cols="60" rows="8" class="area60" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" ><!--{$arrForm[$key]|h}--></textarea> 
    270270        <span class="attention"> (上限<!--{$smarty.const.LTEXT_LEN}-->文字)</span><br /> 
    271         <span class="fs10">※管理機能へのアクセスを特定のIPアドレスからの接続のみに制限します。アクセスを許可するIPアドレスを1行づつ入力してください。何も入力しない場合は全てを許可します。</span><br /> 
     271        <span>※管理機能へのアクセスを特定のIPアドレスからの接続のみに制限します。<br /> 
     272        アクセスを許可するIPアドレスを1行づつ入力してください。何も入力しない場合は全てを許可します。</span><br /> 
    272273      </td> 
    273274    </tr> 
Note: See TracChangeset for help on using the changeset viewer.