From: erickson Date: Wed, 18 Nov 2009 13:42:19 +0000 (+0000) Subject: Patch from Lebbeous Fogle-Weekley to add a config interface for the new config.usr_se... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d5d1db614b3f262b60831db004570a3aed430bb3;p=contrib%2FConifer.git 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 --- 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 @@ +