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

    r22412 r22418  
    4848            $('#' + disp_id).css("display", ""); 
    4949 
    50             $('#' + inner_id).html('    <!--{t string="tpl_191"}--> <a href="#" onClick="lfnDispChange();"> &gt;&gt; <!--{t string="tpl_579"}--><\/a>'); 
     50            $('#' + inner_id).html('    <!--{t string="tpl_Category_01"}--> <a href="#" onClick="lfnDispChange();"> &gt;&gt; <!--{t string="tpl_579"}--><\/a>'); 
    5151        } 
    5252    } 
     
    235235        </tr> 
    236236        <tr> 
    237             <th><!--{t string="tpl_192"}--></th> 
     237            <th><!--{t string="tpl_Product code_01"}--></th> 
    238238            <td> 
    239239                <!--{assign var=key value="search_product_code"}--> 
     
    243243                <input type="text" name="<!--{$key}-->" value="<!--{$arrForm[$key].value|h}-->" maxlength="<!--{$arrForm[$key].length}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" size="30" class="box30" /> 
    244244            </td> 
    245             <th><!--{t string="tpl_188"}--></th> 
     245            <th><!--{t string="tpl_Product name_01"}--></th> 
    246246            <td> 
    247247                <!--{assign var=key value="search_name"}--> 
     
    253253        </tr> 
    254254        <tr> 
    255             <th><!--{t string="tpl_191"}--></th> 
     255            <th><!--{t string="tpl_Category_01"}--></th> 
    256256            <td> 
    257257                <!--{assign var=key value="search_category_id"}--> 
     
    371371            <tr> 
    372372                <th rowspan="2"><!--{t string="tpl_577"}--></th> 
    373                 <th rowspan="2"><!--{t string="tpl_195"}--></th> 
    374                 <th rowspan="2"><!--{t string="tpl_192"}--></th> 
     373                <th rowspan="2"><!--{t string="tpl_Product image_01"}--></th> 
     374                <th rowspan="2"><!--{t string="tpl_Product code_01"}--></th> 
    375375                <th rowspan="2"><!--{t string="tpl_580" escape="none"}--></th> 
    376                 <th><!--{t string="tpl_188"}--></th> 
     376                <th><!--{t string="tpl_Product name_01"}--></th> 
    377377                <th rowspan="2"><!--{t string="tpl_581"}--></th> 
    378378                <th rowspan="2"><!--{t string="tpl_256"}--></th> 
Note: See TracChangeset for help on using the changeset viewer.