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

    r21867 r22121  
    2525<table id="ownersstore-products-list" class="list center"> 
    2626    <tr> 
    27         <th>ロゴ</th> 
    28         <th>商品名</th> 
    29         <th>導入バージョン</th> 
    30         <th>インストール</th> 
    31         <th>設定</th> 
    32         <th>購入ステータス</th> 
     27        <th><!--{t string="tpl_477"}--></th> 
     28        <th><!--{t string="tpl_189"}--></th> 
     29        <th><!--{t string="tpl_478"}--></th> 
     30        <th><!--{t string="tpl_479"}--></th> 
     31        <th><!--{t string="tpl_480"}--></th> 
     32        <th><!--{t string="tpl_481"}--></th> 
    3333    </tr> 
    3434    <!--{foreach from=$arrProducts item=product name=products_list_loop}--> 
     
    5959                    <!--{if $product.version_up_flg}--> 
    6060                        <span class="icon_confirm"> 
    61                         <a href="#" onclick="OwnersStore.download(<!--{$product.product_id|h}-->);return false;">アップデート</a> 
     61                        <a href="#" onclick="OwnersStore.download(<!--{$product.product_id|h}-->);return false;"><!--{t string="tpl_472"}--></a> 
    6262                        </span> 
    6363                    <!--{* それ以外ならダウンロードボタン表示 *}--> 
    6464                    <!--{else}--> 
    6565                        <span class="icon_confirm"> 
    66                         <a href="#" onclick="OwnersStore.download(<!--{$product.product_id|h}-->);return false;">ダウンロード</a> 
     66                        <a href="#" onclick="OwnersStore.download(<!--{$product.product_id|h}-->);return false;"><!--{t string="tpl_302"}--></a> 
    6767                        </span> 
    6868                    <!--{/if}--> 
     
    7575                        <span class="icon_confirm"> 
    7676                        <a href="#" onclick="win02('../load_module_config.php?module_id=<!--{$product.product_id}-->', 'load', 615, 400);return false;"> 
    77                             設定</a> 
     77                            <!--{t string="tpl_480"}--></a> 
    7878                        </span> 
    7979                    <!--{else}--> 
     
    8181                        <span class="icon_confirm"> 
    8282                        <a href="#" onclick="win02('../load_module_config.php?module_id=<!--{$product.product_id}-->', 'load', 615, 400);return false;"> 
    83                             設定</a> 
     83                            <!--{t string="tpl_480"}--></a> 
    8484                        </span> 
    8585                        </div> 
Note: See TracChangeset for help on using the changeset viewer.