[open-ils-commits] r19977 - branches/rel_2_0/Open-ILS/xul/staff_client/server/serial (dbwells)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Apr 4 14:06:18 EDT 2011


Author: dbwells
Date: 2011-04-04 14:06:14 -0400 (Mon, 04 Apr 2011)
New Revision: 19977

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


Modified: branches/rel_2_0/Open-ILS/xul/staff_client/server/serial/editor_base.js
===================================================================
--- branches/rel_2_0/Open-ILS/xul/staff_client/server/serial/editor_base.js	2011-04-04 18:05:53 UTC (rev 19976)
+++ branches/rel_2_0/Open-ILS/xul/staff_client/server/serial/editor_base.js	2011-04-04 18:06:14 UTC (rev 19977)
@@ -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