Changeset 21329


Ignore:
Timestamp:
2011/11/11 00:33:43 (12 years ago)
Author:
Seasoft
Message:

#1548 (LC_Page_Admin_Products_ProductSelect 商品コードが表示されない)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/Smarty/templates/admin/products/product_select.tpl

    r20979 r21329  
    8888                    <img src="<!--{$smarty.const.ROOT_URLPATH}-->resize_image.php?image=<!--{$arrProducts[cnt].main_list_image|sfNoImageMainList|h}-->&amp;width=65&amp;height=65" alt="<!--{$arrRecommend[$recommend_no].name|h}-->" /> 
    8989                </td> 
    90                 <td><!--{$arrProducts[cnt].product_code|default:"-"|h}--></td> 
     90                <td> 
     91                    <!--{$arrProducts[cnt].product_code_min|h}--> 
     92                    <!--{if $arrProducts[cnt].product_code_min != $arrProducts[cnt].product_code_max}--> 
     93                        ~ <!--{$arrProducts[cnt].product_code_max|h}--> 
     94                    <!--{/if}--> 
     95                </td> 
    9196                <td><!--{$arrProducts[cnt].name|h}--></td> 
    9297                <td align="center"><a href="#" onclick="return func_submit(<!--{$arrProducts[cnt].product_id|h}-->)">決定</a></td> 
Note: See TracChangeset for help on using the changeset viewer.