From ad9bd74dc0d0ff367c78af1ef77bc1a6630a2be4 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 27 Nov 2013 09:36:21 -0500 Subject: [PATCH] web staff: checkin continued Signed-off-by: Bill Erickson --- .../src/templates/staff/circ/checkin/index.tt2 | 9 +++++- .../staff/circ/checkin/t_checkin_table.tt2 | 2 +- .../staff/circ/patron/t_event_override_dialog.tt2 | 2 +- .../src/templates/staff/parts/alert_dialog.tt2 | 19 ++++++++++++ .../src/templates/staff/parts/confirm_dialog.tt2 | 25 ++++++++++++++++ .../web/js/ui/default/staff/circ/checkin/app.js | 34 +++++++++++++++++----- Open-ILS/web/js/ui/default/staff/services/ui.js | 23 +++++++++++++++ 7 files changed, 104 insertions(+), 10 deletions(-) create mode 100644 Open-ILS/src/templates/staff/parts/alert_dialog.tt2 create mode 100644 Open-ILS/src/templates/staff/parts/confirm_dialog.tt2 diff --git a/Open-ILS/src/templates/staff/circ/checkin/index.tt2 b/Open-ILS/src/templates/staff/circ/checkin/index.tt2 index 135a96eead..08095e530f 100644 --- a/Open-ILS/src/templates/staff/circ/checkin/index.tt2 +++ b/Open-ILS/src/templates/staff/circ/checkin/index.tt2 @@ -24,7 +24,8 @@
- @@ -40,5 +41,11 @@ [% INCLUDE 'staff/circ/checkin/t_checkin_table.tt2' %] + + + [% END %] diff --git a/Open-ILS/src/templates/staff/circ/checkin/t_checkin_table.tt2 b/Open-ILS/src/templates/staff/circ/checkin/t_checkin_table.tt2 index 37c31f7f91..ad6a2272b0 100644 --- a/Open-ILS/src/templates/staff/circ/checkin/t_checkin_table.tt2 +++ b/Open-ILS/src/templates/staff/circ/checkin/t_checkin_table.tt2 @@ -24,7 +24,7 @@ checkins.setColumns([ ])">
-
+
diff --git a/Open-ILS/src/templates/staff/circ/patron/t_event_override_dialog.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_event_override_dialog.tt2 index c2f25698d6..7ff0a79ad2 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_event_override_dialog.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_event_override_dialog.tt2 @@ -17,7 +17,7 @@