[open-ils-commits] r19978 - tags/rel_2_0_5/Open-ILS/xul/staff_client/server/serial (dbwells)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Apr 4 14:13:03 EDT 2011


Author: dbwells
Date: 2011-04-04 14:12:59 -0400 (Mon, 04 Apr 2011)
New Revision: 19978

Modified:
   tags/rel_2_0_5/Open-ILS/xul/staff_client/server/serial/editor_base.js
Log:
Fix edit highlighting in Serial Control View


Modified: tags/rel_2_0_5/Open-ILS/xul/staff_client/server/serial/editor_base.js
===================================================================
--- tags/rel_2_0_5/Open-ILS/xul/staff_client/server/serial/editor_base.js	2011-04-04 18:06:14 UTC (rev 19977)
+++ tags/rel_2_0_5/Open-ILS/xul/staff_client/server/serial/editor_base.js	2011-04-04 18:12:59 UTC (rev 19978)
@@ -353,6 +353,7 @@
                         }
                     }
                     if (typeof obj.changed[fn] != 'undefined') {
+                        groupbox.setAttribute('style','-moz-appearance: none');
                         groupbox.setAttribute('class','copy_editor_field_changed');
                     }
                     caption = document.createElement('caption'); groupbox.appendChild(caption);



More information about the open-ils-commits mailing list