Ignore:
Timestamp:
2012/01/17 16:26:02 (15 years ago)
Author:
Seasoft
Message:

2.12系へマイルストーン変更となったチケット分を差し戻し
r21329 #1548
r21328 #1545

File:
1 edited

Legend:

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

    r21329 r21409  
    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> 
    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> 
     90                <td><!--{$arrProducts[cnt].product_code|default:"-"|h}--></td> 
    9691                <td><!--{$arrProducts[cnt].name|h}--></td> 
    9792                <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.