Changeset 19340


Ignore:
Timestamp:
2010/11/07 01:30:38 (13 years ago)
Author:
kajiwara
Message:

操作部分の統一

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_5-C/data/Smarty/templates/admin/products/index.tpl

    r19337 r19340  
    250250      <td  rowspan="2" class="center"> 
    251251         <a href="<!--{$smarty.const.SITE_URL|sfTrimURL}-->/products/detail.php?product_id=<!--{$arrProducts[cnt].product_id}-->&amp;admin=on" target="_blank" title="編集"> 
    252              <img src="<!--{$TPL_DIR}-->img/contents/icon_edit.jpg" alt="" /> 
     252             <img src="<!--{$TEMPLATE_DIR}-->img/contents/icon_edit.jpg" alt="" /> 
    253253         </a>&nbsp; 
    254254         <a href="<!--{$smarty.const.URL_DIR}-->"  title="削除" onclick="fnSetFormValue('category_id', '<!--{$arrProducts[cnt].category_id}-->'); fnModeSubmit('delete', 'product_id', <!--{$arrProducts[cnt].product_id}-->); return false;" > 
    255              <img src="<!--{$TPL_DIR}-->img/contents/icon_delete.jpg" alt="" /> 
     255             <img src="<!--{$TEMPLATE_DIR}-->img/contents/icon_delete.jpg" alt="" /> 
    256256         </a>&nbsp; 
    257257         <a href="<!--{$smarty.const.URL_DIR}-->"  title="複製" onclick="fnChangeAction('./product.php'); fnModeSubmit('copy', 'product_id', <!--{$arrProducts[cnt].product_id}-->); return false;" > 
    258              <img src="<!--{$TPL_DIR}-->img/contents/icon_copy.jpg" alt="" /> 
     258             <img src="<!--{$TEMPLATE_DIR}-->img/contents/icon_copy.jpg" alt="" /> 
    259259         </a> 
    260260      </td> 
Note: See TracChangeset for help on using the changeset viewer.