[open-ils-commits] r12307 - trunk/Open-ILS/web/js/dojo/openils/widget (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Feb 26 10:40:40 EST 2009


Author: erickson
Date: 2009-02-26 10:40:38 -0500 (Thu, 26 Feb 2009)
New Revision: 12307

Modified:
   trunk/Open-ILS/web/js/dojo/openils/widget/EditPane.js
Log:
fixed table ref

Modified: trunk/Open-ILS/web/js/dojo/openils/widget/EditPane.js
===================================================================
--- trunk/Open-ILS/web/js/dojo/openils/widget/EditPane.js	2009-02-26 15:38:57 UTC (rev 12306)
+++ trunk/Open-ILS/web/js/dojo/openils/widget/EditPane.js	2009-02-26 15:40:38 UTC (rev 12307)
@@ -81,7 +81,7 @@
                 if(!this.hideActionButtons)
                     this.buildActionButtons(tbody);
 
-                openils.Util.addCSSClass(this.editPane.table, 'oils-fm-edit-pane');
+                openils.Util.addCSSClass(table, 'oils-fm-edit-pane');
             },
 
             applySaveOnEnter : function(widget) {



More information about the open-ils-commits mailing list