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