Ignore:
Timestamp:
2011/01/13 19:57:47 (13 years ago)
Author:
uemoto
Message:

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

  • デザインを刷新
File:
1 edited

Legend:

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

    r19833 r19909  
    270270        <!--{html_options options=$arrPageMax selected=$arrForm[$key].value}--> 
    271271        </select> 件 
    272         <a class="btn-normal" href="javascript:;" onclick="fnFormModeSubmit('search_form', 'search', '', '');"><span>この条件で検索する</span></a> 
     272        <div class="btn-area"> 
     273          <ul> 
     274            <li><a class="btn-action" href="javascript:;" onclick="fnFormModeSubmit('search_form', 'search', '', '');"><span class="btn-next">この条件で検索する</span></a></li> 
     275          </ul> 
     276        </div> 
    273277    </div> 
    274278    <!--検索条件設定テーブルここまで--> 
     
    314318            <th>対応状況</th> 
    315319            <th><label for="pdf_check">帳票</label> <input type="checkbox" name="pdf_check" id="pdf_check" onclick="fnAllCheck(this, 'input[name=pdf_order_id[]]')" /></th> 
    316             <th>編集</th> 
     320            <th class="edit">編集</th> 
    317321            <th>メール</th> 
    318             <th>削除</th> 
     322            <th class="delete">削除</th> 
    319323        </tr> 
    320324 
     
    332336            <td class="center"> 
    333337                <input type="checkbox" name="pdf_order_id[]" value="<!--{$arrResults[cnt].order_id}-->" id="pdf_order_id_<!--{$arrResults[cnt].order_id}-->"/><label for="pdf_order_id_<!--{$arrResults[cnt].order_id}-->">一括出力</label>&nbsp; 
    334                 <a href="./" onClick="win02('pdf.php?order_id=<!--{$arrResults[cnt].order_id}-->','pdf_input','500','650'); return false;"><span class="icon_class">個別出力</span></a> 
     338                <a href="./" onClick="win02('pdf.php?order_id=<!--{$arrResults[cnt].order_id}-->','pdf_input','600','650'); return false;"><span class="icon_class">個別出力</span></a> 
    335339            </td> 
    336340            <td class="center"><a href="?" onclick="fnChangeAction('<!--{$smarty.const.ADMIN_ORDER_EDIT_URL_PATH}-->'); fnModeSubmit('pre_edit', 'order_id', '<!--{$arrResults[cnt].order_id}-->'); return false;"><span class="icon_edit">編集</span></a></td> 
Note: See TracChangeset for help on using the changeset viewer.