From 337ea9a757905730717f39cbdd29f15721b29215 Mon Sep 17 00:00:00 2001 From: erickson Date: Fri, 26 Jun 2009 16:10:04 +0000 Subject: [PATCH] org_unit_setting_type management interface. comitted in anticipation of the new org_unit_setting_type table. not yet functional. will add to staff client when it's ready to roll out git-svn-id: svn://svn.open-ils.org/ILS/trunk@13473 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- .../conify/global/config/org_unit_setting_type.tt2 | 63 ++++++++++++++++++++++ Open-ILS/web/templates/default/menu.tt2 | 2 + 2 files changed, 65 insertions(+) create mode 100644 Open-ILS/web/templates/default/conify/global/config/org_unit_setting_type.tt2 diff --git a/Open-ILS/web/templates/default/conify/global/config/org_unit_setting_type.tt2 b/Open-ILS/web/templates/default/conify/global/config/org_unit_setting_type.tt2 new file mode 100644 index 0000000000..da808a03d5 --- /dev/null +++ b/Open-ILS/web/templates/default/conify/global/config/org_unit_setting_type.tt2 @@ -0,0 +1,63 @@ +[% WRAPPER default/base.tt2 %] +[% ctx.page_title = 'Org Unit Setting Types' %] + + + + + + +
+
Org Unit Setting Types
+
+ + +
+
+ +
+ + + + + +
+
+
+ +[% END %] diff --git a/Open-ILS/web/templates/default/menu.tt2 b/Open-ILS/web/templates/default/menu.tt2 index 7ff2b8096d..66ca1f2de4 100644 --- a/Open-ILS/web/templates/default/menu.tt2 +++ b/Open-ILS/web/templates/default/menu.tt2 @@ -116,6 +116,8 @@ onClick="location.href = '[% ctx.base_path %]/conify/global/action_trigger/event_definition';">Action Trigger
Surveys
+
Org Unit Setting Types
-- 2.11.0