Ignore:
Timestamp:
2013/09/02 16:55:27 (11 years ago)
Author:
h_yoshimoto
Message:

#2258 規格のある商品の商品コードがひとつしか表示されないバグを修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13_0/data/Smarty/templates/admin/products/product.tpl

    r23140 r23177  
    442442                <!--{assign var=key value="recommend_comment`$smarty.section.cnt.iteration`"}--> 
    443443                <span class="attention"><!--{$arrErr[$key]}--></span> 
    444                 商品コード:<!--{$arrRecommend[$recommend_no].product_code_min}--><br /> 
     444                商品コード:<!--{$arrRecommend[$recommend_no].product_code_min}-->  
     445                <!--{if $arrRecommend[$recommend_no].product_code_min != $arrRecommend[$recommend_no].product_code_max}-->  
     446                    ~ <!--{$arrRecommend[$recommend_no].product_code_max}-->  
     447                <!--{/if}-->  
     448                <br />  
    445449                商品名:<!--{$arrRecommend[$recommend_no].name|h}--><br /> 
    446450                <textarea name="<!--{$key}-->" cols="60" rows="8" class="area60" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" ><!--{"\n"}--><!--{$arrRecommend[$recommend_no].comment|h}--></textarea><br /> 
Note: See TracChangeset for help on using the changeset viewer.