From ed5127eb4c7e5836253c3c81e0223b218d2f3024 Mon Sep 17 00:00:00 2001 From: Cesar Velez Date: Thu, 8 Jun 2017 11:33:31 -0400 Subject: [PATCH] LP#1677000 - webstaff Adds a 'has-notes visual indicator' for patrons with notes. Made the indicator be clickable and route to Other->Notes. Other ways to address this not mentioned in LP would be using a glyphicon instead, or moving the Notes submenu item out of Others tab. Or even making the entire tab/menu be resposive, and collapsing into an Others submenu only when needed. Signed-off by: Cesar Velez Signed-off-by: Jason Etheridge --- Open-ILS/src/templates/staff/circ/patron/index.tt2 | 2 ++ Open-ILS/src/templates/staff/css/circ.css.tt2 | 1 + Open-ILS/web/js/ui/default/staff/services/user.js | 3 ++- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/staff/circ/patron/index.tt2 b/Open-ILS/src/templates/staff/circ/patron/index.tt2 index b9d19c8863..9f2d4cc24c 100644 --- a/Open-ILS/src/templates/staff/circ/patron/index.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/index.tt2 @@ -86,6 +86,8 @@ angular.module('egCoreMod').run(['egStrings', function(s) { '{{patron().first_given_name()}}', '{{patron().second_given_name()}}') %] + +

Notes  {{patron().notes().length}}