From ade9dc1af909b8a31e98b1c6df2a63af3b4aeba8 Mon Sep 17 00:00:00 2001 From: Lebbeous Fogle-Weekley Date: Tue, 21 Jun 2011 12:43:52 -0400 Subject: [PATCH] moving stuff where it goes --- Open-ILS/web/templates/default/{ => cat}/authority/control_set.tt2 | 5 ++--- Open-ILS/xul/staff_client/chrome/content/main/menu.js | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) rename Open-ILS/web/templates/default/{ => cat}/authority/control_set.tt2 (93%) diff --git a/Open-ILS/web/templates/default/authority/control_set.tt2 b/Open-ILS/web/templates/default/cat/authority/control_set.tt2 similarity index 93% rename from Open-ILS/web/templates/default/authority/control_set.tt2 rename to Open-ILS/web/templates/default/cat/authority/control_set.tt2 index 3c408da6b7..095578d69b 100644 --- a/Open-ILS/web/templates/default/authority/control_set.tt2 +++ b/Open-ILS/web/templates/default/cat/authority/control_set.tt2 @@ -29,9 +29,9 @@ 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 3caf9d61b5..728c7d54f3 100644 --- a/Open-ILS/xul/staff_client/chrome/content/main/menu.js +++ b/Open-ILS/xul/staff_client/chrome/content/main/menu.js @@ -961,7 +961,7 @@ main.menu.prototype = { ], 'cmd_server_admin_authority_control_set': [ ['oncommand'], - function(event) { open_eg_web_page('authority/control_set', null, event); } + function(event) { open_eg_web_page('cat/authority/control_set', null, event); } ], 'cmd_server_admin_booking_resource': [ ['oncommand'], -- 2.11.0