Merge BusinessAppTemplate

master
Skylar Ittner 6 years ago
commit 2da4e858d2

@ -13,7 +13,7 @@ if ($_SESSION['loggedin'] && !isset($_GET['permissionerror'])) {
} }
if (isset($_GET['permissionerror'])) { if (isset($_GET['permissionerror'])) {
$alert = lang("no permission", false); $alert = lang("no access permission", false);
} }
/* Authenticate user */ /* Authenticate user */

@ -30,6 +30,7 @@ define("STRINGS", [
"login server user data error" => "The login server refused to provide account information. Try again or contact technical support.", "login server user data error" => "The login server refused to provide account information. Try again or contact technical support.",
"captcha error" => "There was a problem with the CAPTCHA (robot test). Try again.", "captcha error" => "There was a problem with the CAPTCHA (robot test). Try again.",
"no edit permission" => "You do not have permission to modify records.", "no edit permission" => "You do not have permission to modify records.",
"no access permission" => "You do not have permission to access this system.",
"home" => "Home", "home" => "Home",
"more" => "More", "more" => "More",
"invalid itemid" => "The item ID is invalid.", "invalid itemid" => "The item ID is invalid.",

Loading…
Cancel
Save