From 540618318b6a29dea34d12d9bc9caec4a161d470 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Fri, 13 Dec 2013 17:16:06 -0500 Subject: [PATCH] web staff: noncat checkouts Signed-off-by: Bill Erickson --- .../src/templates/staff/circ/patron/t_checkout.tt2 | 6 +- .../staff/circ/patron/t_checkout_table.tt2 | 3 +- .../staff/circ/patron/t_noncat_dialog.tt2 | 26 ++++++++ .../web/js/ui/default/staff/circ/patron/app.js | 76 ++++++++++++++++------ 4 files changed, 86 insertions(+), 25 deletions(-) create mode 100644 Open-ILS/src/templates/staff/circ/patron/t_noncat_dialog.tt2 diff --git a/Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2 index d5d517417c..a11700f7f4 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2 @@ -12,19 +12,19 @@ diff --git a/Open-ILS/src/templates/staff/circ/patron/t_checkout_table.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_checkout_table.tt2 index 13c84800c9..86ae2ab9db 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_checkout_table.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_checkout_table.tt2 @@ -11,7 +11,8 @@ COLUMNS = [ {label => l('Title'), name => 'payload.record.title', display => 1}, {label => l('Author'), name => 'payload.record.author', display => 1}, {label => l('Call Number'),name => 'payload.copy.call_number.label', display => 1}, -{label => l('Alert Msg'), name => 'payload.copy.alert_message' display => 1}, +{label => l('Alert Msg'), name => 'payload.copy.alert_message', display => 1}, +{label => l('Noncat #'), name => 'noncat_count' display => 1}, ] %] 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 new file mode 100644 index 0000000000..98bd96687e --- /dev/null +++ b/Open-ILS/src/templates/staff/circ/patron/t_noncat_dialog.tt2 @@ -0,0 +1,26 @@ + +
+