Changeset 18473 for branches


Ignore:
Timestamp:
2010/01/07 13:53:03 (14 years ago)
Author:
Yammy
Message:

http://svn.ec-cube.net/open_trac/ticket/505
ubuntu上のfirefoxで管理機能が乱れる

File:
1 edited

Legend:

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

    r17330 r18473  
    8686    <div> 
    8787      <!--{assign var=key value=$arrKeys[cnt]}--> 
    88       <input type="text" name="<!--{$arrKeys[cnt]|escape}-->" value="<!--{$arrValues[cnt]|escape}-->" size="64" style="<!--{if $arrErr.$key != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}--><!--{/if}-->"> 
     88      <input type="text" name="<!--{$arrKeys[cnt]|escape}-->" value="<!--{$arrValues[cnt]|escape}-->" size="64" style="width: 370px;<!--{if $arrErr.$key != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}--><!--{/if}-->"> 
    8989      <span class="red12"><!--{$arrErr.$key}--></span> 
    9090    </div> 
Note: See TracChangeset for help on using the changeset viewer.