mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Give specific class to custom fields list table
This commit is contained in:
parent
f3762d9884
commit
c74c024a46
@ -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 = {};
|
||||
|
Loading…
Reference in New Issue
Block a user