Ignore:
Timestamp:
2012/07/23 19:15:33 (12 years ago)
Author:
Yammy
Message:

管理画面→デザイン管理→ページ詳細設定の「URL」のスタイル指定不修正

refs #1900

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/Smarty/templates/admin/design/main_edit.tpl

    r21867 r21973  
    6868                    <input type="hidden" name="<!--{$key}-->" value="<!--{$arrForm[$key].value|h}-->" /> 
    6969                <!--{else}--> 
    70                     <!--{$smarty.const.USER_URL|h}--><input type="text" name="<!--{$key}-->" value="<!--{$arrForm[$key].value|h}-->" maxlength="<!--{$arrForm[$key].length|h}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" ime-mode: disabled;" size="40" class="box40" />.php<span class="attention"> (上限<!--{$arrForm[$key].length|h}-->文字)</span> 
     70                    <!--{$smarty.const.USER_URL|h}--><input type="text" name="<!--{$key}-->" value="<!--{$arrForm[$key].value|h}-->" maxlength="<!--{$arrForm[$key].length|h}-->" style="ime-mode: disabled;<!--{$arrErr[$key]|sfGetErrorColor}-->" size="40" class="box40" />.php<span class="attention"> (上限<!--{$arrForm[$key].length|h}-->文字)</span> 
    7171                <!--{/if}--> 
    7272                <!--{if $arrErr[$key] != ""}--> 
Note: See TracChangeset for help on using the changeset viewer.