- Timestamp:
- 2008/06/22 00:00:51 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/data/Smarty/templates/default/admin/products/index.tpl
r17364 r17365 37 37 $('#' + disp_id).css("display", "none"); 38 38 39 $('#' + inner_id).html(' URL <a href="#" onClick="lfnDispChange();"> >>カテゴリ表示<\/a>');39 $('#' + inner_id).html(' URL <a href="#" onClick="lfnDispChange();"> >> カテゴリ表示<\/a>'); 40 40 } 41 41 }else{ … … 47 47 $('#' + disp_id).css("display", ""); 48 48 49 $('#' + inner_id).html(' カテゴリ <a href="#" onClick="lfnDispChange();"> >>URL表示<\/a>');49 $('#' + inner_id).html(' カテゴリ <a href="#" onClick="lfnDispChange();"> >> URL表示<\/a>'); 50 50 } 51 51 } … … 177 177 <!--検索結果--> 178 178 <!--{if $smarty.const.ADMIN_MODE == '1'}--> 179 <button type="button" onclick="fnModeSubmit('delete_all','','');"> <span>検索結果をすべて削除</span></button>179 <button type="button" onclick="fnModeSubmit('delete_all','','');">検索結果をすべて削除</button> 180 180 <!--{/if}--> 181 <button type="button" onclick="fnModeSubmit('csv','','');"> <span>CSV DOWNLOAD</span></button>182 <a href="../contents/csv.php?tpl_subno_csv=product"> >>CSV出力項目設定</a>181 <button type="button" onclick="fnModeSubmit('csv','','');">CSV DOWNLOAD</button> 182 <a href="../contents/csv.php?tpl_subno_csv=product"> >> CSV出力項目設定</a> 183 183 </p> 184 184 <!--{include file=$tpl_pager}-->
Note: See TracChangeset
for help on using the changeset viewer.