Skip to content

Commit f310aac

Browse files
committed
Minor fixes
1 parent c25e8bc commit f310aac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

classes/incident.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public function render($admin=0){
154154
<div class="panel-heading clearfix">
155155
<h2 class="panel-title"><?php echo $this->title; ?></h2>
156156
<?php if ($admin){
157-
echo '<a href="'.WEB_URL.'/?delete='.$this->id.'" class="pull-right delete"><i class="fa fa-trash"></i></a>';
157+
echo '<a href="'.WEB_URL.'/admin/?delete='.$this->id.'" class="pull-right delete"><i class="fa fa-trash"></i></a>';
158158
}?>
159159
<time class="pull-right timeago" datetime="<?php echo $this->date; ?>"><?php echo $this->date; ?></time>
160160
</div>

config.php.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ $classes = array("danger", "warning", "primary", "success" );
4242
$icons = array("fa fa-times", "fa fa-exclamation", "fa fa-info", "fa fa-check" );
4343
$some = array(_("Some systems are experiencing major outages"), _("Some systems are experiencing minor outages"), _("Some systems are under maintenance"));
4444
$all = array(_("Our systems are experiencing major outages."), _("Our systems are experiencing minor outages"), _("Our systems are under maintenance"), _("All systems operational"));
45-
$permissions = array(_("Super admin"), _("Admin"), _("Writer"));
45+
$permissions = array(_("Super admin"), _("Admin"), _("Editor"));

0 commit comments

Comments
 (0)