From: Bill Erickson Date: Wed, 21 Mar 2012 17:53:30 +0000 (-0400) Subject: custom org tree : admin ui X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=eca66a55987820260bad0efa37451f45b203b5f1;p=evergreen%2Fequinox.git custom org tree : admin ui Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/web/opac/locale/en-US/lang.dtd b/Open-ILS/web/opac/locale/en-US/lang.dtd index a20ea1f4aa..221006b715 100644 --- a/Open-ILS/web/opac/locale/en-US/lang.dtd +++ b/Open-ILS/web/opac/locale/en-US/lang.dtd @@ -748,6 +748,7 @@ + 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 d541553d91..6d736ffb3b 100644 --- a/Open-ILS/xul/staff_client/chrome/content/main/menu.js +++ b/Open-ILS/xul/staff_client/chrome/content/main/menu.js @@ -815,6 +815,10 @@ main.menu.prototype = { ['oncommand'], function(event) { open_eg_web_page('conify/global/config/usr_activity_type', null, event); } ], + 'cmd_server_admin_actor_org_unit_custom_tree' : [ + ['oncommand'], + function(event) { open_eg_web_page('conify/global/actor/org_unit_custom_tree', null, event); } + ], 'cmd_local_admin_external_text_editor' : [ ['oncommand'], function() { 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 c71f8e1f33..d4c99876de 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 @@ -251,6 +251,9 @@ + @@ -550,6 +553,7 @@ +