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

    r19954 r19965  
    8585      <td> 
    8686        <!--{if $arrErr.pref}--><span class="attention"><!--{$arrErr.pref}--></span><br /><!--{/if}--> 
    87         <select name="pref"> 
     87        <select class="top" name="pref"> 
    8888          <option value="" selected="selected" <!--{if $arrErr.name}--><!--{sfSetErrorStyle}--><!--{/if}-->>都道府県を選択</option> 
    8989          <!--{html_options options=$arrPref selected=$arrForm.pref}--> 
     
    249249  </table> 
    250250  <div class="btn"> 
    251     検索結果表示件数 
     251    <p class="page_rows">検索結果表示件数 
    252252    <select name="page_rows"> 
    253253      <!--{html_options options=$arrPageRows selected=$arrForm.page_rows}--> 
    254     </select> 件 
     254    </select> 件</p> 
    255255    <div class="btn-area"> 
    256256      <ul> 
     
    300300  <!--検索結果表示テーブル--> 
    301301  <table class="list" id="customer-search-result"> 
     302    <colgroup width="5%"> 
     303    <colgroup width="10%"> 
     304    <colgroup width="25%"> 
     305    <colgroup width="5%"> 
     306    <colgroup width="30%"> 
     307    <colgroup width="7%"> 
     308    <colgroup width="7%"> 
    302309    <tr> 
    303310      <th rowspan="2">種別</th> 
     
    317324        <td class="center" rowspan="2"><!--{if $row.status eq 1}-->仮<!--{else}-->本<!--{/if}--></td> 
    318325        <td><!--{$row.customer_id|h}--></td> 
    319         <td rowspan="2"><!--{$row.name01|h}--> <!--{$row.name02|h}-->(<!--{$row.kana01|h}--> <!--{$row.kana02|h}-->)</td> 
     326        <td rowspan="2"><!--{$row.name01|h}--> <!--{$row.name02|h}--><br>(<!--{$row.kana01|h}--> <!--{$row.kana02|h}-->)</td> 
    320327        <td class="center" rowspan="2"><!--{$arrSex[$row.sex]|h}--></td> 
    321328        <td><!--{$row.tel01|h}-->-<!--{$row.tel02|h}-->-<!--{$row.tel03|h}--></td> 
Note: See TracChangeset for help on using the changeset viewer.