[Rt-commit] rtir branch, 5.0-trunk, updated. 5.0.0-18-g4b67c191
? sunnavy
sunnavy at bestpractical.com
Thu Dec 31 16:26:18 EST 2020
The branch, 5.0-trunk has been updated
via 4b67c191c1a2979ab1d2e989bd65a4b578ae95ec (commit)
via 6cfa1927717a8b0803a8124c9cb44303cf76d120 (commit)
from 094aa843ad36d17b2a77f4ddb25b0b78ac522b75 (commit)
Summary of changes:
html/RTIR/Elements/ShowIncidents | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 6cfa1927717a8b0803a8124c9cb44303cf76d120
Author: craig kaiser <craig at bestpractical.com>
Date: Thu Oct 29 09:05:50 2020 -0400
Convert Incident report Take/Steal button from icon to text
The Take/Steal 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..3f9b7f15 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>
+ <% loc($action) %>
</a>
% }
</div>
commit 4b67c191c1a2979ab1d2e989bd65a4b578ae95ec
Merge: 094aa843 6cfa1927
Author: sunnavy <sunnavy at bestpractical.com>
Date: Fri Jan 1 05:22:53 2021 +0800
Merge branch '5.0/convert-take-icon-to-text' into 5.0-trunk
-----------------------------------------------------------------------
More information about the rt-commit
mailing list