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/products/index.tpl

    r22571 r22572  
    3838            $('#' + disp_id).css("display", "none"); 
    3939 
    40             $('#' + inner_id).html('    URL <a href="#" onClick="lfnDispChange();"> &gt;&gt; カテゴリ表示<\/a>'); 
     40            $('#' + inner_id).html('    URL <a href="#" onclick="lfnDispChange();"> &gt;&gt; カテゴリ表示<\/a>'); 
    4141        } 
    4242    }else{ 
     
    4848            $('#' + disp_id).css("display", ""); 
    4949 
    50             $('#' + inner_id).html('    カテゴリ <a href="#" onClick="lfnDispChange();"> &gt;&gt; URL表示<\/a>'); 
     50            $('#' + inner_id).html('    カテゴリ <a href="#" onclick="lfnDispChange();"> &gt;&gt; URL表示<\/a>'); 
    5151        } 
    5252    } 
     
    235235            </tr> 
    236236            <tr> 
    237                 <th nowrap="nowrap"><a href="#" onClick="lfnDispChange(); return false;">カテゴリ ⇔ URL</a></th> 
     237                <th nowrap="nowrap"><a href="#" onclick="lfnDispChange(); return false;">カテゴリ ⇔ URL</a></th> 
    238238            </tr> 
    239239 
Note: See TracChangeset for help on using the changeset viewer.