[Rt-commit] rt branch, 4.6/cc-helper-text-tooltip, repushed
Blaine Motsinger
blaine at bestpractical.com
Thu Nov 14 16:20:27 EST 2019
The branch 4.6/cc-helper-text-tooltip was deleted and repushed:
was b6bc62f5ab3d24ca65faf24c919aa29b9261bcac
now bf15f470523c14c4140997ffe8c80f302aa8028e
1: 63aa2a60b9 = 1: 63aa2a60b9 Add question-circle to fontawesome SVG build
2: b6bc62f5ab ! 2: 44cabec439 Replace Cc and AdminCc helper text with tooltips
@@ -1,6 +1,6 @@
Author: Blaine Motsinger <blaine at bestpractical.com>
- Remove Cc and AdminCc helper text with fontawesome
+ Replace Cc and AdminCc helper text with tooltips
This commit replaces the Cc and AdminCc helper text with
fontawesome icons and bootstrap tooltips.
@@ -13,7 +13,9 @@
<div class="form-row">
-<div class="label col-md-2"><&|/l&>Cc</&>:</div>
-+<div class="label col-md-2"><&|/l&>Cc</&>:<span class="far fa-question-circle icon-smaller" data-toggle="tooltip" data-placement="top" data-original-title="<&|/l&>Sends a carbon-copy of this update to a comma-delimited list of email addresses. These people will receive future updates.</&>"></span></div>
++<div class="label col-md-2"><&|/l&>Cc</&>:
++<span class="far fa-question-circle icon-helper" data-toggle="tooltip" data-placement="top" data-original-title="<&|/l&>Sends a carbon-copy of this update to a comma-delimited list of email addresses. These people will receive future updates.</&>"></span>
++</div>
<div class="value col-md-9"><& /Elements/EmailInput, Name => 'Cc', Size => undef, Default => $ARGS{Cc}, AutocompleteMultiple => 1 &></div>
</div>
@@ -24,11 +26,12 @@
- <&|/l&>(Sends a carbon-copy of this update to a comma-delimited list of email addresses. These people <strong>will</strong> receive future updates.)</&>
- </font></i>
- </div>
--</div>
++<div class="label col-md-2"><&|/l&>Admin Cc</&>:
++<span class="far fa-question-circle icon-helper" data-toggle="tooltip" data-placement="top" data-original-title="<&|/l&>Sends a carbon-copy of this update to a comma-delimited list of administrative email addresses. These people will receive future updates.</&>"></span>
+ </div>
-
-<div class="form-row">
-<div class="label col-md-2"><&|/l&>Admin Cc</&>:</div>
-+<div class="label col-md-2"><&|/l&>Admin Cc</&>:<span class="far fa-question-circle icon-smaller" data-toggle="tooltip" data-placement="top" data-original-title="<&|/l&>Sends a carbon-copy of this update to a comma-delimited list of administrative email addresses. These people will receive future updates.</&>"></span></div>
<div class="value col-md-9"><& /Elements/EmailInput, Name => 'AdminCc', Size => undef, Default => $ARGS{AdminCc}, AutocompleteMultiple => 1 &></div>
</div>
@@ -54,6 +57,8 @@
}
+
+/* styling for helper text svg images */
-+svg.icon-smaller {
++svg.icon-helper {
+ padding-left: 0.2em;
++ color: #666;
+}
+
-: ------- > 3: 7b08efb5f2 Replace CustomField hint text with tooltips
-: ------- > 4: bf15f47052 Add hint text for queue CustomField
More information about the rt-commit
mailing list