Ignore:
Timestamp:
2013/01/25 18:21:58 (11 years ago)
Author:
m_uehara
Message:

#2060 メッセージIDの振り直し

File:
1 edited

Legend:

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

    r22382 r22391  
    3333                <span class="btn-next"> 
    3434                    <!--{if $smarty.const.INPUT_DELIV_FEE}--> 
    35                         <!--{t string="tpl_006"}--> 
     35                        <!--{t string="tpl_Add delivery method/delivery charge_01"}--> 
    3636                    <!--{else}--> 
    37                         <!--{t string="tpl_007"}--> 
     37                        <!--{t string="tpl_Enter delivery method_01"}--> 
    3838                    <!--{/if}--> 
    3939                </span> 
     
    5050        <tr> 
    5151            <th><!--{t string="t_Delivery company_01"}--></th> 
    52             <th><!--{t string="tpl_002"}--></th> 
    53             <th><!--{t string="tpl_003"}--></th> 
    54             <th><!--{t string="tpl_004"}--></th> 
    55             <th><!--{t string="tpl_005"}--></th> 
     52            <th><!--{t string="tpl_Name_01"}--></th> 
     53            <th><!--{t string="tpl_Edit_01"}--></th> 
     54            <th><!--{t string="tpl_Remove_01"}--></th> 
     55            <th><!--{t string="tpl_Move_01"}--></th> 
    5656        </tr> 
    5757        <!--{section name=cnt loop=$arrDelivList}--> 
     
    6060                <td><!--{$arrDelivList[cnt].service_name|h}--></td> 
    6161                <td align="center"><a href="?" onclick="fnChangeAction('./delivery_input.php'); fnModeSubmit('pre_edit', 'deliv_id', <!--{$arrDelivList[cnt].deliv_id}-->); return false;"> 
    62                     <!--{t string="tpl_003"}--></a></td> 
     62                    <!--{t string="tpl_Edit_01"}--></a></td> 
    6363                <td align="center"><a href="?" onclick="fnModeSubmit('delete', 'deliv_id', <!--{$arrDelivList[cnt].deliv_id}-->); return false;"> 
    64                     <!--{t string="tpl_004"}--></a></td> 
     64                    <!--{t string="tpl_Remove_01"}--></a></td> 
    6565                <td align="center"> 
    6666                <!--{if $smarty.section.cnt.iteration != 1}--> 
Note: See TracChangeset for help on using the changeset viewer.