From 2249157396fdc5f788f26f3660e14af4772f6196 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 5 Jun 2014 14:56:43 -0400 Subject: [PATCH] patron notes UI Signed-off-by: Bill Erickson --- Open-ILS/examples/fm_IDL.xml | 19 ++++++- .../staff/admin/workstation/t_print_templates.tt2 | 1 + Open-ILS/src/templates/staff/circ/patron/index.tt2 | 13 +++-- .../staff/circ/patron/t_new_note_dialog.tt2 | 42 +++++++++++++++ .../staff/circ/patron/t_noncat_dialog.tt2 | 1 + .../src/templates/staff/circ/patron/t_notes.tt2 | 44 ++++++++++++++++ .../staff/share/print_templates/t_patron_note.tt2 | 11 ++++ .../js/ui/default/staff/admin/workstation/app.js | 14 +++++ .../web/js/ui/default/staff/circ/patron/app.js | 60 ++++++++++++++++++++++ 9 files changed, 200 insertions(+), 5 deletions(-) create mode 100644 Open-ILS/src/templates/staff/circ/patron/t_new_note_dialog.tt2 create mode 100644 Open-ILS/src/templates/staff/circ/patron/t_notes.tt2 create mode 100644 Open-ILS/src/templates/staff/share/print_templates/t_patron_note.tt2 diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index 451975f944..e4de625e44 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -2019,7 +2019,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA - + @@ -2033,6 +2033,23 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + + + + + + + + + + + + + + + + + diff --git a/Open-ILS/src/templates/staff/admin/workstation/t_print_templates.tt2 b/Open-ILS/src/templates/staff/admin/workstation/t_print_templates.tt2 index 29d85318d0..c25c2bdeb4 100644 --- a/Open-ILS/src/templates/staff/admin/workstation/t_print_templates.tt2 +++ b/Open-ILS/src/templates/staff/admin/workstation/t_print_templates.tt2 @@ -15,6 +15,7 @@ +
diff --git a/Open-ILS/src/templates/staff/circ/patron/index.tt2 b/Open-ILS/src/templates/staff/circ/patron/index.tt2 index ed33ead0db..0e638a8420 100644 --- a/Open-ILS/src/templates/staff/circ/patron/index.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/index.tt2 @@ -91,13 +91,18 @@ angular.module('egCoreMod').run(['egStrings', function(s) { diff --git a/Open-ILS/src/templates/staff/circ/patron/t_new_note_dialog.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_new_note_dialog.tt2 new file mode 100644 index 0000000000..cfc5b4081d --- /dev/null +++ b/Open-ILS/src/templates/staff/circ/patron/t_new_note_dialog.tt2 @@ -0,0 +1,42 @@ +
+ + + +
+ diff --git a/Open-ILS/src/templates/staff/circ/patron/t_noncat_dialog.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_noncat_dialog.tt2 index c0c6e5397e..7cbadfdbc2 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_noncat_dialog.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_noncat_dialog.tt2 @@ -15,6 +15,7 @@ +