Ignore:
Timestamp:
2013/09/19 11:49:03 (11 years ago)
Author:
m_uehara
Message:

#2363 r23177, r23181 - r23186, r23188 - r23191, r23194, r23197, r23199 - r23218, r23220, r23223 - r23225 をマージ

File:
1 edited

Legend:

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

    r23129 r23230  
    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.