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/upload_csv.tpl

    r22154 r22437  
    3333                <span class="attention"><!--{$item}--> 
    3434                <!--{if $key != 'blank'}--> 
    35                     <!--{t string="tpl_631" T_FIELD=$arrParam[$key]}--> 
     35                    <!--{t string="tpl_631" %s1=$arrParam[$key]}--> 
    3636                <!--{/if}--> 
    3737                </span><br /> 
     
    5555            <td> 
    5656                <!--{foreach name=title key=key item=item from=$arrTitle}--> 
    57                     <!--{t string="tpl_635" T_FIELD1=$smarty.foreach.title.iteration T_FIELD2=$item}--><br /> 
     57                    <!--{t string="tpl_635" %s1=$smarty.foreach.title.iteration %s2=$item}--><br /> 
    5858                <!--{/foreach}--> 
    5959            </td> 
Note: See TracChangeset for help on using the changeset viewer.