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/system/input.tpl

    r22312 r22572  
    3333<form name="form1" id="form1" method="post" action=""> 
    3434<input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    35 <input type="hidden" name="mode" value="<!--{$tpl_mode|h}-->"> 
    36 <input type="hidden" name="member_id" value="<!--{$tpl_member_id|h}-->"> 
    37 <input type="hidden" name="pageno" value="<!--{$tpl_pageno|h}-->"> 
    38 <input type="hidden" name="old_login_id" value="<!--{$tpl_old_login_id|h}-->"> 
     35<input type="hidden" name="mode" value="<!--{$tpl_mode|h}-->" /> 
     36<input type="hidden" name="member_id" value="<!--{$tpl_member_id|h}-->" /> 
     37<input type="hidden" name="pageno" value="<!--{$tpl_pageno|h}-->" /> 
     38<input type="hidden" name="old_login_id" value="<!--{$tpl_old_login_id|h}-->" /> 
    3939 
    4040<h2>メンバー登録/編集</h2> 
Note: See TracChangeset for help on using the changeset viewer.