From f310aac8b599ceae92d51183ad22fabd95e0dcef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20Sajdl?= Date: Fri, 12 Jan 2018 22:38:19 +0100 Subject: [PATCH] Minor fixes --- classes/incident.php | 2 +- config.php.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/classes/incident.php b/classes/incident.php index 18602e8..aed363a 100644 --- a/classes/incident.php +++ b/classes/incident.php @@ -154,7 +154,7 @@ class Incident

title; ?>

id.'" class="pull-right delete">'; + echo ''; }?>
diff --git a/config.php.template b/config.php.template index 18266b2..a74ce9b 100644 --- a/config.php.template +++ b/config.php.template @@ -42,4 +42,4 @@ $classes = array("danger", "warning", "primary", "success" ); $icons = array("fa fa-times", "fa fa-exclamation", "fa fa-info", "fa fa-check" ); $some = array(_("Some systems are experiencing major outages"), _("Some systems are experiencing minor outages"), _("Some systems are under maintenance")); $all = array(_("Our systems are experiencing major outages."), _("Our systems are experiencing minor outages"), _("Our systems are under maintenance"), _("All systems operational")); -$permissions = array(_("Super admin"), _("Admin"), _("Writer")); \ No newline at end of file +$permissions = array(_("Super admin"), _("Admin"), _("Editor")); \ No newline at end of file