firewall: Fix firewall policy table if only RED, GREEN + BLUE are present.

This commit is contained in:
Michael Tremer
2014-02-27 20:53:25 +01:00
parent 800077a689
commit 3e5e8a4a88

View File

@@ -2792,14 +2792,16 @@ END
<font color="$Header::colourorange">$Lang::tr{'orange'}</font>
($Lang::tr{'fwdfw pol block'})
</td>
END
}
print <<END;
<td align='center'>
<font color="$Header::colourgreen">$Lang::tr{'green'}</font>
($Lang::tr{'fwdfw pol block'})
</td>
</tr>
END
}
print"</tr>";
}
print <<END;