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

#2060 メッセージIDの振り直し:tpl_251 - tpl304

File:
1 edited

Legend:

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

    r22415 r22424  
    7979        <tr> 
    8080            <td colspan="2"> 
    81                 <label for="header-chk"><input type="checkbox" name="header_chk" id="header-chk" value="1" <!--{if $arrForm.header_chk.value == "1"}-->checked="checked"<!--{/if}--> /><!--{t string="tpl_287"}--></label>&nbsp; 
    82                 <label for="footer-chk"><input type="checkbox" name="footer_chk" id="footer-chk" value="1" <!--{if $arrForm.footer_chk.value == "1"}-->checked="checked"<!--{/if}--> /><!--{t string="tpl_288"}--></label> 
     81                <label for="header-chk"><input type="checkbox" name="header_chk" id="header-chk" value="1" <!--{if $arrForm.header_chk.value == "1"}-->checked="checked"<!--{/if}--> /><!--{t string="tpl_Use a common header_01"}--></label>&nbsp; 
     82                <label for="footer-chk"><input type="checkbox" name="footer_chk" id="footer-chk" value="1" <!--{if $arrForm.footer_chk.value == "1"}-->checked="checked"<!--{/if}--> /><!--{t string="tpl_Use a common footer_01"}--></label> 
    8383                <div> 
    8484                    <textarea id="tpl_data" class="top" name="tpl_data" rows=<!--{$text_row}--> style="width: 98%;"><!--{"\n"}--><!--{$arrForm.tpl_data.value|h|smarty:nodefaults}--></textarea> 
    8585                    <input type="hidden" name="html_area_row" value="<!--{$text_row}-->" /><br /> 
    86                     <a id="resize-btn" class="btn-normal" href="javascript:;" onclick="ChangeSize('#resize-btn', '#tpl_data', 50, 13); return false;"><span><!--{t string="tpl_266"}--></span></a> 
     86                    <a id="resize-btn" class="btn-normal" href="javascript:;" onclick="ChangeSize('#resize-btn', '#tpl_data', 50, 13); return false;"><span><!--{t string="tpl_Enlarge the image_01"}--></span></a> 
    8787                </div> 
    8888            </td> 
     
    9292    <div class="btn-area"> 
    9393        <ul> 
    94             <li><a class="btn-action" href="javascript:;" name='subm' onclick="fnTargetSelf(); fnFormModeSubmit('form_edit','confirm','',''); return false;"><span class="btn-next"><!--{t string="tpl_267"}--></span></a></li> 
     94            <li><a class="btn-action" href="javascript:;" name='subm' onclick="fnTargetSelf(); fnFormModeSubmit('form_edit','confirm','',''); return false;"><span class="btn-next"><!--{t string="tpl_Register_01"}--></span></a></li> 
    9595        </ul> 
    9696    </div> 
    9797 
    98     <h2><!--{t string="tpl_283"}--></h2> 
     98    <h2><!--{t string="tpl_List of pages that can be edited_01"}--></h2> 
    9999    <div class="btn addnew"> 
    100         <a class="btn-normal" href="?device_type_id=<!--{$device_type_id|u}-->"><span><!--{t string="tpl_285"}--></span></a> 
     100        <a class="btn-normal" href="?device_type_id=<!--{$device_type_id|u}-->"><span><!--{t string="tpl_New input of page_01"}--></span></a> 
    101101    </div> 
    102102    <table class="list"> 
     
    107107        <tr> 
    108108            <th><!--{t string="tpl_Name_01"}--></th> 
    109             <th><!--{t string="tpl_284"}--></th> 
    110             <th><!--{t string="tpl_286"}--></th> 
     109            <th><!--{t string="tpl_Layout_01"}--></th> 
     110            <th><!--{t string="tpl_Page details_01"}--></th> 
    111111            <th><!--{t string="tpl_Remove_01"}--></th> 
    112112        </tr> 
Note: See TracChangeset for help on using the changeset viewer.