From 14f3c772bf15979087bada5085c61f98b0186e46 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Mon, 17 Oct 2016 13:53:36 -0400 Subject: [PATCH] webstaff: first Acq menu-entry and embedded UI * General Search Signed-off-by: Jason Etheridge Signed-off-by: Kathy Lussier --- Open-ILS/src/templates/staff/acq/index.tt2 | 21 ++++++++++ Open-ILS/src/templates/staff/navbar.tt2 | 15 +++++++ Open-ILS/web/js/ui/default/staff/acq/app.js | 46 +++++++++++++++++++++ 3 files changed, 82 insertions(+) create mode 100644 Open-ILS/src/templates/staff/acq/index.tt2 create mode 100644 Open-ILS/web/js/ui/default/staff/acq/app.js diff --git a/Open-ILS/src/templates/staff/acq/index.tt2 b/Open-ILS/src/templates/staff/acq/index.tt2 new file mode 100644 index 0000000000..7c26ae3a08 --- /dev/null +++ b/Open-ILS/src/templates/staff/acq/index.tt2 @@ -0,0 +1,21 @@ +[% + WRAPPER "staff/base.tt2"; + ctx.page_title = l("Acquisitions"); + ctx.page_app = "egAcquisitions"; +%] + +[% BLOCK APP_JS %] + + + + + + + + + +[% END %] + +
+ +[% END %] diff --git a/Open-ILS/src/templates/staff/navbar.tt2 b/Open-ILS/src/templates/staff/navbar.tt2 index 7430f6a1a0..4a80382547 100644 --- a/Open-ILS/src/templates/staff/navbar.tt2 +++ b/Open-ILS/src/templates/staff/navbar.tt2 @@ -257,6 +257,21 @@ + + +