Changeset 19345
- Timestamp:
- 2010/11/07 01:36:23 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/camp/camp-2_5-C/data/Smarty/templates/admin/products/index.tpl
r19340 r19345 250 250 <td rowspan="2" class="center"> 251 251 <a href="<!--{$smarty.const.SITE_URL|sfTrimURL}-->/products/detail.php?product_id=<!--{$arrProducts[cnt].product_id}-->&admin=on" target="_blank" title="編集"> 252 <img src="<!--{$T EMPLATE_DIR}-->img/contents/icon_edit.jpg" alt="" />252 <img src="<!--{$TPL_DIR}-->img/contents/icon_edit.jpg" alt="" /> 253 253 </a> 254 254 <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="<!--{$T EMPLATE_DIR}-->img/contents/icon_delete.jpg" alt="" />255 <img src="<!--{$TPL_DIR}-->img/contents/icon_delete.jpg" alt="" /> 256 256 </a> 257 257 <a href="<!--{$smarty.const.URL_DIR}-->" title="複製" onclick="fnChangeAction('./product.php'); fnModeSubmit('copy', 'product_id', <!--{$arrProducts[cnt].product_id}-->); return false;" > 258 <img src="<!--{$T EMPLATE_DIR}-->img/contents/icon_copy.jpg" alt="" />258 <img src="<!--{$TPL_DIR}-->img/contents/icon_copy.jpg" alt="" /> 259 259 </a> 260 260 </td>
Note: See TracChangeset
for help on using the changeset viewer.