From 61d5b3e37b4dc6da4f7da48751b741ad49245cb1 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Thu, 1 Nov 2018 00:03:34 -0400 Subject: Update issue message submit buttons I'm going to be adding another button down here in the btn-group (more later). So to make room, I'm removing the text on these buttons, leaving only the icons. The text will instead be a tooltip, visible when the button is hovered. In the case of the 'Close issue' button, it is changed from btn-success to btn-default. I will tweak colors once this portion of the UI matures. For now, I don't want the rainbow in my face. Signed-off-by: Malf Furious --- app/view/issue.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app/view/issue.php') diff --git a/app/view/issue.php b/app/view/issue.php index 2d781ba..a0e2535 100644 --- a/app/view/issue.php +++ b/app/view/issue.php @@ -115,12 +115,12 @@ require_once "class/issue.class.php";
- -
-- cgit v1.2.3 From a6853e8a130cfe8f65a154a613f0a7217dd2df0a Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Thu, 1 Nov 2018 00:10:48 -0400 Subject: Add advance button to issue message form If this submit button is used, the message will be posted as usual, then the issue will be moved to the next stage in the pipeline. Signed-off-by: Malf Furious --- app/view/issue.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/view/issue.php') 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"; + + -- cgit v1.2.3