[Rt-commit] rt branch, 5.0/tighten-one-time-suggestion-position, updated. rt-5.0.0alpha1-32-g52ffb48c5a
Craig Kaiser
craig at bestpractical.com
Mon Mar 23 15:41:00 EDT 2020
The branch, 5.0/tighten-one-time-suggestion-position has been updated
via 52ffb48c5ae39f5bf9878673990252368948a2ee (commit)
from 570f651cd7812e04f3111436354d580b48c8b975 (commit)
Summary of changes:
share/html/Ticket/Elements/UpdateCc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 52ffb48c5ae39f5bf9878673990252368948a2ee
Author: Craig Kaiser <craig at bestpractical.com>
Date: Mon Mar 23 15:40:52 2020 -0400
Use tooltips for one-time suggestion hint
diff --git a/share/html/Ticket/Elements/UpdateCc b/share/html/Ticket/Elements/UpdateCc
index 7dc1ae2180..5efb7f842f 100644
--- a/share/html/Ticket/Elements/UpdateCc
+++ b/share/html/Ticket/Elements/UpdateCc
@@ -69,7 +69,7 @@
<div class="OneTimeCcs d-flex flex-wrap hidden">
% }
- <i class="col-md-auto">(<&|/l&>check to add</&>)</i>
+ <div class="col-md-auto"><span class="far fa-question-circle icon-helper" data-toggle="tooltip" data-placement="top" data-original-title="<&|/l&>check to add</&>"></span></div>
<div class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input" id="AllSuggestedCc" name="AllSuggestedCc" value="1" onclick="setCheckbox(this, /^UpdateCc-/, null, true)">
<label class="custom-control-label" for="AllSuggestedCc"><% loc('All recipients') %></label>
@@ -121,7 +121,7 @@
<div class="OneTimeCcs d-flex flex-wrap hidden">
% }
- <i class="col-md-auto">(<&|/l&>check to add</&>)</i>
+ <div class="col-md-auto"><span class="far fa-question-circle icon-helper" data-toggle="tooltip" data-placement="top" data-original-title="<&|/l&>check to add</&>"></span></div>
<div class="custom-control custom-checkbox">
<input type="checkbox" class="checkbox custom-control-input" id="AllSuggestedBcc" name="AllSuggestedBcc" value="1" onclick="setCheckbox(this, /^UpdateBcc-/, null, true)">
<label class="custom-control-label" for="AllSuggestedBcc"><% loc('All recipients') %></label>
-----------------------------------------------------------------------
More information about the rt-commit
mailing list