[Rt-commit] rtir branch, 5.0/convert-take-icon-to-text, created. 5.0.0-15-g54dd968b

Craig Kaiser craig at bestpractical.com
Thu Oct 29 09:06:35 EDT 2020


The branch, 5.0/convert-take-icon-to-text has been created
        at  54dd968b4f1aaf48be57b33cb3ad5420792c5b50 (commit)

- Log -----------------------------------------------------------------
commit 54dd968b4f1aaf48be57b33cb3ad5420792c5b50
Author: craig kaiser <craig at bestpractical.com>
Date:   Thu Oct 29 09:05:50 2020 -0400

    Convert Incident report take button from icon to text
    
    The Take button shown in the basics section was converted to a + sign,
    but the plus is also used for creating a new incident ticket, so it's confusing.

diff --git a/html/RTIR/Elements/ShowIncidents b/html/RTIR/Elements/ShowIncidents
index 69312785..c6629309 100644
--- a/html/RTIR/Elements/ShowIncidents
+++ b/html/RTIR/Elements/ShowIncidents
@@ -65,7 +65,7 @@
 <span class="fas fa-plus" data-toggle="tooltip" data-placement="top" data-original-title="<% loc( 'New Incident' ) %>"></span></a>
 % } elsif ( $action ne 'No' ) {
 <a class="button btn-sm btn btn-primary" href="<% RT::IR->HREFTo('Display.html?Action='. $action.'&id='. $id) %>">
-    <span class="fas fa-plus" data-toggle="tooltip" data-placement="top" data-original-title="<% loc( $action ) %>"></span>
+  <&|/l&>take</&>
 </a>
 % }
 </div>

-----------------------------------------------------------------------


More information about the rt-commit mailing list