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/order/product_select.tpl

    r22436 r22437  
    157157<!--{if $tpl_linemax}--> 
    158158    <p> 
    159         <!--{t string="tpl_T_FIELD items were found._01" T_FIELD=$tpl_linemax}--> 
     159        <!--{t string="tpl_%s1 items were found._01" %s1=$tpl_linemax}--> 
    160160        <!--{$tpl_strnavi}--> 
    161161    </p> 
     
    200200                        <!--{if $tpl_classcat_find1[$id]}--> 
    201201                        <dl> 
    202                             <dt><!--{t string="t_T_FIELD:_01" T_FIELD=$tpl_class_name1[$id]|h}--></dt> 
     202                            <dt><!--{t string="t_%s1:_01" %s1=$tpl_class_name1[$id]|h}--></dt> 
    203203                            <dd> 
    204204                                <select name="classcategory_id1" id="<!--{$class1}-->" style="<!--{$arrErr[$class1]|sfGetErrorColor}-->"    onchange="fnSetClassCategories(this.form);"> 
     
    206206                                </select> 
    207207                                <!--{if $arrErr[$class1] != ""}--> 
    208                                 <br /><span class="attention"><!--{t string="tpl_ Enter T_FIELD._01" T_FIELD=$tpl_class_name1[$id]}--></span> 
     208                                <br /><span class="attention"><!--{t string="tpl_ Enter %s1._01" %s1=$tpl_class_name1[$id]}--></span> 
    209209                                <!--{/if}--> 
    210210                            </dd> 
     
    216216                        <!--{if $tpl_classcat_find2[$id]}--> 
    217217                        <dl> 
    218                             <dt><!--{t string="t_T_FIELD:_01" T_FIELD=$tpl_class_name2[$id]|h}--></dt> 
     218                            <dt><!--{t string="t_%s1:_01" %s1=$tpl_class_name2[$id]|h}--></dt> 
    219219                            <dd> 
    220220                                <select name="classcategory_id2" id="<!--{$class2}-->" style="<!--{$arrErr[$class2]|sfGetErrorColor}-->" onchange="fnCheckStock(this.form);"></select> 
    221221                                <!--{if $arrErr[$class2] != ""}--> 
    222                                 <br /><span class="attention"><!--{t string="tpl_ Enter T_FIELD._01" T_FIELD=$tpl_class_name2[$id]}--></span> 
     222                                <br /><span class="attention"><!--{t string="tpl_ Enter %s1._01" %s1=$tpl_class_name2[$id]}--></span> 
    223223                                <!--{/if}--> 
    224224                            </dd> 
Note: See TracChangeset for help on using the changeset viewer.