mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-03 18:33:49 +00:00
Fax Server: Fixed list row background color on local Inbox.
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user