From ff3dba901dd8995c708dd7a93fa8bed4deac65b0 Mon Sep 17 00:00:00 2001 From: pines Date: Tue, 15 Nov 2005 22:13:06 +0000 Subject: [PATCH] had the OrgTree going in the wrong place. A stale copy must have hid the problem git-svn-id: svn://svn.open-ils.org/ILS/trunk@2036 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Evergreen/staff_client/Makefile | 2 +- .../staff_client/chrome/content/evergreen/auth/auth_overlay.xul | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Evergreen/staff_client/Makefile b/Evergreen/staff_client/Makefile index 4b096476dc..dbd6209063 100644 --- a/Evergreen/staff_client/Makefile +++ b/Evergreen/staff_client/Makefile @@ -38,7 +38,7 @@ generated: @echo @echo These things are installation specific. The staff client is the last thing you should try to build. #(cd chrome/content/evergreen/util ; ${RETRIEVE_FIELDMAPPER} ); - (cd chrome/content/evergreen/util ; ${RETRIEVE_ORG_TREE} ); + (cd chrome/content/evergreen/Open-ILS/util/ ; ${RETRIEVE_ORG_TREE} ); (cd chrome/content/evergreen/conf ; ${RETRIEVE_CLIENT_CONFIG} ); (cd chrome/content/evergreen/Open-ILS/util/ ; ${RETRIEVE_FM_ALL} ); diff --git a/Evergreen/staff_client/chrome/content/evergreen/auth/auth_overlay.xul b/Evergreen/staff_client/chrome/content/evergreen/auth/auth_overlay.xul index 9f9aa2239f..b949fe6fdf 100644 --- a/Evergreen/staff_client/chrome/content/evergreen/auth/auth_overlay.xul +++ b/Evergreen/staff_client/chrome/content/evergreen/auth/auth_overlay.xul @@ -29,10 +29,8 @@