From 8fa63ba0c85070dde78a164c961c9298d6ea51cc Mon Sep 17 00:00:00 2001 From: Dan Briem Date: Thu, 26 Aug 2021 14:52:51 -0400 Subject: [PATCH] LP#1743611 Circ History by Year Info Adds an info button next to Total Circs in the AngularJS staff client Item Status screen. Clicking the button displays a popover list of total circs by year. Signed-off-by: Dan Briem Signed-off-by: Michele Morgan Signed-off-by: John Amundson Signed-off-by: Jason Stephenson --- .../staff/cat/item/t_summary_pane.tt2 | 18 ++++++- .../src/templates/staff/css/style.css.tt2 | 5 +- .../web/js/ui/default/staff/cat/item/app.js | 52 +++++++++---------- 3 files changed, 46 insertions(+), 29 deletions(-) diff --git a/Open-ILS/src/templates/staff/cat/item/t_summary_pane.tt2 b/Open-ILS/src/templates/staff/cat/item/t_summary_pane.tt2 index 1b5f30f174..aff03bf0df 100644 --- a/Open-ILS/src/templates/staff/cat/item/t_summary_pane.tt2 +++ b/Open-ILS/src/templates/staff/cat/item/t_summary_pane.tt2 @@ -99,7 +99,23 @@
[% l('High') %]
-
[% l('Total Circs') %]
+
+ [% l('Total Circs') %] + + +
{{total_circs}}
[% l('Duration Rule') %]
diff --git a/Open-ILS/src/templates/staff/css/style.css.tt2 b/Open-ILS/src/templates/staff/css/style.css.tt2 index 02c949ba72..a564ccefd7 100644 --- a/Open-ILS/src/templates/staff/css/style.css.tt2 +++ b/Open-ILS/src/templates/staff/css/style.css.tt2 @@ -203,7 +203,10 @@ table.list tr.selected td { /* deprecated? */ .acknowledged { text-decoration: line-through; } /* eg-help-popover directive doesn't need a border around its