[open-ils-commits] [GIT] Evergreen ILS branch master updated. 75acf5837a79d7edba18c98ae6a4d6db02991018

Evergreen Git git at git.evergreen-ils.org
Thu Aug 25 09:04:14 EDT 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  75acf5837a79d7edba18c98ae6a4d6db02991018 (commit)
      from  a406ef3f41f61f53e7f74a04e71f4bb76306d7f7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 75acf5837a79d7edba18c98ae6a4d6db02991018
Author: Thomas Berezansky <tsbere at mvlc.org>
Date:   Thu Aug 25 08:43:07 2011 -0400

    Add IDs to offline import/export buttons
    
    Ensures that the import one, at least, can be found and disabled when
    pending transactions exist.
    
    Signed-off-by: Thomas Berezansky <tsbere at mvlc.org>
    Signed-off-by: Mike Rylander <mrylander at gmail.com>

diff --git a/Open-ILS/xul/staff_client/chrome/content/main/main.xul b/Open-ILS/xul/staff_client/chrome/content/main/main.xul
index c9ab790..1ba8226 100644
--- a/Open-ILS/xul/staff_client/chrome/content/main/main.xul
+++ b/Open-ILS/xul/staff_client/chrome/content/main/main.xul
@@ -181,8 +181,8 @@
             <caption label="&staff.main.auth.offline.caption;"/>
             <hbox><label id="offline_message" value="&staff.main.auth.offline.message;" style="display:none;" /></hbox>
             <hbox><button label="&staff.main.auth.offline.interface;" accesskey="&staff.main.auth.offline.interface.accesskey;" command="cmd_standalone"/></hbox>
-            <hbox><button label="&staff.main.auth.offline.export;" command="cmd_standalone_export"/></hbox>
-            <hbox><button label="&staff.main.auth.offline.import;" command="cmd_standalone_import"/></hbox>
+            <hbox><button id="offline_export_btn" label="&staff.main.auth.offline.export;" command="cmd_standalone_export"/></hbox>
+            <hbox><button id="offline_import_btn" label="&staff.main.auth.offline.import;" command="cmd_standalone_import"/></hbox>
         </groupbox>
 
 </row>

-----------------------------------------------------------------------

Summary of changes:
 .../xul/staff_client/chrome/content/main/main.xul  |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list