From f634d30849f91bd51ef9fbfcbba639ad658a1c1c Mon Sep 17 00:00:00 2001 From: Lebbeous Fogle-Weekley Date: Tue, 21 Jun 2011 14:22:26 -0400 Subject: [PATCH] Editor for authority fields Due to time constraints (and AutoGrid limitations) a click-through UI with separate pages for separate objects used by the new authority control sets feature is necessary for now rather than a comprehensive interface with multiple grids on the same page. Signed-off-by: Lebbeous Fogle-Weekley --- .../cat/authority/control_set_authority_field.tt2 | 82 ++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 Open-ILS/web/templates/default/cat/authority/control_set_authority_field.tt2 diff --git a/Open-ILS/web/templates/default/cat/authority/control_set_authority_field.tt2 b/Open-ILS/web/templates/default/cat/authority/control_set_authority_field.tt2 new file mode 100644 index 0000000000..17e70cf305 --- /dev/null +++ b/Open-ILS/web/templates/default/cat/authority/control_set_authority_field.tt2 @@ -0,0 +1,82 @@ +[% WRAPPER default/base.tt2 %] + +[% ctx.page_title = "Configure Authority Authority Fields" %] +
+
+
Authority Fields
+
+ + +
+
+ +
+ +
+
+
+ + +[% END %] -- 2.11.0