Where the P1 is disabled, show the P2s as disabled since they will be, same as in previous versions.

This commit is contained in:
Chris Buechler 2015-01-12 19:25:15 -06:00
parent d71f979475
commit 156938a87e

View File

@ -460,7 +460,7 @@ include("head.inc");
$iconfn = "pass";
$spans = $spane = "";
if (isset($ph2ent['disabled'])) {
if (isset($ph2ent['disabled']) || isset($ph1ent['disabled'])) {
$spans = "<span class=\"gray\">";
$spane = "</span>";
$iconfn .= "_d";