Ignore:
Timestamp:
2013/01/27 16:22:09 (11 years ago)
Author:
adachi
Message:

#2060 メッセージIDの振り直し:tpl_153 - tpl199

File:
1 edited

Legend:

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

    r22412 r22418  
    199199        </tr> 
    200200        <tr> 
    201             <th><!--{t string="tpl_188"}--></th> 
     201            <th><!--{t string="tpl_Product name_01"}--></th> 
    202202            <td><input type="text" name="search_name" value="<!--{$arrForm.search_name|h}-->" size="30" class="box30" /></td> 
    203             <th><!--{t string="tpl_192"}--></th> 
     203            <th><!--{t string="tpl_Product code_01"}--></th> 
    204204            <td><input type="text" name="search_product_code" value="<!--{$arrForm.search_product_code|h}-->" size="30" class="box30" /></td> 
    205205        </tr> 
     
    293293                <th><!--{t string="tpl_618"}--></th> 
    294294                <th><!--{t string="tpl_615"}--></th> 
    295                 <th><!--{t string="tpl_188"}--></th> 
     295                <th><!--{t string="tpl_Product name_01"}--></th> 
    296296                <th><!--{t string="tpl_617"}--></th> 
    297297                <th><!--{t string="tpl_619"}--></th> 
     
    307307                    <!--{assign var=key value="`$arrReview[cnt].recommend_level`"}--> 
    308308                    <td><!--{$arrRECOMMEND[$key]|h}--></td> 
    309                     <td class="menu"><!--{if $arrReview[cnt].status eq 1}--><!--{t string="tpl_170"}--><!--{elseif $arrReview[cnt].status eq 2}--><!--{t string="tpl_620"}--><!--{/if}--></td> 
     309                    <td class="menu"><!--{if $arrReview[cnt].status eq 1}--><!--{t string="tpl_Display_01"}--><!--{elseif $arrReview[cnt].status eq 2}--><!--{t string="tpl_620"}--><!--{/if}--></td> 
    310310                    <td class="menu"><a href="javascript:;" onclick="fnChangeAction('./review_edit.php'); fnModeSubmit('','review_id','<!--{$arrReview[cnt].review_id}-->'); return false;"><!--{t string="tpl_Edit_01"}--></a></td> 
    311311                    <td class="menu"><a href="javascript:;" onclick="fnModeSubmit('delete','review_id','<!--{$arrReview[cnt].review_id}-->'); return false;"><!--{t string="tpl_Remove_01"}--></a></td> 
Note: See TracChangeset for help on using the changeset viewer.