1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Added Bootstrap tabs to admin->administrator page and styled to match jquery-ui tabs.

This commit is contained in:
Cameron
2013-02-24 15:46:07 -08:00
parent e1cf83fdaa
commit a877d3cee6
4 changed files with 113 additions and 20 deletions

View File

@@ -50,6 +50,17 @@ if (e_QUERY)
unset($tmp);
}
if(deftrue('e_DEMOMODE') && varset($_POST['update_admin']))
{
$mes = e107::getMessage();
$ns = e107::getRender();
$mes->addWarning(LAN_DEMO_FORBIDDEN);
$ns->tablerender("Forbidden",$mes->render());
require_once("footer.php");
exit;
}
if (isset($_POST['update_admin'])) // Permissions updated
{