[Rt-commit] rt branch 5.0/make-custom-role-tooltips-consistent updated. rt-5.0.1-610-ge15032eb94

BPS Git Server git at git.bestpractical.com
Tue Sep 21 17:53:39 UTC 2021


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt".

The branch, 5.0/make-custom-role-tooltips-consistent has been updated
       via  e15032eb94cc54cc7a46aca5ac2e2fae0bfc92ee (commit)
      from  92f56a78727bcc60c02b320d47c414f1a44e8906 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e15032eb94cc54cc7a46aca5ac2e2fae0bfc92ee
Author: craig kaiser <craig at bestpractical.com>
Date:   Tue Sep 21 13:51:40 2021 -0400

    Add tooltip for MultiUserRoleInput on Bulk.html page

diff --git a/share/html/Search/Bulk.html b/share/html/Search/Bulk.html
index dac6a20b6a..6d675cda36 100644
--- a/share/html/Search/Bulk.html
+++ b/share/html/Search/Bulk.html
@@ -221,6 +221,9 @@
       <div class="form-row">
         <div class="label col-3">
           <&|/l, $role->Name &>Add [_1]</&>:
+% if ($role->EntryHint) {
+            <span class="far fa-question-circle icon-helper" data-toggle="tooltip" data-placement="top" data-original-title="<% $role->EntryHint %>"></span>
+% }
         </div>
         <div class="value col-9">
           <& /Elements/MultiUserRoleInput, role => $role, Name => "AddRT::CustomRole-" . $role->Id, Size=> 20, Default => $ARGS{"AddRT::CustomRole-" . $role->Id}, AutocompleteMultiple => 0 &>
@@ -230,6 +233,9 @@
       <div class="form-row">
         <div class="label col-3">
           <&|/l, $role->Name &>Remove [_1]</&>:
+% if ($role->EntryHint) {
+            <span class="far fa-question-circle icon-helper" data-toggle="tooltip" data-placement="top" data-original-title="<% $role->EntryHint %>"></span>
+% }
         </div>
         <div class="value col-9">
           <& /Elements/MultiUserRoleInput, role => $role, Name => "DeleteRT::CustomRole-" . $role->Id, Size=> 20, Default => $ARGS{"DeleteRT::CustomRole-" . $role->Id}, AutocompleteMultiple => 0 &>

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

Summary of changes:
 share/html/Search/Bulk.html | 6 ++++++
 1 file changed, 6 insertions(+)


hooks/post-receive
-- 
rt


More information about the rt-commit mailing list