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/products/index.tpl

    r19954 r19965  
    142142  </table> 
    143143  <div class="btn"> 
    144     検索結果表示件数 
     144    <p class="page_rows">検索結果表示件数 
    145145    <!--{assign var=key value="search_page_max"}--> 
    146146    <!--{if $arrErr[$key]}--> 
     
    149149    <select name="<!--{$key}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->"> 
    150150    <!--{html_options options=$arrPageMax selected=$arrForm.search_page_max}--> 
    151     </select> 件 
     151    </select> 件</p> 
    152152 
    153153    <div class="btn-area"> 
     
    187187  <!--検索結果表示テーブル--> 
    188188  <table class="list" id="products-search-result"> 
     189    <colgroup width="5%"> 
     190    <colgroup width="8%"> 
     191    <colgroup width="8%"> 
     192    <colgroup width="8%"> 
     193    <colgroup width="25%"> 
     194    <colgroup width="8%"> 
     195    <colgroup width="8%"> 
     196    <colgroup width="5%"> 
     197    <colgroup width="5%"> 
     198    <colgroup width="5%"> 
     199    <colgroup width="5%"> 
     200    <colgroup width="5%"> 
    189201    <tr> 
    190202      <th rowspan="2">商品ID</th> 
Note: See TracChangeset for help on using the changeset viewer.