Ignore:
Timestamp:
2013/01/27 22:44:41 (11 years ago)
Author:
kim
Message:

#2060 メッセージIDの振り直し T_FILEDを%sに置き換え

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang/data/Smarty/templates/admin/products/confirm.tpl

    r22418 r22437  
    235235            <!--▼商品<!--{$smarty.section.cnt.iteration}-->--> 
    236236            <tr> 
    237                 <th><!--{t string="tpl_571" T_FIELD=$smarty.section.cnt.iteration}--></th> 
     237                <th><!--{t string="tpl_571" %s1=$smarty.section.cnt.iteration}--></th> 
    238238                <td> 
    239239                    <!--{assign var=key value="sub_title`$smarty.section.cnt.iteration`"}--> 
     
    242242            </tr> 
    243243            <tr> 
    244                 <th><!--{t string="tpl_572" T_FIELD=$smarty.section.cnt.iteration}--></th> 
     244                <th><!--{t string="tpl_572" %s1=$smarty.section.cnt.iteration}--></th> 
    245245                <td> 
    246246                    <!--{assign var=key value="sub_comment`$smarty.section.cnt.iteration`"}--> 
     
    249249            </tr> 
    250250            <tr> 
    251                 <th><!--{t string="tpl_573" T_FIELD=$smarty.section.cnt.iteration}--></th> 
     251                <th><!--{t string="tpl_573" %s1=$smarty.section.cnt.iteration}--></th> 
    252252                <td> 
    253253                    <!--{assign var=key value="sub_image`$smarty.section.cnt.iteration`"}--> 
     
    258258            </tr> 
    259259            <tr> 
    260                 <th><!--{t string="tpl_574" T_FIELD=$smarty.section.cnt.iteration}--></th> 
     260                <th><!--{t string="tpl_574" %s1=$smarty.section.cnt.iteration}--></th> 
    261261                <td> 
    262262                    <!--{assign var=key value="sub_large_image`$smarty.section.cnt.iteration`"}--> 
     
    274274            <!--{assign var=recommend_no value="`$smarty.section.cnt.iteration`"}--> 
    275275                <tr> 
    276                     <th><!--{t string="tpl_575" T_FIELD=$smarty.section.cnt.iteration}--><br /> 
     276                    <th><!--{t string="tpl_575" %s1=$smarty.section.cnt.iteration}--><br /> 
    277277                        <!--{if $arrRecommend[$recommend_no].product_id|strlen >= 1}--> 
    278278                            <img src="<!--{$smarty.const.ROOT_URLPATH}-->resize_image.php?image=<!--{$arrRecommend[$recommend_no].main_list_image|sfNoImageMainList|h}-->&amp;width=65&amp;height=65" alt="<!--{$arrRecommend[$recommend_no].name|h}-->"> 
Note: See TracChangeset for help on using the changeset viewer.