From 6816c3701f05e9fd90777b68c5198f2cf1810501 Mon Sep 17 00:00:00 2001 From: phasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4> Date: Fri, 2 Oct 2009 03:07:34 +0000 Subject: [PATCH] provide access to the old survey wizard, but bury it in the For Developers menu git-svn-id: svn://svn.open-ils.org/ILS/trunk@14243 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/opac/locale/en-US/lang.dtd | 2 +- Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Open-ILS/web/opac/locale/en-US/lang.dtd b/Open-ILS/web/opac/locale/en-US/lang.dtd index 79b5b22cc6..70d8b77176 100644 --- a/Open-ILS/web/opac/locale/en-US/lang.dtd +++ b/Open-ILS/web/opac/locale/en-US/lang.dtd @@ -688,7 +688,7 @@ <!ENTITY staff.main.menu.admin.stat_cat_edit.accesskey "C"> <!ENTITY staff.main.menu.admin.stat_cat_edit.label "Statistical Category Editor"> <!ENTITY staff.main.menu.admin.survey_wizard.accesskey "S"> -<!ENTITY staff.main.menu.admin.survey_wizard.label "Survey Wizard"> +<!ENTITY staff.main.menu.admin.survey_wizard.label "Old Survey Wizard"> <!ENTITY staff.main.menu.admin.template_edit.accesskey "R"> <!ENTITY staff.main.menu.admin.template_edit.label "Receipt Template Editor"> <!ENTITY staff.main.menu.admin.user_edit.accesskey "U"> 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 5de0c1027a..1537b36c69 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 @@ -325,6 +325,7 @@ <menuitem label="&staff.main.menu.admin.copy_location_edit.label;" accesskey="&staff.main.menu.admin.copy_location_edit.accesskey;" command="cmd_copy_location_edit"/> <menuitem label="&staff.main.menu.admin.browse_holds.label;" command="cmd_browse_holds" accesskey="&staff.main.menu.admin.browse_holds.accesskey;"/> <menuitem label="&staff.main.menu.admin.local_admin.label;" accesskey="&staff.main.menu.admin.local_admin.accesskey;" command="cmd_local_admin"/> + <menuitem label="&staff.main.menu.admin.survey_wizard.label;" accesskey="&staff.main.menu.admin.survey_wizard.accesskey;" command="cmd_survey_wizard"/> <menuseparator /> <menuitem label="&staff.main.menu.admin.public_opac.label;" command="cmd_public_opac" accesskey="&staff.main.menu.admin.public_opac.accesskey;"/> <menuitem label="&staff.main.menu.admin.cmd_test.label;" old_accesskey="T" command="cmd_test"/> -- 2.11.0