Give specific class to custom fields list table

This commit is contained in:
Nathan Gray 2014-01-18 11:59:05 +00:00
parent f3762d9884
commit c74c024a46

View File

@ -76,7 +76,7 @@ var et2_customfields_list = et2_valueWidget.extend([et2_IDetachedDOM, et2_IInput
// Create the table body and the table
this.tbody = $j(document.createElement("tbody"));
this.table = $j(document.createElement("table"))
.addClass("et2_grid");
.addClass("et2_grid et2_customfield_list");
this.table.append(this.tbody);
this.rows = {};