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/customer/edit.tpl

    r22422 r22437  
    265265                <td> 
    266266                    <span class="attention"><!--{$arrErr.password}--><!--{$arrErr.password02}--></span> 
    267                     <input type="password" name="password" value="<!--{$arrForm.password|h}-->" size="30" class="box30" <!--{if $arrErr.password != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> />&nbsp;<!--{t string="tpl_Lower-case alphanumeric characters T_FIELD1 to T_FIELD2 (Symbols cannot be used)_01" T_FIELD1=$smarty.const.PASSWORD_MIN_LEN T_FIELD2=$smarty.const.PASSWORD_MAX_LEN}--><br /> 
     267                    <input type="password" name="password" value="<!--{$arrForm.password|h}-->" size="30" class="box30" <!--{if $arrErr.password != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> />&nbsp;<!--{t string="tpl_Lower-case alphanumeric characters %s1 to %s2 (Symbols cannot be used)_01" %s1=$smarty.const.PASSWORD_MIN_LEN %s2=$smarty.const.PASSWORD_MAX_LEN}--><br /> 
    268268                    <input type="password" name="password02" value="<!--{$arrForm.password02|h}-->" size="30" class="box30" <!--{if $arrErr.password02 != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> /> 
    269269                    <p><span class="attention mini"><!--{t string="tpl_Enter twice for confirmation_01"}--></span></p> 
     
    321321        <h2><!--{t string="tpl_Purchase history list_01"}--></h2> 
    322322        <!--{if $tpl_linemax > 0}--> 
    323         <p><!--購入履歴一覧--><!--{t string="tpl_<span class='attention'>T_FIELD items</span>&nbsp; were found._01" escape="none" T_FIELD=$tpl_linemax}--></p> 
     323        <p><!--購入履歴一覧--><!--{t string="tpl_<span class='attention'>%s1 items</span>&nbsp; were found._01" escape="none" %s1=$tpl_linemax}--></p> 
    324324 
    325325        <!--{include file=$tpl_pager}--> 
     
    338338                        <td><!--{$arrPurchaseHistory[cnt].create_date|sfDispDBDate}--></td> 
    339339                        <td class="center"><a href="../order/edit.php?order_id=<!--{$arrPurchaseHistory[cnt].order_id}-->" ><!--{$arrPurchaseHistory[cnt].order_id}--></a></td> 
    340                         <td class="center"><!--{t string="tpl_500" escape="none" T_FIELD=$arrPurchaseHistory[cnt].payment_total|number_format}--></td> 
     340                        <td class="center"><!--{t string="tpl_500" escape="none" %s1=$arrPurchaseHistory[cnt].payment_total|number_format}--></td> 
    341341                        <td class="center"><!--{if $arrPurchaseHistory[cnt].status eq 5}--><!--{$arrPurchaseHistory[cnt].commit_date|sfDispDBDate}--><!--{else}--><!--{t string="tpl_Not shipped_01"}--><!--{/if}--></td> 
    342342                        <!--{assign var=payment_id value="`$arrPurchaseHistory[cnt].payment_id`"}--> 
Note: See TracChangeset for help on using the changeset viewer.