From: phasefx Date: Sat, 26 Sep 2009 04:56:05 +0000 (+0000) Subject: One repercussion to making all labels and descriptions selectable and copyable is... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3e0fc9918fc3524921a7707b0d7760472a23c62b;p=evergreen%2Fmasslnc.git One repercussion to making all labels and descriptions selectable and copyable is that they got injected into the tab order sequence, slowing down navigation. So let's make it more exclusive/explicit git-svn-id: svn://svn.open-ils.org/ILS/trunk@14171 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/cat/copy_notes.xul b/Open-ILS/xul/staff_client/server/cat/copy_notes.xul index 284d440056..5b90381194 100644 --- a/Open-ILS/xul/staff_client/server/cat/copy_notes.xul +++ b/Open-ILS/xul/staff_client/server/cat/copy_notes.xul @@ -206,12 +206,12 @@ - + - - + + - + diff --git a/Open-ILS/xul/staff_client/server/patron/bills.js b/Open-ILS/xul/staff_client/server/patron/bills.js index bfae49bc19..f08b84e041 100644 --- a/Open-ILS/xul/staff_client/server/patron/bills.js +++ b/Open-ILS/xul/staff_client/server/patron/bills.js @@ -866,6 +866,7 @@ patron.bills.prototype = { xact_type.appendChild( xt_value ); try { + alert('my.mobts.xact_type() == ' + my.mobts.xact_type()); switch(my.mobts.xact_type()) { case 'circulation': xt_label.setAttribute( 'value', $("patronStrings").getString('staff.patron.bills.info_box.label_value.title') ); diff --git a/Open-ILS/xul/staff_client/server/patron/info_notes.xul b/Open-ILS/xul/staff_client/server/patron/info_notes.xul index f270278289..f62f0dc321 100644 --- a/Open-ILS/xul/staff_client/server/patron/info_notes.xul +++ b/Open-ILS/xul/staff_client/server/patron/info_notes.xul @@ -242,12 +242,12 @@ - + - - + + - + diff --git a/Open-ILS/xul/staff_client/server/patron/summary_overlay.xul b/Open-ILS/xul/staff_client/server/patron/summary_overlay.xul index 4895afe7cd..3b507d3d45 100644 --- a/Open-ILS/xul/staff_client/server/patron/summary_overlay.xul +++ b/Open-ILS/xul/staff_client/server/patron/summary_overlay.xul @@ -14,7 +14,7 @@ -