From 75acf5837a79d7edba18c98ae6a4d6db02991018 Mon Sep 17 00:00:00 2001 From: Thomas Berezansky <tsbere@mvlc.org> Date: Thu, 25 Aug 2011 08:43:07 -0400 Subject: [PATCH] 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@mvlc.org> Signed-off-by: Mike Rylander <mrylander@gmail.com> --- Open-ILS/xul/staff_client/chrome/content/main/main.xul | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 c9ab790f69..1ba82266b0 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> -- 2.11.0