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/ownersstore/log_detail.tpl

    r21867 r22121  
    3131    <table class="form"> 
    3232        <tr> 
    33             <th>モジュール名</th> 
     33            <th><!--{t string="tpl_446"}--></th> 
    3434            <td><!--{$arrLogDetail.module_name|h}--></td> 
    3535        </tr> 
    3636        <tr> 
    37             <th>ステータス</th> 
    38             <td><!--{if $arrLogDetail.error_flg}-->失敗<!--{else}-->成功<!--{/if}--></td> 
     37            <th><!--{t string="tpl_447"}--></th> 
     38            <td><!--{if $arrLogDetail.error_flg}--><!--{t string="tpl_450"}--><!--{else}--><!--{t string="tpl_451"}--><!--{/if}--></td> 
    3939        </tr> 
    4040        <tr> 
    41             <th>日時</th> 
     41            <th><!--{t string="tpl_448"}--></th> 
    4242            <td><!--{$arrLogDetail.update_date|sfDispDBDate|h}--></td> 
    4343        </tr> 
    4444        <tr> 
    45             <th>バックアップパス</th> 
     45            <th><!--{t string="tpl_452"}--></th> 
    4646            <td><!--{$arrLogDetail.buckup_path|wordwrap:100:" 
    4747":true|h|nl2br}--></td> 
    4848        </tr> 
    4949        <tr> 
    50             <th>詳細</th> 
     50            <th><!--{t string="tpl_449"}--></th> 
    5151            <td> 
    5252            <!--{$arrLogDetail.error|wordwrap:100:" 
     
    5858    </table> 
    5959    <div class="btn"> 
    60         <a class="btn-action" href='./log.php'><span class="btn-prev">一覧へ戻る</span></a> 
     60        <a class="btn-action" href='./log.php'><span class="btn-prev"><!--{t string="tpl_453"}--></span></a> 
    6161    </div> 
    6262</div> 
Note: See TracChangeset for help on using the changeset viewer.