add card.flag implementation
This commit is contained in:
15
backend/views/card/recalculate.php
Normal file
15
backend/views/card/recalculate.php
Normal 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',
|
||||
],
|
||||
]) ?>
|
||||
Reference in New Issue
Block a user