add card.flag implementation

This commit is contained in:
2016-03-09 20:16:19 +01:00
parent 1d3c476476
commit 42c326f407
25 changed files with 497 additions and 80 deletions

View File

@@ -0,0 +1,15 @@
<?php
use yii\helpers\Html;
?>
<p>
Bérletek kapu flag -jének újraszámolása
</p>
<?php
echo Html::a("Újra számolás", ['recalculate'], [
'class' => 'btn btn-danger',
'data' => [
'method' => 'post',
],
]) ?>