From: Bill Erickson Date: Fri, 6 Jun 2014 21:01:46 +0000 (-0400) Subject: replace item barcode X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3f1e8519f20d153276c9dbad6682fb9ae0a5766a;p=working%2FEvergreen.git replace item barcode Signed-off-by: Bill Erickson --- 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 @@ - +