All CSS classes top2,bottom2,right2,left2 are now deprecated, user details now have...
[mailer.git] / inc / libs / task_functions.php
index f59554b1e374fb9dbf67c0b850dc2802586850b2..46831953394ddc8daa341eda76ef772bacb6da9e 100644 (file)
@@ -574,7 +574,7 @@ function createExtraTaskRows ($WHATs, $DESCRs, $TITLEs) {
                        );
 
                        // Rewrite CSS class if not last entry is reached
-                       if ($key < (count($sqls) - 1)) $content['bottom'] = 'bottom2';
+                       if ($key < (count($sqls) - 1)) $content['bottom'] = 'bottom';
 
                        if (($value > 0) && (!empty($WHATs[$key]))) {
                                if (empty($TITLEs[$key])) $TITLEs[$key] = getMessage('ADMIN_TASK_UNKNOWN_LIST_TITLE');