1
0
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:
Cameron
2015-06-26 20:24:53 -07:00
parent 78b904924a
commit f2116a5d24
10 changed files with 32 additions and 28 deletions

View File

@@ -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 &copy; 2008-2013 e107 Inc (e107.org)<br />
Copyright &copy; 2008-2015 e107 Inc (e107.org)<br />
</footer>';

View File

@@ -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')