Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

以前モジュールで使用されていたコードをテンプレートから削除 #967 #972

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions data/Smarty/templates/admin/order/index.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -358,11 +358,6 @@
<col width="5%" />
<col width="9%" />
<col width="5%" />
<!--{* ペイジェントモジュール連携用 *}-->
<!--{assign var=path value="`$smarty.const.MODULE_REALDIR`mdl_paygent/paygent_order_index.tpl"}-->
<!--{if file_exists($path)}-->
<!--{include file=$path}-->
<!--{else}-->
<tr>
<th>受注日</th>
<th>注文番号</th>
Expand Down
5 changes: 0 additions & 5 deletions data/Smarty/templates/admin/products/confirm.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -231,11 +231,6 @@
</td>
</tr>

<!--{* オペビルダー用 *}-->
<!--{if "sfViewAdminOpe"|function_exists === TRUE}-->
<!--{include file="`$smarty.const.MODULE_REALDIR`mdl_opebuilder/admin_ope_view.tpl"}-->
<!--{/if}-->

<!--{section name=cnt loop=$smarty.const.PRODUCTSUB_MAX}-->
<!--▼商品<!--{$smarty.section.cnt.iteration}-->-->
<tr>
Expand Down
5 changes: 0 additions & 5 deletions data/Smarty/templates/admin/products/product.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -359,11 +359,6 @@
</tr>
</table>

<!--{* オペビルダー用 *}-->
<!--{if "sfViewAdminOpe"|function_exists === TRUE}-->
<!--{include file="`$smarty.const.MODULE_REALDIR`mdl_opebuilder/admin_ope_view.tpl"}-->
<!--{/if}-->

<div class="btn">
<a class="btn-normal" href="javascript:;" onclick="selectAll('category_id'); lfDispSwitch('sub_detail'); return false;"><span>サブ情報表示/非表示</span></a>
</div>
Expand Down
4 changes: 0 additions & 4 deletions data/Smarty/templates/mobile/site_main.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@
<!--{strip}-->
<body bgcolor="#ffffff" text="#555555" link="#3a75af" vlink="#3a75af">
<a name="top" id="top"></a>
<!--{* Moba8リクエスト用 *}-->
<!--{if "sfRequestMoba8"|function_exists === TRUE}-->
<!--{include file="`$smarty.const.MODULE_REALDIR`mdl_moba8/request_moba8.tpl"}-->
<!--{/if}-->

<!--{* ▼HeaderHeaderTop COLUMN *}-->
<!--{if !empty($arrPageLayout.HeaderTopNavi)}-->
Expand Down
Loading