Ignore:
Timestamp:
2013/02/20 13:02:40 (11 years ago)
Author:
Qwert
Message:

#2153 (各種テンプレート修正)

管理画面のデザイン管理・システム設定・オーナーズストアの直せそうな範囲を修正。管理画面のonClickをonclickに修正。

File:
1 edited

Legend:

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

    r22206 r22572  
    5858            <td> 
    5959                <span class="attention"><!--{$arrErr[$key]}--></span> 
    60                 <input type="text" name="<!--{$key}-->" value="<!--{$arrForm[$key].value|h}-->" maxlength="" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" class="box54"> 
     60                <input type="text" name="<!--{$key}-->" value="<!--{$arrForm[$key].value|h}-->" maxlength="" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" class="box54" /> 
    6161            </td> 
    6262        </tr> 
     
    6666            <td> 
    6767                <span class="attention"><!--{$arrErr[$key]}--></span> 
    68                 <input type="text" name="<!--{$key}-->" value="<!--{$arrForm[$key].value|h}-->" maxlength="" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" class="box54"> 
     68                <input type="text" name="<!--{$key}-->" value="<!--{$arrForm[$key].value|h}-->" maxlength="" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" class="box54" /> 
    6969            </td> 
    7070        </tr> 
     
    7676            <td> 
    7777                <span class="attention"><!--{$arrErr[$key]}--></span> 
    78                 <input type="file" name="<!--{$key}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" class="box54" size="64" <!--{if $arrErr[$key]}-->style="background-color:<!--{$smarty.const.ERR_COLOR|h}-->"<!--{/if}-->> 
     78                <input type="file" name="<!--{$key}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" class="box54" size="64" <!--{if $arrErr[$key]}-->style="background-color:<!--{$smarty.const.ERR_COLOR|h}-->"<!--{/if}--> /> 
    7979            </td> 
    8080        </tr> 
Note: See TracChangeset for help on using the changeset viewer.