Fax Server: Fixed list row background color on local Inbox.
This commit is contained in:
parent
8ba2167261
commit
edbc99405d
|
|
@ -315,6 +315,7 @@ else {
|
|||
echo " </table>\n";
|
||||
echo " </td>\n";
|
||||
echo "</tr>\n";
|
||||
$c = ($c) ? 0 : 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -451,7 +452,7 @@ else {
|
|||
echo " </table>\n";
|
||||
echo " </td>\n";
|
||||
echo "</tr>\n";
|
||||
if ($c==0) { $c=1; } else { $c=0; }
|
||||
$c = ($c) ? 0 : 1;
|
||||
} //check if the file is a .tif file
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue