Ignore:
Timestamp:
2011/01/19 11:23:20 (13 years ago)
Author:
uemoto
Message:

#382(管理画面XHTMLに変更)

  • 細部調整
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/Smarty/templates/admin/contents/recomend.tpl

    r19956 r19965  
    5959   
    6060  if ( flag ){ 
    61     win03('./recommend_search.php?rank=' + rank,'search','600','600'); 
     61    win03('./recommend_search.php?rank=' + rank,'search','615','600'); 
    6262  } 
    6363} 
     
    6868<div id="admin-contents" class="contents-main"> 
    6969  <table class="list center" id="recommend-table"> 
     70    <colgroup width="4%"> 
     71    <colgroup width="14%"> 
     72    <colgroup width="27%"> 
     73    <colgroup width="7%"> 
     74    <colgroup width="8%"> 
     75    <colgroup width="30%"> 
     76    <colgroup width="15%"> 
    7077    <tr> 
    7178      <th>#</th> 
    7279      <th>画像</th> 
    7380      <th>商品名</th> 
    74       <th class="delete">削除</th> 
     81      <th>削除</th> 
    7582      <th>変更</th> 
    7683      <th>コメント</th> 
     
    7986    <!--▼おすすめ商品<!--{$smarty.section.cnt.iteration}-->--> 
    8087    <tr> 
    81        <th class="column"><!--{$smarty.section.cnt.iteration}--></th> 
     88       <td><!--{$smarty.section.cnt.iteration}--></td> 
    8289      <td> 
    8390        <!--{if $arrItems[$smarty.section.cnt.iteration].product_id}--> 
     
    8592        <!--{/if}--> 
    8693      </td> 
    87       <td><!--{$arrItems[$smarty.section.cnt.iteration].name|h}--></td> 
     94      <td class="left"><!--{$arrItems[$smarty.section.cnt.iteration].name|h}--></td> 
    8895      <td> 
    8996        <!--{if $arrItems[$smarty.section.cnt.iteration].product_id}--> 
     
    102109        <input type="hidden" name="rank" value="<!--{$arrItems[$smarty.section.cnt.iteration].rank|h}-->" /> 
    103110        <span class="attention"><!--{$arrErr[$smarty.section.cnt.iteration].comment}--></span> 
    104         <textarea name="comment" cols="45" rows="4" style="width: 337px; height: 82px; <!--{$arrErr[$smarty.section.cnt.iteration].comment|sfGetErrorColor}-->" <!--{$arrItems[$smarty.section.cnt.iteration].product_id|sfGetEnabled}-->><!--{$arrItems[$smarty.section.cnt.iteration].comment}--></textarea> 
     111        <textarea class="top" name="comment" cols="45" rows="4" style="width: 337px; height: 82px; <!--{$arrErr[$smarty.section.cnt.iteration].comment|sfGetErrorColor}-->" <!--{$arrItems[$smarty.section.cnt.iteration].product_id|sfGetEnabled}-->><!--{$arrItems[$smarty.section.cnt.iteration].comment}--></textarea> 
     112        </form> 
    105113        <!--{if $arrItems[$smarty.section.cnt.iteration].product_id}--> 
    106         <br /><a class="btn-action" href="javascript:;" onclick="return lfnCheckSubmit(document.form<!--{$smarty.section.cnt.iteration}-->);"><span class="btn-next">登録する</span></a> 
     114        <a class="btn-action" href="javascript:;" onclick="return lfnCheckSubmit(document.form<!--{$smarty.section.cnt.iteration}-->);"><span class="btn-next">登録する</span></a 
    107115        <!--{/if}--> 
    108         </form> 
    109       </td> 
     116    </td> 
    110117    </tr> 
    111118  <!--▲おすすめ商品<!--{$smarty.section.cnt.iteration}-->--> 
Note: See TracChangeset for help on using the changeset viewer.