From: Jason Etheridge Date: Fri, 2 Dec 2016 20:43:10 +0000 (-0500) Subject: webstaff: first ported Booking interface X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=962124df44bbeef77f9689aa5ea0807972d6f89f;p=working%2FEvergreen.git webstaff: first ported Booking interface * Create Reservations with a xulG timing issue workaround :-/ Signed-off-by: Jason Etheridge Signed-off-by: Kathy Lussier --- diff --git a/Open-ILS/src/templates/staff/booking/index.tt2 b/Open-ILS/src/templates/staff/booking/index.tt2 new file mode 100644 index 0000000000..678f22ab9f --- /dev/null +++ b/Open-ILS/src/templates/staff/booking/index.tt2 @@ -0,0 +1,20 @@ +[% + WRAPPER "staff/base.tt2"; + ctx.page_title = l("Booking"); + ctx.page_app = "egBooking"; +%] + +[% BLOCK APP_JS %] + + + + + + + + +[% END %] + +
+ +[% END %] diff --git a/Open-ILS/src/templates/staff/navbar.tt2 b/Open-ILS/src/templates/staff/navbar.tt2 index 262ceef559..fe72af0c2f 100644 --- a/Open-ILS/src/templates/staff/navbar.tt2 +++ b/Open-ILS/src/templates/staff/navbar.tt2 @@ -340,6 +340,21 @@ + + +