Ignore:
Timestamp:
2008/06/22 00:00:51 (16 years ago)
Author:
Seasoft
Message:

XHTML管理画面の不具合修正・調整など

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/Smarty/templates/default/admin/products/index.tpl

    r17364 r17365  
    3737      $('#' + disp_id).css("display", "none"); 
    3838       
    39       $('#' + inner_id).html('  URL <a href="#" onClick="lfnDispChange();"> >> カテゴリ表示<\/a>'); 
     39      $('#' + inner_id).html('  URL <a href="#" onClick="lfnDispChange();"> &gt;&gt; カテゴリ表示<\/a>'); 
    4040    } 
    4141  }else{ 
     
    4747      $('#' + disp_id).css("display", ""); 
    4848       
    49       $('#' + inner_id).html('  カテゴリ <a href="#" onClick="lfnDispChange();"> >> URL表示<\/a>'); 
     49      $('#' + inner_id).html('  カテゴリ <a href="#" onClick="lfnDispChange();"> &gt;&gt; URL表示<\/a>'); 
    5050    } 
    5151  } 
     
    177177    <!--検索結果--> 
    178178    <!--{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> 
    180180    <!--{/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"> &gt;&gt; CSV出力項目設定</a> 
    183183  </p> 
    184184  <!--{include file=$tpl_pager}--> 
Note: See TracChangeset for help on using the changeset viewer.