From: gcollum Date: Sat, 19 May 2018 21:00:40 +0000 (-0400) Subject: LP1772206 Tooltips missing from Patron Summary X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fgcollum%2FLP1772206-patron-summary-tooltips;p=working%2FEvergreen.git LP1772206 Tooltips missing from Patron Summary Adds tooltips for home branch and Last Activity to emulate the xul client. The home branch tool tip displays the long OU name. The last activity tooltip displays the last type of activity. To test: Home branch 1. Perform a patron search. 2. Click on one of the patrons in the results. 3. Hover over the home branch location in the patron summary. Last Activity 4. Log into the opac with a patron account to some patron activity. 5. Bring up the patron in the staff client. 6. Hover over the last activity date. 7. Apply the patch and repeat 1-3 and 5-6. Signed-off-by: gcollum --- diff --git a/Open-ILS/src/templates/staff/circ/patron/t_summary.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_summary.tt2 index f663db96e5..ef8d64a586 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_summary.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_summary.tt2 @@ -44,7 +44,7 @@
[% l('Home Library') %]
-
{{patron().home_ou().shortname()}}
+
{{patron().home_ou().shortname()}}
[% l('Net Access') %]
@@ -58,7 +58,7 @@
[% l('Last Activity') %]
-
{{patron().usr_activity()[0].event_time() | date:$root.egDateFormat}}
+
{{patron().usr_activity()[0].event_time() | date:$root.egDateFormat}}
[% l('Last Updated') %]