Ignore:
Timestamp:
2010/12/10 22:27:59 (13 years ago)
Author:
nanasess
Message:

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

  • UI を改善
File:
1 edited

Legend:

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

    r18873 r19715  
    2929<div id="order" class="contents-main"> 
    3030  <h2>抽出条件</h2> 
     31    <div class="btn"> 
    3132    <!--{foreach key=key item=item from=$arrORDERSTATUS}--> 
    3233      <a 
     
    3839      ><!--{$item}--></a> 
    3940    <!--{/foreach}--> 
    40   <h2>編集</h2> 
     41    </div> 
     42  <h2>ステータス変更</h2> 
    4143  <!--{* 登録テーブルここから *}--> 
    4244  <!--{if $tpl_linemax > 0 }--> 
     
    6769  <table class="list center"> 
    6870    <tr> 
     71      <th>選択</th> 
     72      <th>対応状況</th> 
    6973      <th>注文番号</th> 
    7074      <th>受注日</th> 
     
    7377      <th>購入金額(円)</th> 
    7478      <th>入金日<br>発送日</th> 
    75       <th>対応状況</th> 
    76       <th>選択</th> 
    7779    </tr> 
    7880    <!--{section name=cnt loop=$arrStatus}--> 
    7981    <!--{assign var=status value="`$arrStatus[cnt].status`"}--> 
    8082    <tr style="background:<!--{$arrORDERSTATUS_COLOR[$status]}-->;"> 
     83      <td><input type="checkbox" name="move[]" value="<!--{$arrStatus[cnt].order_id}-->" ></td> 
     84      <td><!--{$arrORDERSTATUS[$status]}--></td> 
    8185      <td><a href ="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="fnOpenWindow('./edit.php?order_id=<!--{$arrStatus[cnt].order_id}-->','order_disp','800','900'); return false;" ><!--{$arrStatus[cnt].order_id}--></td> 
    8286      <td><!--{$arrStatus[cnt].create_date|sfDispDBDate:false}--></td> 
     
    8791      <td><!--{if $arrStatus[cnt].payment_date != ""}--><!--{$arrStatus[cnt].payment_date|sfDispDBDate:false}--><!--{else}-->未入金<!--{/if}--><br> 
    8892      <!--{if $arrStatus[cnt].status eq 5}--><!--{$arrStatus[cnt].commit_date|sfDispDBDate:false}--><!--{else}-->未発送<!--{/if}--></td> 
    89       <td><!--{$arrORDERSTATUS[$status]}--></td> 
    90       <td><input type="checkbox" name="move[]" value="<!--{$arrStatus[cnt].order_id}-->" ></td> 
    9193    </tr> 
    9294    <!--{/section}--> 
Note: See TracChangeset for help on using the changeset viewer.