Changeset 17357


Ignore:
Timestamp:
2008/06/17 10:43:26 (16 years ago)
Author:
pineray
Message:

r17356 をマージ&ちょっとした修正

Location:
branches/comu-ver2/data/Smarty/templates/default/admin/ownersstore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/Smarty/templates/default/admin/ownersstore/index.tpl

    r17351 r17357  
    3131 
    3232*}--> 
    33 <link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}-->user_data/packages/default/css/thickbox.css" type="text/css" media="screen" /> 
    34 <script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->user_data/packages/default/js/ownersstore.js.php"></script> 
     33<link rel="stylesheet" href="<!--{$TPL_DIR}-->css/thickbox.css" type="text/css" media="screen" /> 
     34<script type="text/javascript" src="<!--{$TPL_DIR}-->js/ownersstore.js.php"></script> 
    3535 
    3636<form name="form1" id="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->"> 
  • branches/comu-ver2/data/Smarty/templates/default/admin/ownersstore/log_detail.tpl

    r17351 r17357  
    3232  <table class="form"> 
    3333    <tr> 
    34       <th>モジュール名</th> 
     34      <th>モジュール名</th> 
    3535      <td><!--{$arrLogDetail.module_name|escape}--></td> 
    3636    </tr> 
     
    4141    <tr> 
    4242      <th>日時</th> 
    43       <td width="" align="left"><!--{$arrLogDetail.update_date|sfDispDBDate|escape}--></td> 
     43      <td><!--{$arrLogDetail.update_date|sfDispDBDate|escape}--></td> 
    4444    </tr> 
    4545    <tr> 
    46       <th>バックアップパス</th> 
     46      <th>バックアップパス</th> 
    4747      <td><!--{$arrLogDetail.buckup_path|wordwrap:100:" 
    4848":true|escape|nl2br}--></td> 
  • branches/comu-ver2/data/Smarty/templates/default/admin/ownersstore/settings.tpl

    r17351 r17357  
    3333  <!--入力項目ここから--> 
    3434  <p><span class="attention">※認証キーは<a href="<!--{$smarty.const.OSTORE_URL}-->" target="_blank">EC-CUBEオーナーズストア</a>で取得できます。</span></p> 
    35   <table> 
     35  <table class="form"> 
    3636    <tr> 
    3737      <th>認証キーの設定</th> 
Note: See TracChangeset for help on using the changeset viewer.