Ignore:
Timestamp:
2010/12/31 14:43:16 (16 years ago)
Author:
Seasoft
Message:

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

  • 一斉置換前の現状記録のためのコミット

#628(未使用処理・定義などの削除)

Location:
branches/version-2_5-dev/data/Smarty/templates/admin
Files:
6 edited

Legend:

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

    r19785 r19803  
    3434  <dic id="design-header-preview"> 
    3535    <!--{if $browser_type == 1 }--> 
    36       <div style="zoom:0.8"><!--{include file="`$smarty.const.USER_PATH`include/preview/header.tpl"}--></div> 
     36      <div style="zoom:0.8"><!--{include file="`$smarty.const.USER_FILE_PATH`include/preview/header.tpl"}--></div> 
    3737    <!--{ else }--> 
    3838      <span class="attention"><strong>プレビューはIEでのみ表示されます。</strong></span> 
     
    6565  <div id="design-footer-preview"> 
    6666    <!--{if $browser_type == 1 }--> 
    67       <div style="zoom:0.8"><!--{include file="`$smarty.const.USER_PATH`/include/preview/footer.tpl"}--></div> 
     67      <div style="zoom:0.8"><!--{include file="`$smarty.const.USER_FILE_PATH`/include/preview/footer.tpl"}--></div> 
    6868    <!--{ else }--> 
    6969      <span class="attention"><strong>プレビューはIEでのみ表示されます。</strong></span> 
  • branches/version-2_5-dev/data/Smarty/templates/admin/order/edit.tpl

    r19802 r19803  
    7070<div id="order" class="contents-main"> 
    7171    <!--{* ペイジェントモジュール連携用 *}--> 
    72     <!--{assign var=path value=`$smarty.const.MODULE_PATH`mdl_paygent/paygent_order.tpl}--> 
     72    <!--{assign var=path value=`$smarty.const.MODULE_FILE_PATH`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_PATH`mdl_gmopg/templates/order_edit.tpl}--> 
     78                        <!--{assign var=path value=`$smarty.const.MODULE_FILE_PATH`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_PATH`mdl_sps/templates/sps_request.tpl}--> 
     84                        <!--{assign var=sps_path value=`$smarty.const.MODULE_FILE_PATH`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_PATH`mdl_paygent/paygent_order.tpl}--> 
     90                        <!--{assign var=path value=`$smarty.const.MODULE_FILE_PATH`mdl_paygent/paygent_order.tpl}--> 
    9191                        <!--{if file_exists($path)}--> 
    9292                            <!--{include file=$path}--> 
  • branches/version-2_5-dev/data/Smarty/templates/admin/order/index.tpl

    r19785 r19803  
    301301    <table class="list"> 
    302302        <!--{* ペイジェントモジュール連携用 *}--> 
    303         <!--{assign var=path value=`$smarty.const.MODULE_PATH`mdl_paygent/paygent_order_index.tpl}--> 
     303        <!--{assign var=path value=`$smarty.const.MODULE_FILE_PATH`mdl_paygent/paygent_order_index.tpl}--> 
    304304        <!--{if file_exists($path)}--> 
    305305            <!--{include file=$path}--> 
  • branches/version-2_5-dev/data/Smarty/templates/admin/products/complete.tpl

    r18873 r19803  
    3333<!--{* オペビルダー用 *}--> 
    3434<!--{if "sfViewAdminOpe"|function_exists === TRUE}--> 
    35 <!--{include file=`$smarty.const.MODULE_PATH`mdl_opebuilder/admin_ope_view.tpl}--> 
     35<!--{include file=`$smarty.const.MODULE_FILE_PATH`mdl_opebuilder/admin_ope_view.tpl}--> 
    3636<!--{/if}--> 
  • branches/version-2_5-dev/data/Smarty/templates/admin/products/confirm.tpl

    r19802 r19803  
    222222    <!--{* オペビルダー用 *}--> 
    223223    <!--{if "sfViewAdminOpe"|function_exists === TRUE}--> 
    224     <!--{include file=`$smarty.const.MODULE_PATH`mdl_opebuilder/admin_ope_view.tpl}--> 
     224    <!--{include file=`$smarty.const.MODULE_FILE_PATH`mdl_opebuilder/admin_ope_view.tpl}--> 
    225225    <!--{/if}--> 
    226226 
  • branches/version-2_5-dev/data/Smarty/templates/admin/products/product.tpl

    r19802 r19803  
    322322  <!--{* オペビルダー用 *}--> 
    323323  <!--{if "sfViewAdminOpe"|function_exists === TRUE}--> 
    324   <!--{include file=`$smarty.const.MODULE_PATH`mdl_opebuilder/admin_ope_view.tpl}--> 
     324  <!--{include file=`$smarty.const.MODULE_FILE_PATH`mdl_opebuilder/admin_ope_view.tpl}--> 
    325325  <!--{/if}--> 
    326326 
Note: See TracChangeset for help on using the changeset viewer.