From 38c05929ead177e4782d60da37e321722835bc71 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Fri, 11 May 2012 01:47:46 +0200 Subject: [PATCH] Admin panel wireframe --- frontend/includes/include.exceptions.php | 1 + frontend/locales/english.lng | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/frontend/includes/include.exceptions.php b/frontend/includes/include.exceptions.php index 13a5d34..04f4438 100644 --- a/frontend/includes/include.exceptions.php +++ b/frontend/includes/include.exceptions.php @@ -53,4 +53,5 @@ class ContainerIpRemoveException extends ContainerException {} class ContainerTrafficRetrieveException extends ContainerException {} class UnauthorizedException extends Exception {} +class InsufficientAccessLevelException extends Exception {} class TemplateUnavailableException extends Exception {} diff --git a/frontend/locales/english.lng b/frontend/locales/english.lng index 8b7e988..ef5e58d 100644 --- a/frontend/locales/english.lng +++ b/frontend/locales/english.lng @@ -51,6 +51,10 @@ menu-alerts; Alerts menu-api; API menu-password; Root Password +menu-admin-overview; Overview +menu-admin-users; Users +menu-admin-containers; Containers + login-username; Username login-password; Password