Ignore:
Timestamp:
2012/12/04 19:35:44 (11 years ago)
Author:
h_yoshimoto
Message:

#1890 管理画面テンプレートのメッセージを集約(ダミーID)

File:
1 edited

Legend:

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

    r21867 r22121  
    3131    <table class="form"> 
    3232        <tr> 
    33             <th>タイトル<span class="attention"> *</span></th> 
     33            <th><!--{t string="tpl_022"}--><span class="attention"> *</span></th> 
    3434            <td> 
    3535                <!--{if $arrErr.title}--><span class="attention"><!--{$arrErr.title}--></span><!--{/if}--> 
    3636                <input type="text" name="title" value="<!--{$arrForm.title|h}-->" maxlength="<!--{$smarty.const.SMTEXT_LEN}-->" style="" size="60" class="box60"/> 
    37                 <span class="attention"> (上限<!--{$smarty.const.SMTEXT_LEN}-->文字)</span> 
     37                <span class="attention"> <!--{t string="tpl_023" T_FIELD=$smarty.const.SMTEXT_LEN}--></span> 
    3838            </td> 
    3939        </tr> 
    4040        <tr> 
    41             <th>日付<span class="attention"> *</span></th> 
     41            <th><!--{t string="tpl_024"}--><span class="attention"> *</span></th> 
    4242            <td> 
    4343                <!--{if $arrErr.date || $arrErr.month || $arrErr.day}--> 
     
    5555                </select>日 
    5656                <br /> 
    57                 <span class="attention">振替休日は自動設定されないので、振替え先の日付を設定してください。</span> 
     57                <span class="attention"><!--{t string="tpl_025"}--></span> 
    5858            </td> 
    5959        </tr> 
     
    6262    <div class="btn-area"> 
    6363        <ul> 
    64             <li><a class="btn-action" href="javascript:;" onclick="fnFormModeSubmit('form1', 'edit', '', ''); return false;"><span class="btn-next">この内容で登録する</span></a></li> 
     64            <li><a class="btn-action" href="javascript:;" onclick="fnFormModeSubmit('form1', 'edit', '', ''); return false;"><span class="btn-next"><!--{t string="tpl_021"}--></span></a></li> 
    6565        </ul> 
    6666    </div> 
     
    7373        <col width="20%" /> 
    7474        <tr> 
    75             <th>タイトル</th> 
    76             <th>日付</th> 
    77             <th class="edit">編集</th> 
    78             <th class="delete">削除</th> 
    79             <th>移動</th> 
     75            <th><!--{t string="tpl_022"}--></th> 
     76            <th><!--{t string="tpl_024"}--></th> 
     77            <th class="edit"><!--{t string="tpl_003"}--></th> 
     78            <th class="delete"><!--{t string="tpl_004"}--></th> 
     79            <th><!--{t string="tpl_005"}--></th> 
    8080        </tr> 
    8181        <!--{section name=cnt loop=$arrHoliday}--> 
     
    8686            <td class="center"> 
    8787                <!--{if $tpl_holiday_id != $arrHoliday[cnt].holiday_id}--> 
    88                 <a href="?" onclick="fnModeSubmit('pre_edit', 'holiday_id', <!--{$arrHoliday[cnt].holiday_id}-->); return false;">編集</a> 
     88                <a href="?" onclick="fnModeSubmit('pre_edit', 'holiday_id', <!--{$arrHoliday[cnt].holiday_id}-->); return false;"><!--{t string="tpl_003"}--></a> 
    8989                <!--{else}--> 
    90                 編集中 
     90                <!--{t string="tpl_026"}--> 
    9191                <!--{/if}--> 
    9292            </td> 
     
    9595                - 
    9696                <!--{else}--> 
    97                 <a href="?" onclick="fnModeSubmit('delete', 'holiday_id', <!--{$arrHoliday[cnt].holiday_id}-->); return false;">削除</a> 
     97                <a href="?" onclick="fnModeSubmit('delete', 'holiday_id', <!--{$arrHoliday[cnt].holiday_id}-->); return false;"><!--{t string="tpl_004"}--></a> 
    9898                <!--{/if}--> 
    9999            </td> 
    100100            <td class="center"> 
    101101                <!--{if $smarty.section.cnt.iteration != 1}--> 
    102                 <a href="?" onclick="fnModeSubmit('up', 'holiday_id', <!--{$arrHoliday[cnt].holiday_id}-->); return false;" />上へ</a> 
     102                <a href="?" onclick="fnModeSubmit('up', 'holiday_id', <!--{$arrHoliday[cnt].holiday_id}-->); return false;" /><!--{t string="tpl_077"}--></a> 
    103103                <!--{/if}--> 
    104104                <!--{if $smarty.section.cnt.iteration != $smarty.section.cnt.last}--> 
    105                 <a href="?" onclick="fnModeSubmit('down', 'holiday_id', <!--{$arrHoliday[cnt].holiday_id}-->); return false;" />下へ</a> 
     105                <a href="?" onclick="fnModeSubmit('down', 'holiday_id', <!--{$arrHoliday[cnt].holiday_id}-->); return false;" /><!--{t string="tpl_078"}--></a> 
    106106                <!--{/if}--> 
    107107            </td> 
Note: See TracChangeset for help on using the changeset viewer.