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

    r22373 r22391  
    649649        </tr> 
    650650        <tr> 
    651             <th><!--{t string="tpl_016"}--></th> 
     651            <th><!--{t string="tpl_Payment method_01"}--></th> 
    652652            <td colspan="3"> 
    653653            <!--{assign var=key value="search_payment_id"}--> 
     
    788788            <th><!--{t string="tpl_231"}--></th> 
    789789            <th><!--{t string="tpl_208"}--></th> 
    790             <th><!--{t string="tpl_016"}--></th> 
     790            <th><!--{t string="tpl_Payment method_01"}--></th> 
    791791            <th><!--{t string="tpl_403" escape="none"}--></th> 
    792792            <th><!--{t string="tpl_404"}--></th> 
    793793            <th><!--{t string="tpl_360"}--></th> 
    794794            <th><label for="pdf_check"><!--{t string="tpl_405"}--></label> <input type="checkbox" name="pdf_check" id="pdf_check" onclick="fnAllCheck(this, 'input[name=pdf_order_id[]]')" /></th> 
    795             <th><!--{t string="tpl_003"}--></th> 
     795            <th><!--{t string="tpl_Edit_01"}--></th> 
    796796            <th><!--{t string="tpl_719"}--> <input type="checkbox" name="mail_check" id="mail_check" onclick="fnAllCheck(this, 'input[name=mail_order_id[]]')" /></th> 
    797             <th><!--{t string="tpl_004"}--></th> 
     797            <th><!--{t string="tpl_Remove_01"}--></th> 
    798798        </tr> 
    799799 
     
    813813                <a href="./" onClick="win02('pdf.php?order_id=<!--{$arrResults[cnt].order_id}-->','pdf_input','620','650'); return false;"><span class="icon_class"><!--{t string="tpl_407"}--></span></a> 
    814814            </td> 
    815             <td class="center"><a href="?" onclick="fnChangeAction('<!--{$smarty.const.ADMIN_ORDER_EDIT_URLPATH}-->'); fnModeSubmit('pre_edit', 'order_id', '<!--{$arrResults[cnt].order_id}-->'); return false;"><span class="icon_edit"><!--{t string="tpl_003"}--></span></a></td> 
     815            <td class="center"><a href="?" onclick="fnChangeAction('<!--{$smarty.const.ADMIN_ORDER_EDIT_URLPATH}-->'); fnModeSubmit('pre_edit', 'order_id', '<!--{$arrResults[cnt].order_id}-->'); return false;"><span class="icon_edit"><!--{t string="tpl_Edit_01"}--></span></a></td> 
    816816            <td class="center"> 
    817817                <!--{if $arrResults[cnt].order_email|strlen >= 1}--> 
     
    820820                <!--{/if}--> 
    821821            </td> 
    822             <td class="center"><a href="?" onclick="fnModeSubmit('delete_order', 'order_id', <!--{$arrResults[cnt].order_id}-->); return false;"><span class="icon_delete"><!--{t string="tpl_004"}--></span></a></td> 
     822            <td class="center"><a href="?" onclick="fnModeSubmit('delete_order', 'order_id', <!--{$arrResults[cnt].order_id}-->); return false;"><span class="icon_delete"><!--{t string="tpl_Remove_01"}--></span></a></td> 
    823823        </tr> 
    824824        <!--{/section}--> 
Note: See TracChangeset for help on using the changeset viewer.