From: Lebbeous Fogle-Weekley Date: Tue, 21 Jun 2011 16:43:52 +0000 (-0400) Subject: moving stuff where it goes X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ade9dc1af909b8a31e98b1c6df2a63af3b4aeba8;p=Evergreen.git moving stuff where it goes --- diff --git a/Open-ILS/web/templates/default/authority/control_set.tt2 b/Open-ILS/web/templates/default/authority/control_set.tt2 deleted file mode 100644 index 3c408da6b7..0000000000 --- a/Open-ILS/web/templates/default/authority/control_set.tt2 +++ /dev/null @@ -1,85 +0,0 @@ -[% WRAPPER default/base.tt2 %] -[% ctx.page_title = "Configure Authority Control Sets" %] -
-
-
Control Sets
-
- - -
-
-
- - - - - - -
-
- - -[% END %] diff --git a/Open-ILS/web/templates/default/cat/authority/control_set.tt2 b/Open-ILS/web/templates/default/cat/authority/control_set.tt2 new file mode 100644 index 0000000000..095578d69b --- /dev/null +++ b/Open-ILS/web/templates/default/cat/authority/control_set.tt2 @@ -0,0 +1,84 @@ +[% WRAPPER default/base.tt2 %] +[% ctx.page_title = "Configure Authority Control Sets" %] +
+
+
Control Sets
+
+ + +
+
+
+ + + + + + +
+
+ + +[% 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 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'],