From deb8c3e12a76db2d80d1f6d0272a5c18ea309a4d Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 4 Nov 2013 10:02:20 -0500 Subject: [PATCH] ff ui : updating to latest template layout; extracting css Signed-off-by: Bill Erickson --- Open-ILS/src/templates/staff/fulfillment/index.tt2 | 157 ++++++++------------- .../src/templates/staff/fulfillment/t_actions.tt2 | 2 +- .../templates/staff/fulfillment/t_item_table.tt2 | 9 +- .../src/templates/staff/fulfillment/t_pending.tt2 | 11 +- Open-ILS/src/templates/staff/t_base.tt2 | 6 +- Open-ILS/src/templates/staff/t_base_js.tt2 | 2 +- .../web/css/skin/default/staff/fulfillment.css | 46 ++++++ 7 files changed, 121 insertions(+), 112 deletions(-) create mode 100644 Open-ILS/web/css/skin/default/staff/fulfillment.css diff --git a/Open-ILS/src/templates/staff/fulfillment/index.tt2 b/Open-ILS/src/templates/staff/fulfillment/index.tt2 index 8d52ba7a71..ccfb705acb 100644 --- a/Open-ILS/src/templates/staff/fulfillment/index.tt2 +++ b/Open-ILS/src/templates/staff/fulfillment/index.tt2 @@ -1,106 +1,59 @@ - +[% + WRAPPER "staff/t_base.tt2"; + ctx.page_title = l("FulfILLment"); + ctx.page_app = "ffMain"; + ctx.page_ctrl = "FFMainCtrl"; + ctx.page_no_navbar = 1; +%] - - - - [% l('FulfILLment') %] - - - - - - -
-
- - [% l('Open Source Integrated Interlibrary Lending System') %] -
+[% BLOCK APP_CSS %] + +[% END %] - +[% BLOCK APP_JS %] + + + + +[% END %] + + + +[% END %] diff --git a/Open-ILS/src/templates/staff/fulfillment/t_actions.tt2 b/Open-ILS/src/templates/staff/fulfillment/t_actions.tt2 index 17a903900a..e5c1d6274c 100644 --- a/Open-ILS/src/templates/staff/fulfillment/t_actions.tt2 +++ b/Open-ILS/src/templates/staff/fulfillment/t_actions.tt2 @@ -22,7 +22,7 @@ ng-class="{disabled : action_pending}" data-toggle="dropdown"> [% l('Actions') %] -