mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
Installed module UI cleaning.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11973 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
375d72e007
commit
de06a76bd8
7 changed files with 48 additions and 64 deletions
|
|
@ -1,14 +1,11 @@
|
|||
<load target="js/module_admin.js" usecdn="true" />
|
||||
|
||||
<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>
|
||||
|
||||
<div class="x_page-header">
|
||||
<h1>{$lang->installed_modules}</h1>
|
||||
</div>
|
||||
|
||||
<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