From 3f1e8519f20d153276c9dbad6682fb9ae0a5766a Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Fri, 6 Jun 2014 17:01:46 -0400 Subject: [PATCH] replace item barcode Signed-off-by: Bill Erickson --- .../staff/cat/item/replace_barcode/index.tt2 | 49 ++++++++++++++++++++++ Open-ILS/src/templates/staff/navbar.tt2 | 9 +++- .../default/staff/cat/item/replace_barcode/app.js | 39 +++++++++++++++++ 3 files changed, 96 insertions(+), 1 deletion(-) create mode 100644 Open-ILS/src/templates/staff/cat/item/replace_barcode/index.tt2 create mode 100644 Open-ILS/web/js/ui/default/staff/cat/item/replace_barcode/app.js diff --git a/Open-ILS/src/templates/staff/cat/item/replace_barcode/index.tt2 b/Open-ILS/src/templates/staff/cat/item/replace_barcode/index.tt2 new file mode 100644 index 0000000000..6472a4890e --- /dev/null +++ b/Open-ILS/src/templates/staff/cat/item/replace_barcode/index.tt2 @@ -0,0 +1,49 @@ +[% + WRAPPER "staff/base.tt2"; + ctx.page_title = l("Replace Item Barcode"); + ctx.page_app = "egItemReplaceBarcode"; + ctx.page_ctrl = "ReplaceItemBarcodeCtrl"; +%] + +[% BLOCK APP_JS %] + + +[% END %] + +

[% l('Replace Item Barcode') %]

+ +
+
+
+
+ + +
+
+ + +
+ +
+
+
+ +
+
+
+ [% l('Copy Not Found') %] +
+
+ [% l('Copy Updated') %] + + + [% l('View Item Details') %] + +
+
+
+[% END %] diff --git a/Open-ILS/src/templates/staff/navbar.tt2 b/Open-ILS/src/templates/staff/navbar.tt2 index d2a668bc6e..ffe08f6f26 100644 --- a/Open-ILS/src/templates/staff/navbar.tt2 +++ b/Open-ILS/src/templates/staff/navbar.tt2 @@ -86,6 +86,13 @@ [% l('Record In-House Use') %] +
  • +
  • + + + [% l('Replace Barcode') %] + +
  • @@ -105,7 +112,7 @@ - +