mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 14:52:24 +09:00
Convert remaining LESS files to SCSS
This commit is contained in:
parent
15648d10d1
commit
84bae83d68
6 changed files with 56 additions and 46 deletions
|
|
@ -1,12 +1,15 @@
|
|||
<load target="css/module_admin.scss" />
|
||||
<load target="js/module_admin.js" />
|
||||
<load target="css/module_admin.less" />
|
||||
|
||||
<div class="x_page-header">
|
||||
<h1>{$lang->installed_modules}</h1>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
xe.lang.favorite_on = '{lang("favorite")} ({lang("on")})';
|
||||
xe.lang.favorite_off = '{lang("favorite")} ({lang("off")})';
|
||||
</script>
|
||||
|
||||
<ul class="x_nav x_nav-tabs">
|
||||
<li class="x_active"|cond="$act=='dispModuleAdminContent'">
|
||||
<a href="{getUrl('', 'module', 'admin', 'act', 'dispModuleAdminContent')}">{$lang->installed_modules}</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue