Changeset 17951


Ignore:
Timestamp:
2009/04/03 10:59:21 (14 years ago)
Author:
kajiwara
Message:

#292 order用に別途、商品検索、登録機能を追加。

Location:
branches/version-2_4
Files:
4 added
1 edited

Legend:

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

    r17876 r17951  
    384384                                <td bgcolor="#f2f1ec" width="717" colspan="7">▼受注商品情報 
    385385                                <input type="button" name="cheek" value="計算結果の確認" onclick="fnModeSubmit('cheek','anchor_key','order_products');" /> 
    386                                 <input type="button" name="add_product" value="商品の追加" onclick="win03('<!--{$smarty.const.SITE_URL}-->admin/products/product_select.php<!--{if $tpl_order_id}-->?order_id=<!--{$tpl_order_id}--><!--{/if}-->', 'search', '500', '500'); " /> 
     386                                <input type="button" name="add_product" value="商品の追加" onclick="win03('<!--{$smarty.const.SITE_URL}-->admin/order/product_select.php<!--{if $tpl_order_id}-->?order_id=<!--{$tpl_order_id}--><!--{/if}-->', 'search', '500', '500'); " /> 
    387387                                <br /> 
    388388                                <span class="red12"><!--{$arrErr.product_id}--></span> 
Note: See TracChangeset for help on using the changeset viewer.