Display module settings in own layout

Partially revert 8d718c0
This commit is contained in:
Kijin Sung 2018-08-14 11:11:58 +09:00
parent edf2a4c76a
commit 4ca3bdccc6
4 changed files with 13 additions and 13 deletions

View file

@ -0,0 +1,7 @@
<load target="css/admin.bootstrap.css" />
<load target="css/admin.iefix.css" />
<load target="./../../../common/css/xeicon/xeicon.css" />
<load target="css/admin.css" />
<load target="js/admin.js" />
<load target="js/jquery.tmpl.js" />
<load target="js/jquery.jstree.js" />

View file

@ -1,10 +1,4 @@
<load target="css/admin.bootstrap.css" />
<load target="css/admin.iefix.css" />
<load target="./../../../common/css/xeicon/xeicon.css" />
<load target="css/admin.css" />
<load target="js/admin.js" />
<load target="js/jquery.tmpl.js" />
<load target="js/jquery.jstree.js" />
<include target="./_admin_common.html" />
{Context::addMetaTag("viewport", "width=device-width, user-scalable=yes")}
<script>
var admin_menu_srl = "{$admin_menu_srl}";

View file

@ -1,9 +1,4 @@
<load target="css/admin.bootstrap.css" />
<load target="css/admin.iefix.css" />
<load target="css/admin.css" />
<load target="js/admin.js" />
<load target="js/jquery.tmpl.js" />
<load target="js/jquery.jstree.js" />
<include target="./_admin_common.html" />
<div class="x">
<div class="content" id="content">
{$content}