Add IDs to offline import/export buttons
authorThomas Berezansky <tsbere@mvlc.org>
Thu, 25 Aug 2011 12:43:07 +0000 (08:43 -0400)
committerMike Rylander <mrylander@gmail.com>
Thu, 25 Aug 2011 12:59:14 +0000 (08:59 -0400)
Ensures that the import one, at least, can be found and disabled when
pending transactions exist.

Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/xul/staff_client/chrome/content/main/main.xul

index c9ab790..1ba8226 100644 (file)
             <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>