[open-ils-commits] r19976 - branches/rel_2_1/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:58 EDT 2011
Author: dbwells
Date: 2011-04-04 14:05:53 -0400 (Mon, 04 Apr 2011)
New Revision: 19976
Modified:
branches/rel_2_1/Open-ILS/xul/staff_client/server/serial/editor_base.js
Log:
Fix edit highlighting in Serial Control View
Modified: branches/rel_2_1/Open-ILS/xul/staff_client/server/serial/editor_base.js
===================================================================
--- branches/rel_2_1/Open-ILS/xul/staff_client/server/serial/editor_base.js 2011-04-04 18:05:46 UTC (rev 19975)
+++ branches/rel_2_1/Open-ILS/xul/staff_client/server/serial/editor_base.js 2011-04-04 18:05:53 UTC (rev 19976)
@@ -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