Ignore:
Timestamp:
2013/01/27 19:19:29 (11 years ago)
Author:
adachi
Message:

#2060 メッセージIDの振り直し:tpl_304 - tpl360

File:
1 edited

Legend:

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

    r22424 r22427  
    590590                <input type="text" name="<!--{$key2}-->" value="<!--{$arrForm[$key2].value|h}-->" maxlength="<!--{$arrForm[$key2].length}-->" style="<!--{$arrErr[$key2]|sfGetErrorColor}-->" size="6" class="box6" /> 
    591591            </td> 
    592             <th><!--{t string="tpl_360"}--></th> 
     592            <th><!--{t string="tpl_Response status_01"}--></th> 
    593593            <td> 
    594594                <!--{assign var=key value="search_order_status"}--> 
     
    657657        </tr> 
    658658        <tr> 
    659             <th><!--{t string="tpl_359"}--></th> 
     659            <th><!--{t string="tpl_Date of order receipt_01"}--></th> 
    660660            <td colspan="3"> 
    661661            <!--{if $arrErr.search_sorderyear || $arrErr.search_eorderyear}--> 
     
    755755        <!--検索結果数--><!--{t string="tpl_<span class='attention'>T_FIELD items</span>&nbsp; were found._01" escape="none" T_FIELD=$tpl_linemax}--> 
    756756        <!--{if $smarty.const.ADMIN_MODE == '1'}--> 
    757         <a class="btn-normal" href="javascript:;" onclick="fnModeSubmit('delete_all','',''); return false;"><span><!--{t string="tpl_327"}--></span></a> 
     757        <a class="btn-normal" href="javascript:;" onclick="fnModeSubmit('delete_all','',''); return false;"><span><!--{t string="tpl_Delete all search results_01"}--></span></a> 
    758758        <!--{/if}--> 
    759759        <a class="btn-normal" href="javascript:;" onclick="fnModeSubmit('csv','',''); return false;"><!--{t string="tpl_CSV download_01"}--></a> 
     
    785785        <!--{else}--> 
    786786        <tr> 
    787             <th><!--{t string="tpl_359"}--></th> 
     787            <th><!--{t string="tpl_Date of order receipt_01"}--></th> 
    788788            <th><!--{t string="tpl_Order number_01"}--></th> 
    789789            <th><!--{t string="tpl_Name_02"}--></th> 
     
    791791            <th><!--{t string="tpl_403" escape="none"}--></th> 
    792792            <th><!--{t string="tpl_404"}--></th> 
    793             <th><!--{t string="tpl_360"}--></th> 
     793            <th><!--{t string="tpl_Response status_01"}--></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> 
    795795            <th><!--{t string="tpl_Edit_01"}--></th> 
Note: See TracChangeset for help on using the changeset viewer.