From: pines Date: Tue, 15 Nov 2005 22:13:06 +0000 (+0000) Subject: had the OrgTree going in the wrong place. A stale copy must have hid the problem X-Git-Url: https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff_plain;h=ff3dba901dd8995c708dd7a93fa8bed4deac65b0 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 --- 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 @@