add mover cutler door

This commit is contained in:
2017-06-17 22:01:11 +02:00
parent b9399acc2e
commit f538a82def
13 changed files with 175 additions and 44 deletions

View File

@@ -48,6 +48,19 @@ $this->params['breadcrumbs'][] = $this->title;
echo Html::tag("span", "Kártya nincs tiltva - OK", ['class' => 'text-success']);
} ?>
</li>
<?php
if ( \common\components\Helper::isTicketTypeDoorAllowedCheckOn()){
?>
<li>Bérlet beléphet a forgókapun:
<?php if ($card->isFlagDoorAllowed()) {
echo Html::tag("span", "Beléphet - Nem", ['class' => 'text-danger']);
} else {
echo Html::tag("span", "Beléphet - Igen", ['class' => 'text-success']);
} ?>
</li>
<?php
}
?>
</ul>
<h2>Kilépés jelző</h2>