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

    r22424 r22427  
    270270        </tr> 
    271271        <tr> 
    272             <th><!--{t string="tpl_330"}--></th> 
     272            <th><!--{t string="tpl_Registration/update date_01"}--></th> 
    273273            <td colspan="3"> 
    274274                <!--{if $arrErr.search_startyear || $arrErr.search_endyear}--> 
     
    346346        <!--検索結果--> 
    347347        <!--{if $smarty.const.ADMIN_MODE == '1'}--> 
    348             <a class="btn-normal" href="javascript:;" onclick="fnModeSubmit('delete_all','',''); return false;"><!--{t string="tpl_327"}--></a> 
     348            <a class="btn-normal" href="javascript:;" onclick="fnModeSubmit('delete_all','',''); return false;"><!--{t string="tpl_Delete all search results_01"}--></a> 
    349349        <!--{/if}--> 
    350350        <a class="btn-tool" href="javascript:;" onclick="fnModeSubmit('csv','',''); return false;"><!--{t string="tpl_CSV download_01"}--></a> 
     
    378378                <th rowspan="2"><!--{t string="tpl_Type_01"}--></th> 
    379379                <th rowspan="2"><!--{t string="tpl_Edit_01"}--></th> 
    380                 <th rowspan="2"><!--{t string="tpl_318"}--></th> 
     380                <th rowspan="2"><!--{t string="tpl_Confirm_02"}--></th> 
    381381                <!--{if $smarty.const.OPTION_CLASS_REGIST == 1}--> 
    382382                <th rowspan="2"><!--{t string="tpl_582"}--></th> 
     
    419419                    <td class="menu" rowspan="2"><!--{$arrDISP[$key]}--></td> 
    420420                    <td class="menu" rowspan="2"><span class="icon_edit"><a href="<!--{$smarty.const.ROOT_URLPATH}-->" onclick="fnChangeAction('./product.php'); fnModeSubmit('pre_edit', 'product_id', <!--{$arrProducts[cnt].product_id}-->); return false;" ><!--{t string="tpl_Edit_01"}--></a></span></td> 
    421                     <td class="menu" rowspan="2"><span class="icon_confirm"><a href="<!--{$smarty.const.HTTP_URL|sfTrimURL}-->/products/detail.php?product_id=<!--{$arrProducts[cnt].product_id}-->&amp;admin=on" target="_blank"><!--{t string="tpl_318"}--></a></span></td> 
     421                    <td class="menu" rowspan="2"><span class="icon_confirm"><a href="<!--{$smarty.const.HTTP_URL|sfTrimURL}-->/products/detail.php?product_id=<!--{$arrProducts[cnt].product_id}-->&amp;admin=on" target="_blank"><!--{t string="tpl_Confirm_02"}--></a></span></td> 
    422422                    <!--{if $smarty.const.OPTION_CLASS_REGIST == 1}--> 
    423423                    <td class="menu" rowspan="2"><span class="icon_class"><a href="<!--{$smarty.const.ROOT_URLPATH}-->" onclick="fnChangeAction('./product_class.php'); fnModeSubmit('pre_edit', 'product_id', <!--{$arrProducts[cnt].product_id}-->); return false;" ><!--{t string="tpl_582"}--></a></span></td> 
Note: See TracChangeset for help on using the changeset viewer.