mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 10:04:35 +02:00
Some LAN cleanup. Admin Area caption issue (on legacy plugins) corrected.
This commit is contained in:
@@ -199,7 +199,7 @@ $ADMIN_HEADER .= '<div class="container-fluid">
|
||||
{ADMIN_MENU}
|
||||
{ADMIN_MENUMANAGER}
|
||||
|
||||
|
||||
|
||||
{ADMIN_PWORD}
|
||||
{SETSTYLE=site_info}
|
||||
|
||||
@@ -216,11 +216,10 @@ $ADMIN_HEADER .= '<div class="container-fluid">
|
||||
|
||||
|
||||
|
||||
{SETSTYLE=none}
|
||||
{SETSTYLE=default}
|
||||
|
||||
</div>
|
||||
<div class="span10" id="right-panel" >
|
||||
|
||||
';
|
||||
|
||||
|
||||
@@ -231,7 +230,7 @@ $ADMIN_FOOTER = '
|
||||
|
||||
</div><!--/.fluid-container-->
|
||||
<footer class="center mute">
|
||||
Copyright © 2008-2013 e107 Inc (e107.org)<br />
|
||||
Copyright © 2008-2015 e107 Inc (e107.org)<br />
|
||||
</footer>';
|
||||
|
||||
|
||||
|
@@ -54,15 +54,15 @@ $no_core_css = TRUE;
|
||||
class bootstrap_admintheme
|
||||
{
|
||||
|
||||
function tablestyle($caption, $text, $mode)
|
||||
function tablestyle($caption, $text, $mode, $data)
|
||||
{
|
||||
global $style;
|
||||
|
||||
// global $style;
|
||||
|
||||
$style = $data['setStyle'];
|
||||
|
||||
// echo "Style: ".$style;
|
||||
$class = '';
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
if(is_string($mode) && $mode == 'admin_help') $class = ' '.str_replace('_', '-', $mode);
|
||||
|
||||
if($mode == 'e_help')
|
||||
|
Reference in New Issue
Block a user