Ignore:
Timestamp:
2013/02/20 12:12:23 (11 years ago)
Author:
Qwert
Message:

#2153 (各種テンプレート修正)

管理画面の基本情報管理・商品管理・会員管理・受注管理・売上集計・メルマガ管理・コンテンツ管理の直せそうな範囲のみ修正。

File:
1 edited

Legend:

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

    r22493 r22571  
    290290    <!--{/if}--> 
    291291 
    292     <table class="list" id="order-edit-products"> 
     292    <table class="list order-edit-products"> 
    293293        <tr> 
    294294            <th class="id">商品コード</th> 
     
    446446 
    447447            <!--{if count($arrShipping.shipment_product_class_id) > 0}--> 
    448                 <table class="list" id="order-edit-products"> 
     448                <table class="list order-edit-products"> 
    449449                    <tr> 
    450450                        <th class="id">商品コード</th> 
     
    486486                                <!--{assign var=key value="shipment_quantity"}--> 
    487487                                <span class="attention"><!--{$arrErr[$key][$shipping_index][$item_index]}--></span> 
    488                                 <input type="text" name="<!--{$key}-->[<!--{$shipping_index}-->][<!--{$item_index}-->]" value="<!--{$arrShipping[$key][$item_index]|h}-->" size="3" class="box3" maxlength="<!--{$arrForm[$key].length}-->" /> 
     488                                <input type="text" name="<!--{$key}-->[<!--{$shipping_index}-->][<!--{$item_index}-->]" value="<!--{$arrShipping[$key][$item_index]|h}-->" size="3" class="box3" maxlength="<!--{$arrForm[$key].length}-->" /> 
    489489                            </td> 
    490490                        </tr> 
     
    595595                    <span class="attention"><!--{$arrErr[$key][$shipping_index]}--></span> 
    596596                    <select name="<!--{$key}-->[<!--{$shipping_index}-->]" style="<!--{$arrErr[$key][$shipping_index]|sfGetErrorColor}-->"> 
    597                         <option value="" selected="0">指定無し</option> 
     597                        <option value="">指定無し</option> 
    598598                        <!--{html_options options=$arrDelivTime selected=$arrShipping[$key]}--> 
    599599                    </select> 
Note: See TracChangeset for help on using the changeset viewer.