diff options
| author | Guillaume (ioguix) de Rorthais | 2010-11-27 15:02:59 +0000 |
|---|---|---|
| committer | Guillaume (ioguix) de Rorthais | 2010-11-27 15:02:59 +0000 |
| commit | 5c4d6f07d796e767c9ca5ec98ad9ee7fb31399be (patch) | |
| tree | 056d70b9fb6f17156bdfb7a2e6b77c3ef735c719 /classes/Misc.php | |
| parent | 943531194410352da0847d2e766067d08f53ae8d (diff) | |
Add CSS classes for rows without actual data
Needed to seperate data style to presentation style.
Diffstat (limited to 'classes/Misc.php')
| -rw-r--r-- | classes/Misc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Misc.php b/classes/Misc.php index 4afcc06e..ee51a9cd 100644 --- a/classes/Misc.php +++ b/classes/Misc.php @@ -1781,7 +1781,7 @@ echo "<tr>\n"; echo "<th class=\"data\" style=\"text-align: left\" colspan=\"3\">{$lang['stractionsonmultiplelines']}</th>\n"; echo "</tr>\n"; - echo "<tr class=\"data1\">\n"; + echo "<tr class=\"row1\">\n"; echo "<td>"; echo "<a href=\"#\" onclick=\"javascript:checkAll(true);\">{$lang['strselectall']}</a> / "; echo "<a href=\"#\" onclick=\"javascript:checkAll(false);\">{$lang['strunselectall']}</a></td>\n"; |
