From d5d1db614b3f262b60831db004570a3aed430bb3 Mon Sep 17 00:00:00 2001 From: erickson Date: Wed, 18 Nov 2009 13:42:19 +0000 Subject: [PATCH] Patch from Lebbeous Fogle-Weekley to add a config interface for the new config.usr_setting_type table git-svn-id: svn://svn.open-ils.org/ILS/trunk@14952 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/opac/locale/en-US/lang.dtd | 1 + .../conify/global/config/usr_setting_type.tt2 | 64 ++++++++++++++++++++++ .../xul/staff_client/chrome/content/main/menu.js | 4 ++ .../chrome/content/main/menu_frame_menus.xul | 2 + 4 files changed, 71 insertions(+) create mode 100644 Open-ILS/web/templates/default/conify/global/config/usr_setting_type.tt2 diff --git a/Open-ILS/web/opac/locale/en-US/lang.dtd b/Open-ILS/web/opac/locale/en-US/lang.dtd index d835258b83..24bc5d072d 100644 --- a/Open-ILS/web/opac/locale/en-US/lang.dtd +++ b/Open-ILS/web/opac/locale/en-US/lang.dtd @@ -664,6 +664,7 @@ + diff --git a/Open-ILS/web/templates/default/conify/global/config/usr_setting_type.tt2 b/Open-ILS/web/templates/default/conify/global/config/usr_setting_type.tt2 new file mode 100644 index 0000000000..41e2dd78a2 --- /dev/null +++ b/Open-ILS/web/templates/default/conify/global/config/usr_setting_type.tt2 @@ -0,0 +1,64 @@ +[% WRAPPER default/base.tt2 %] +[% ctx.page_title = 'User Setting Types' %] + + + + + + +
+
User Setting Types
+
+ + +
+
+ +
+ + + + + +
+
+
+ +[% END %] diff --git a/Open-ILS/xul/staff_client/chrome/content/main/menu.js b/Open-ILS/xul/staff_client/chrome/content/main/menu.js index ce1abcd6bf..f4474e6e71 100644 --- a/Open-ILS/xul/staff_client/chrome/content/main/menu.js +++ b/Open-ILS/xul/staff_client/chrome/content/main/menu.js @@ -622,6 +622,10 @@ main.menu.prototype = { ['oncommand'], function() { open_eg_web_page('conify/global/config/org_unit_setting_type'); } ], + 'cmd_server_admin_usr_setting_type' : [ + ['oncommand'], + function() { open_eg_web_page('conify/global/config/usr_setting_type'); } + ], 'cmd_acq_view_picklist' : [ ['oncommand'], function() { open_eg_web_page('acq/picklist/list', 'menu.cmd_acq_view_picklist.tab'); } diff --git a/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul b/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul index 07f20f3e8d..761613534c 100644 --- a/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul +++ b/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul @@ -121,6 +121,7 @@ + @@ -315,6 +316,7 @@ + -- 2.11.0