1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 03:24:20 +02:00

Plugin/Theme update check moved to admin_shortcodes

This commit is contained in:
Cameron
2017-02-02 11:48:13 -08:00
parent 8843752aa1
commit f7a14d29ae
8 changed files with 170 additions and 204 deletions

View File

@@ -170,6 +170,7 @@ class bootstrap3_admintheme
}
switch(varset($style, 'admin_content'))
{
@@ -185,7 +186,7 @@ class bootstrap3_admintheme
break;
case 'admin_menu':
echo '<div class="panel panel-default">
echo '<div class="panel panel-default" >
<div class="panel-heading">
<h3 class="panel-title">' . $caption . '</h3>
</div>
@@ -196,6 +197,18 @@ class bootstrap3_admintheme
break;
case 'warning':
echo '<div class="panel panel-warning">
<div class="panel-heading">
<h3 class="panel-title">' . $caption . '</h3>
</div>
<div class="panel-body">
' . $text . '
</div>
</div>';
break;
case 'core-infopanel':
case 'site_info':
echo '<div class="panel ' . $panelType[$style] . '">