Ignore:
Timestamp:
2010/12/31 23:23:49 (13 years ago)
Author:
Seasoft
Message:

#834(パラメータの定数名に「URL」を含むにもかかわらず、パスのみのものがある) 一部実装

File:
1 edited

Legend:

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

    r19803 r19805  
    7070<div id="order" class="contents-main"> 
    7171    <!--{* ペイジェントモジュール連携用 *}--> 
    72     <!--{assign var=path value=`$smarty.const.MODULE_FILE_PATH`mdl_paygent/paygent_order.tpl}--> 
     72    <!--{assign var=path value=`$smarty.const.MODULE_REALDIR`mdl_paygent/paygent_order.tpl}--> 
    7373    <!--{if file_exists($path)}--> 
    7474        <!--{include file=$path}--> 
     
    7676 
    7777                        <!--{* GMOPG連携用 *}--> 
    78                         <!--{assign var=path value=`$smarty.const.MODULE_FILE_PATH`mdl_gmopg/templates/order_edit.tpl}--> 
     78                        <!--{assign var=path value=`$smarty.const.MODULE_REALDIR`mdl_gmopg/templates/order_edit.tpl}--> 
    7979                        <!--{if file_exists($path)}--> 
    8080                            <!--{include file=$path}--> 
     
    8282 
    8383                        <!--{* SPS連携用 *}--> 
    84                         <!--{assign var=sps_path value=`$smarty.const.MODULE_FILE_PATH`mdl_sps/templates/sps_request.tpl}--> 
     84                        <!--{assign var=sps_path value=`$smarty.const.MODULE_REALDIR`mdl_sps/templates/sps_request.tpl}--> 
    8585                        <!--{if file_exists($sps_path) && $paymentType[0].module_code == $smarty.const.MDL_SPS_CODE}--> 
    8686                            <!--{include file=$sps_path}--> 
     
    8888 
    8989                        <!--{* ペイジェントモジュール連携用 *}--> 
    90                         <!--{assign var=path value=`$smarty.const.MODULE_FILE_PATH`mdl_paygent/paygent_order.tpl}--> 
     90                        <!--{assign var=path value=`$smarty.const.MODULE_REALDIR`mdl_paygent/paygent_order.tpl}--> 
    9191                        <!--{if file_exists($path)}--> 
    9292                            <!--{include file=$path}--> 
Note: See TracChangeset for help on using the changeset viewer.