Changeset 17052


Ignore:
Timestamp:
2008/02/15 11:59:02 (16 years ago)
Author:
satou
Message:

#242 受注履歴編集画面から顧客編集ページが表示されない不具合を改修。

File:
1 edited

Legend:

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

    r16987 r17052  
    2525<!-- 
    2626    function fnEdit(customer_id) { 
    27         document.form1.action = '/admin/customer/edit.php'; 
     27        document.form1.action = '<!--{$smarty.const.URL_DIR}-->admin/customer/edit.php'; 
    2828        document.form1.mode.value = "edit" 
    2929        document.form1['edit_customer_id'].value = customer_id; 
Note: See TracChangeset for help on using the changeset viewer.