Changeset 19803 for branches/version-2_5-dev/data/Smarty/templates/admin
- Timestamp:
- 2010/12/31 14:43:16 (16 years ago)
- Location:
- branches/version-2_5-dev/data/Smarty/templates/admin
- Files:
-
- 6 edited
-
design/header.tpl (modified) (2 diffs)
-
order/edit.tpl (modified) (4 diffs)
-
order/index.tpl (modified) (1 diff)
-
products/complete.tpl (modified) (1 diff)
-
products/confirm.tpl (modified) (1 diff)
-
products/product.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/Smarty/templates/admin/design/header.tpl
r19785 r19803 34 34 <dic id="design-header-preview"> 35 35 <!--{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> 37 37 <!--{ else }--> 38 38 <span class="attention"><strong>プレビューはIEでのみ表示されます。</strong></span> … … 65 65 <div id="design-footer-preview"> 66 66 <!--{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> 68 68 <!--{ else }--> 69 69 <span class="attention"><strong>プレビューはIEでのみ表示されます。</strong></span> -
branches/version-2_5-dev/data/Smarty/templates/admin/order/edit.tpl
r19802 r19803 70 70 <div id="order" class="contents-main"> 71 71 <!--{* ペイジェントモジュール連携用 *}--> 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}--> 73 73 <!--{if file_exists($path)}--> 74 74 <!--{include file=$path}--> … … 76 76 77 77 <!--{* 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}--> 79 79 <!--{if file_exists($path)}--> 80 80 <!--{include file=$path}--> … … 82 82 83 83 <!--{* 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}--> 85 85 <!--{if file_exists($sps_path) && $paymentType[0].module_code == $smarty.const.MDL_SPS_CODE}--> 86 86 <!--{include file=$sps_path}--> … … 88 88 89 89 <!--{* ペイジェントモジュール連携用 *}--> 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}--> 91 91 <!--{if file_exists($path)}--> 92 92 <!--{include file=$path}--> -
branches/version-2_5-dev/data/Smarty/templates/admin/order/index.tpl
r19785 r19803 301 301 <table class="list"> 302 302 <!--{* ペイジェントモジュール連携用 *}--> 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}--> 304 304 <!--{if file_exists($path)}--> 305 305 <!--{include file=$path}--> -
branches/version-2_5-dev/data/Smarty/templates/admin/products/complete.tpl
r18873 r19803 33 33 <!--{* オペビルダー用 *}--> 34 34 <!--{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}--> 36 36 <!--{/if}--> -
branches/version-2_5-dev/data/Smarty/templates/admin/products/confirm.tpl
r19802 r19803 222 222 <!--{* オペビルダー用 *}--> 223 223 <!--{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}--> 225 225 <!--{/if}--> 226 226 -
branches/version-2_5-dev/data/Smarty/templates/admin/products/product.tpl
r19802 r19803 322 322 <!--{* オペビルダー用 *}--> 323 323 <!--{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}--> 325 325 <!--{/if}--> 326 326
Note: See TracChangeset
for help on using the changeset viewer.
