- CSV import enhancements: automatic setting of search criterias and masking of the "id" columns expect in advanced mode. (Trac #21 and 106)

SVN:trunk[387]
This commit is contained in:
Denis Flaven
2010-05-02 14:03:21 +00:00
parent 3019e65193
commit 8e10c27adf

View File

@@ -729,3 +729,6 @@ td.cell_error {
font-weight: bold;
color: #D81515;
}
table.transparent, table.transparent td {
background: transparent;
}