[open-ils-commits] [GIT] Evergreen ILS branch master updated. 94d5e4c887cb7ac071144b1b3b36026216be514b
Evergreen Git
git at git.evergreen-ils.org
Wed Aug 22 15:29:57 EDT 2012
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 94d5e4c887cb7ac071144b1b3b36026216be514b (commit)
from 44bcc133a02d7064c3cc9e468dcee1f4902e657e (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 94d5e4c887cb7ac071144b1b3b36026216be514b
Author: Dan Scott <dscott at laurentian.ca>
Date: Tue Aug 7 16:39:37 2012 -0400
Allow some buttons in Import via Z39.50 to wrap lines
Some of our technicians with 4:3 ratio monitors and a reasonable
font-size are unable to see the "Import Record" button on the Import via
Z39.50 screen, because the buttons in that row are laid out in a single,
non-wrapping row, and there is no affordance for scrolling over to the
side.
Simply changing the containing "hbox" element to a "description" element
allows enough of the buttons to overflow to resolve the problem in our
experience.
Signed-off-by: Dan Scott <dscott at laurentian.ca>
Signed-off-by: Ben Shum <bshum at biblio.org>
Signed-off-by: Bill Erickson <berick at esilibrary.com>
diff --git a/Open-ILS/xul/staff_client/server/cat/z3950.xul b/Open-ILS/xul/staff_client/server/cat/z3950.xul
index 42fa78d..7c02ef4 100644
--- a/Open-ILS/xul/staff_client/server/cat/z3950.xul
+++ b/Open-ILS/xul/staff_client/server/cat/z3950.xul
@@ -168,7 +168,7 @@
<spacer flex="1"/>
<label id="overlay_tcn_indicator"/>
</hbox>
- <hbox>
+ <description>
<button id="page_next" label="&staff.cat.z3950.page_next.label;" accesskey="&staff.cat.z3950.page_next.accesskey;" disabled="true"/>
<button id="z3950_list_actions" oncommand="this.firstChild.showPopup();"
label="&staff.cat.z3950.list_actions.label;"
@@ -198,7 +198,7 @@
<button id="marc_import_overlay" label="&staff.cat.z3950.marc_import_overlay.label;" accesskey="&staff.cat.z3950.marc_import_overlay.accesskey;" disabled="true"/>
<button id="marc_import" label="&staff.cat.z3950.result_message.marc_import.label;" accesskey="&staff.cat.z3950.result_message.marc_import.accesskey;" disabled="true"/>
<button id="toggle_form_btn" command="toggle_form"/>
- </hbox>
+ </description>
<hbox flex="1">
<image id="jacket_image" oils_persist="width"/>
<splitter id="jacket_splitter" collapse="before" oils_persist="state hidden" oils_persist_peers="jacket_image deck"><grippy id="jacket_splitter_grippy" /></splitter>
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/xul/staff_client/server/cat/z3950.xul | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list