Fax Server: Fixed list row background color on local Inbox.

This commit is contained in:
Nate Jones 2015-03-16 22:12:55 +00:00
parent 8ba2167261
commit edbc99405d
1 changed files with 2 additions and 1 deletions

View File

@ -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
}
}