From: phasefx Date: Fri, 22 Jul 2005 15:44:15 +0000 (+0000) Subject: debugging alerts for use in Window. cash drawer stub. bill pay call. redraws vs... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7a539a2c265a2f44adf6a857652e2348fc5080e7;p=Evergreen.git debugging alerts for use in Window. cash drawer stub. bill pay call. redraws vs refresh. broken patron edit. css. Will bring in the legacy patron edit/registration interfaces now, and work on this one later. I don't need to eval the code like I'm doing, just pass in the au and call them directly, and use the rows array to just manage them git-svn-id: svn://svn.open-ils.org/ILS/trunk@1357 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Evergreen/staff_client/Makefile b/Evergreen/staff_client/Makefile index ab177f5b80..a52934c691 100644 --- a/Evergreen/staff_client/Makefile +++ b/Evergreen/staff_client/Makefile @@ -1,7 +1,7 @@ VERSION=0.0.9 PACKAGE=Evergreen DESCRIPTION=Evergreen Staff Client Pre-Alpha -BUILD=2005071911 +BUILD=2005072208 ILS_DIR=${PWD}/../.. @@ -59,7 +59,7 @@ circ: evergreen.xpi: evergreen.jar @echo @echo make the xpi file - zip -r evergreen.xpi chrome/ defaults/ install.js install.rdf Makefile LICENSE README -x \*CVS\* > /dev/null + zip -r evergreen.xpi chrome/ defaults/ install.js install.rdf application.ini Makefile LICENSE README -x \*CVS\* > /dev/null evergreen.jar: generated open-ils patron circ @echo diff --git a/Evergreen/staff_client/application.ini b/Evergreen/staff_client/application.ini index e9744af36f..484ae54e0b 100644 --- a/Evergreen/staff_client/application.ini +++ b/Evergreen/staff_client/application.ini @@ -14,7 +14,7 @@ Version=0.0.9 ; ; This field specifies your application's build ID (timestamp). This field is ; required. -BuildID=2005071911 +BuildID=2005072208 ; ; This field specifies a compact copyright notice for your application. This ; field is optional. diff --git a/Evergreen/staff_client/chrome/content/evergreen/Open-ILS/OpenILS_overlay.xul b/Evergreen/staff_client/chrome/content/evergreen/Open-ILS/OpenILS_overlay.xul index 9211260ae5..c4de7cd1f9 100644 --- a/Evergreen/staff_client/chrome/content/evergreen/Open-ILS/OpenILS_overlay.xul +++ b/Evergreen/staff_client/chrome/content/evergreen/Open-ILS/OpenILS_overlay.xul @@ -11,7 +11,31 @@ - + 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 a31b40c50b..4fc1e94f86 100644 --- a/Evergreen/staff_client/chrome/content/evergreen/auth/auth_overlay.xul +++ b/Evergreen/staff_client/chrome/content/evergreen/auth/auth_overlay.xul @@ -30,6 +30,7 @@