[Rt-commit] rtir branch, 5.0/add-tool-tip-for-investigation, created. 5.0.0-17-geff5437b
Craig Kaiser
craig at bestpractical.com
Fri Dec 18 16:53:11 EST 2020
The branch, 5.0/add-tool-tip-for-investigation has been created
at eff5437b4e0f1ee02dbb9e046876e6e2c818b634 (commit)
- Log -----------------------------------------------------------------
commit eff5437b4e0f1ee02dbb9e046876e6e2c818b634
Author: craig kaiser <craig at bestpractical.com>
Date: Fri Dec 18 16:53:01 2020 -0500
Add tooltip for linking Incident on Countermeasure create
diff --git a/html/RTIR/Elements/SelectIncident b/html/RTIR/Elements/SelectIncident
index f8ebccef..9efc0765 100644
--- a/html/RTIR/Elements/SelectIncident
+++ b/html/RTIR/Elements/SelectIncident
@@ -67,6 +67,9 @@
% if ( $hide ) {
<input type="hidden" name="<% $Name %>" value="<% $potential[0] %>" />
% }
+ <div class="label">
+ <span class="far fa-question-circle icon-helper" data-toggle="tooltip" data-placement="top" data-original-title="<&|/l&>Id of an Incident to link a new ticket to</&>."></span>
+ </div>
<div class="col-auto">
<input class="form-control" type="text" name="<% $Name %>" value="" data-autocomplete="Tickets" data-autocomplete-limit="Lifecycle = 'incidents'" />
</div>
-----------------------------------------------------------------------
More information about the rt-commit
mailing list