mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Popup admin bar UI bugfix.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12602 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5f83837088
commit
72f81ec07d
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ xe.msg_select_menu = "{$lang->msg_select_menu}";
|
|||
<!--@if(strpos(strtolower(Context::get('act')),'admin') || Context::get('module') == 'admin')-->
|
||||
{@$isAdminKind = true}
|
||||
<!--@end-->
|
||||
<body{Context::getBodyClass()} style="margin-top:28px!important"|cond="$logged_info->is_admin=='Y' && !$isAdminKind && Context::get('current_module_info')->module_type == 'view'">
|
||||
<body{Context::getBodyClass()} style="margin-top:28px!important"|cond="$logged_info->is_admin=='Y' && !$isAdminKind && Context::get('current_module_info')->module_type == 'view' && Context::get('admin_bar') != 'false'">
|
||||
<include target="../../modules/admin/tpl/admin_bar.html" cond="$logged_info->is_admin=='Y' && !$isAdminKind && Context::get('current_module_info')->module_type == 'view' && Context::get('admin_bar') != 'false'" />
|
||||
{Context::getBodyHeader()}
|
||||
{$content}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue