[open-ils-commits] r19975 - trunk/Open-ILS/xul/staff_client/server/serial (dbwells)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Apr 4 14:05:50 EDT 2011
Author: dbwells
Date: 2011-04-04 14:05:46 -0400 (Mon, 04 Apr 2011)
New Revision: 19975
Modified:
trunk/Open-ILS/xul/staff_client/server/serial/editor_base.js
Log:
Fix edit highlighting in Serial Control View
Modified: trunk/Open-ILS/xul/staff_client/server/serial/editor_base.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/serial/editor_base.js 2011-04-04 18:05:10 UTC (rev 19974)
+++ trunk/Open-ILS/xul/staff_client/server/serial/editor_base.js 2011-04-04 18:05:46 UTC (rev 19975)
@@ -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