[Rt-commit] rt branch, 4.4/entry-hint-as-tooltip, created. rt-4.4.4-174-g74d55055de

Steve Burr steve at bestpractical.com
Fri Feb 26 14:19:42 EST 2021


The branch, 4.4/entry-hint-as-tooltip has been created
        at  74d55055de6b6370d5836593078caddfb82af1ce (commit)

- Log -----------------------------------------------------------------
commit 74d55055de6b6370d5836593078caddfb82af1ce
Author: Steven Burr <steve at bestpractical.com>
Date:   Fri Feb 26 14:19:01 2021 -0500

    Add entry hint as custom field tooltip

diff --git a/share/html/Elements/ShowCustomFields b/share/html/Elements/ShowCustomFields
index 962e28289c..0cd70ed42b 100644
--- a/share/html/Elements/ShowCustomFields
+++ b/share/html/Elements/ShowCustomFields
@@ -66,7 +66,7 @@
 % $m->callback( CallbackName => 'ModifyFieldClasses', CustomField => $CustomField,
 %               Object => $Object, Classes => \@classes, Grouping => $Grouping );
   <tr class="<% join(' ', @classes) %>" id="CF-<%$CustomField->id%>-ShowRow">
-    <td class="label"><% $CustomField->Name %>:</td>
+    <td class="label" title="<% $CustomField->EntryHint %>"><% $CustomField->Name %>:</td>
     <td class="value<% $count ? '' : ' no-value' %>">
 % unless ( $count ) {
 <&|/l&>(no value)</&>

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


More information about the rt-commit mailing list