* fixed z-index of 'side-handle'.
* ajusted style of 'admin/index'.
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php $showDemoUsers = isset($this->config->global->showDemoUsers) ? true : false; js::set('showDemoUsers', $showDemoUsers);?>
|
||||
|
||||
<?php if(!$bind and !$ignore and common::hasPriv('admin', 'register')):?>
|
||||
<div id="notice" class='alert alert-success'>
|
||||
<?php echo html::a(inlink('ignore'), '<i class="icon-remove"></i> ' . $lang->admin->notice->ignore, 'hiddenwin', 'class="close" data-dismiss="alert" style="font-size: 12px"');?>
|
||||
@@ -20,7 +19,8 @@
|
||||
<div class="content"><?php echo sprintf($lang->admin->notice->register, html::a(inlink('register'), $lang->admin->register->click, '', 'class="alert-link"'));?></div>
|
||||
</div>
|
||||
<?php endif;?>
|
||||
<div id='featurebar'>
|
||||
|
||||
<div id='titlebar'>
|
||||
<div class='heading'>
|
||||
<?php
|
||||
echo sprintf($lang->admin->info->version, $config->version);
|
||||
|
||||
Reference in New Issue
Block a user