From 8d7e7d96513712e96a5a46f05b72cee6e2f7c709 Mon Sep 17 00:00:00 2001 From: phasefx Date: Thu, 5 Jan 2006 14:32:41 +0000 Subject: [PATCH] debugging git-svn-id: svn://svn.open-ils.org/ILS/trunk@2617 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- .../xul/staff_client/chrome/content/evergreen/admin/survey.js | 1 + .../chrome/content/evergreen/admin/survey_overlay.xul | 4 ++++ .../chrome/content/evergreen/admin/survey_wizard.xul | 2 ++ 3 files changed, 7 insertions(+) diff --git a/Open-ILS/xul/staff_client/chrome/content/evergreen/admin/survey.js b/Open-ILS/xul/staff_client/chrome/content/evergreen/admin/survey.js index afbb105fba..a15e1aae19 100644 --- a/Open-ILS/xul/staff_client/chrome/content/evergreen/admin/survey.js +++ b/Open-ILS/xul/staff_client/chrome/content/evergreen/admin/survey.js @@ -3,6 +3,7 @@ dump('Loading survey.js\n'); var SURVEY = {}; function survey_init() { + dump('survey_init()\n'); /*REPLACEME populate_lib_list_with_branch('lib_menulist','lib_menupopup',mw.G.user_ou,mw.G.user_ou); */ SURVEY['asv'] = new asv(); SURVEY['asv'].isnew('1'); SURVEY['num_of_questions'] = 0; diff --git a/Open-ILS/xul/staff_client/chrome/content/evergreen/admin/survey_overlay.xul b/Open-ILS/xul/staff_client/chrome/content/evergreen/admin/survey_overlay.xul index 3e9273c44b..aeb47c5b8d 100644 --- a/Open-ILS/xul/staff_client/chrome/content/evergreen/admin/survey_overlay.xul +++ b/Open-ILS/xul/staff_client/chrome/content/evergreen/admin/survey_overlay.xul @@ -3,12 +3,15 @@ + + + @@ -101,5 +104,6 @@ + diff --git a/Open-ILS/xul/staff_client/chrome/content/evergreen/admin/survey_wizard.xul b/Open-ILS/xul/staff_client/chrome/content/evergreen/admin/survey_wizard.xul index 44b21312ef..41971c3069 100644 --- a/Open-ILS/xul/staff_client/chrome/content/evergreen/admin/survey_wizard.xul +++ b/Open-ILS/xul/staff_client/chrome/content/evergreen/admin/survey_wizard.xul @@ -16,6 +16,7 @@ + @@ -53,5 +54,6 @@ + -- 2.43.2