Ignore:
Timestamp:
2013/01/25 18:21:58 (11 years ago)
Author:
m_uehara
Message:

#2060 メッセージIDの振り直し

File:
1 edited

Legend:

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

    r22230 r22391  
    3535                <span class="attention"><!--{$arrErr.name}--></span> 
    3636                <input type="text" name="kiyaku_title" value="<!--{$arrForm.kiyaku_title|h}-->" maxlength="<!--{$smarty.const.SMTEXT_LEN}-->" style="<!--{if $arrErr.kiyaku_title != "" || $arrErr.name != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" size="60" class="box60"/> 
    37                 <span class="attention"> <!--{t string="tpl_023" T_FIELD=$smarty.const.SMTEXT_LEN}--></span> 
     37                <span class="attention"> <!--{t string="tpl_(T_FIELD characters max)_01" T_FIELD=$smarty.const.SMTEXT_LEN}--></span> 
    3838            </td> 
    3939        </tr> 
     
    4343            <span class="attention"><!--{$arrErr.kiyaku_text}--></span> 
    4444            <textarea name="kiyaku_text" maxlength="<!--{$smarty.const.MLTEXT_LEN}-->" cols="60" rows="8" class="area60" style="<!--{if $arrErr.kiyaku_text != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" ><!--{"\n"}--><!--{$arrForm.kiyaku_text|h}--></textarea> 
    45             <span class="attention"> <!--{t string="tpl_023" T_FIELD=$smarty.const.MLTEXT_LEN}--></span> 
     45            <span class="attention"> <!--{t string="tpl_(T_FIELD characters max)_01" T_FIELD=$smarty.const.MLTEXT_LEN}--></span> 
    4646            </td> 
    4747        </tr> 
     
    4949    <div class="btn-area"> 
    5050        <ul> 
    51             <li><a class="btn-action" href="javascript:;" onclick="fnFormModeSubmit('form1', 'confirm', '', ''); return false;"><span class="btn-next"><!--{t string="tpl_021"}--></span></a></li> 
     51            <li><a class="btn-action" href="javascript:;" onclick="fnFormModeSubmit('form1', 'confirm', '', ''); return false;"><span class="btn-next"><!--{t string="tpl_Save and continue_01"}--></span></a></li> 
    5252        </ul> 
    5353    </div> 
     
    6060        <tr> 
    6161            <th><!--{t string="tpl_062"}--></th> 
    62             <th><!--{t string="tpl_003"}--></th> 
    63             <th><!--{t string="tpl_004"}--></th> 
    64             <th><!--{t string="tpl_005"}--></th> 
     62            <th><!--{t string="tpl_Edit_01"}--></th> 
     63            <th><!--{t string="tpl_Remove_01"}--></th> 
     64            <th><!--{t string="tpl_Move_01"}--></th> 
    6565        </tr> 
    6666        <!--{section name=cnt loop=$arrKiyaku}--> 
     
    7070                <td align="center"> 
    7171                    <!--{if $tpl_kiyaku_id != $arrKiyaku[cnt].kiyaku_id}--> 
    72                     <a href="?" onclick="fnSetFormSubmit('form1', 'kiyaku_id', <!--{$arrKiyaku[cnt].kiyaku_id}-->); return false;"><!--{t string="tpl_003"}--></a> 
     72                    <a href="?" onclick="fnSetFormSubmit('form1', 'kiyaku_id', <!--{$arrKiyaku[cnt].kiyaku_id}-->); return false;"><!--{t string="tpl_Edit_01"}--></a> 
    7373                    <!--{else}--> 
    7474                    <!--{t string="tpl_026"}--> 
     
    7979                    - 
    8080                    <!--{else}--> 
    81                     <a href="?" onclick="fnModeSubmit('delete', 'kiyaku_id', <!--{$arrKiyaku[cnt].kiyaku_id}-->); return false;"><!--{t string="tpl_004"}--></a> 
     81                    <a href="?" onclick="fnModeSubmit('delete', 'kiyaku_id', <!--{$arrKiyaku[cnt].kiyaku_id}-->); return false;"><!--{t string="tpl_Remove_01"}--></a> 
    8282                    <!--{/if}--> 
    8383                </td> 
Note: See TracChangeset for help on using the changeset viewer.