summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--app/view/issue.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/view/issue.php b/app/view/issue.php
index a0e2535..67f5627 100644
--- a/app/view/issue.php
+++ b/app/view/issue.php
@@ -122,6 +122,10 @@ require_once "class/issue.class.php";
<button type="submit" name="input[closeIssue]" class="btn btn-default" title="Close issue">
<span class="glyphicon glyphicon-ok"></span>
</button>
+
+ <button type="submit" name="input[advIssue]" class="btn btn-default" title="Advance issue">
+ <span class="glyphicon glyphicon-chevron-up"></span>
+ </button>
</div>
<?=\formctrl\file( "Attachment", "attachment" )?>