Changeset 19396


Ignore:
Timestamp:
2010/11/07 02:33:26 (13 years ago)
Author:
kajiwara
Message:

商品URLをリンクに

File:
1 edited

Legend:

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

    r19394 r19396  
    258258      <td  rowspan="2" class="center"> 
    259259         <a href="<!--{$smarty.const.URL_DIR}-->" title="編集" onclick="fnChangeAction('./product.php'); fnModeSubmit('pre_edit', 'product_id', <!--{$arrProducts[cnt].product_id}-->); return false;" > 
    260              <img src="<!--{$TPL_DIR}-->img/contents/icon_edit.gif" alt="" />  
     260             <img src="<!--{$TPL_DIR}-->img/contents/icon_edit.gif" alt="" /> 
    261261         </a>&nbsp; 
    262262         <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;" > 
     
    280280        <!--{* URL *}--> 
    281281        <div id="disp_url<!--{$smarty.section.cnt.iteration}-->" style="display:none"> 
    282         <!--{$smarty.const.SITE_URL|sfTrimURL}-->/products/detail.php?product_id=<!--{$arrProducts[cnt].product_id}--> 
     282        <a href="<!--{$smarty.const.SITE_URL|sfTrimURL}-->/products/detail.php?product_id=<!--{$arrProducts[cnt].product_id}-->" target="_blank"> 
     283            <!--{$smarty.const.SITE_URL|sfTrimURL}-->/products/detail.php?product_id=<!--{$arrProducts[cnt].product_id}--> 
     284        </a> 
    283285        </div> 
    284286      </td> 
Note: See TracChangeset for help on using the changeset viewer.