From: erickson Date: Mon, 11 May 2009 20:17:59 +0000 (+0000) Subject: plugged in some dummy commands to get thing started X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=89db34122e542b5a1d3af9b84c2e48de14a07613;p=Evergreen.git plugged in some dummy commands to get thing started git-svn-id: svn://svn.open-ils.org/ILS/trunk@13131 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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 8cb6af03ea..034232cddc 100644 --- a/Open-ILS/xul/staff_client/chrome/content/main/menu.js +++ b/Open-ILS/xul/staff_client/chrome/content/main/menu.js @@ -429,6 +429,135 @@ main.menu.prototype = { } ], + 'cmd_local_admin_fonts_and_sounds' : [ + ['oncommand'], + function() { + alert(123); + } + ], + 'cmd_local_admin_printer' : [ + ['oncommand'], + function() { + alert(123); + } + ], + 'cmd_local_admin_closed_dates' : [ + ['oncommand'], + function() { + alert(123); + } + ], + 'cmd_local_admin_copy_locations' : [ + ['oncommand'], + function() { + alert(123); + } + ], + 'cmd_local_admin_lib_settings' : [ + ['oncommand'], + function() { + alert(123); + } + ], + 'cmd_local_admin_non_cat_types' : [ + ['oncommand'], + function() { + alert(123); + } + ], + 'cmd_local_admin_stat_cats' : [ + ['oncommand'], + function() { + alert(123); + } + ], + 'cmd_local_admin_standing_penalty' : [ + ['oncommand'], + function() { + alert(123); + } + ], + 'cmd_local_admin_grp_penalty_threshold' : [ + ['oncommand'], + function() { + alert(123); + } + ], + 'cmd_local_admin_idl_field_doc' : [ + ['oncommand'], + function() { + alert(123); + } + ], + 'cmd_local_admin_action_trigger' : [ + ['oncommand'], + function() { + alert(123); + } + ], + 'cmd_local_admin_survey' : [ + ['oncommand'], + function() { + alert(123); + } + ], + + 'cmd_server_admin_org_type' : [ + ['oncommand'], + function() { + alert(123); + } + ], + 'cmd_server_admin_org_unit' : [ + ['oncommand'], + function() { + alert(123); + } + ], + 'cmd_server_admin_grp_tree' : [ + ['oncommand'], + function() { + alert(123); + } + ], + 'cmd_server_admin_perm_list' : [ + ['oncommand'], + function() { + alert(123); + } + ], + 'cmd_server_admin_copy_status' : [ + ['oncommand'], + function() { + alert(123); + } + ], + 'cmd_server_admin_marc_code' : [ + ['oncommand'], + function() { + alert(123); + } + ], + 'cmd_server_admin_billing_type' : [ + ['oncommand'], + function() { + alert(123); + } + ], + 'cmd_server_admin_z39_source' : [ + ['oncommand'], + function() { + alert(123); + } + ], + 'cmd_server_admin_circ_mod' : [ + ['oncommand'], + function() { + alert(123); + } + ], + + 'cmd_open_conify' : [ ['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 d30f437478..755fde19a4 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 @@ -78,6 +78,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -226,31 +252,31 @@ - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - + + + + + + + + +