fix frontend fingerprint gui
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
|
||||
use frontend\components\CustomerTabWidget;
|
||||
use yii\helpers\Html;
|
||||
use yii\widgets\ActiveForm;
|
||||
|
||||
@@ -12,6 +13,8 @@ $this->title = 'Ujjlenyomat hozzáadása';
|
||||
$this->params['breadcrumbs'][] = ['label' => 'Ujjlenyomatok', 'url' => ['index', 'id_customer' => $model->id_customer]];
|
||||
$this->params['breadcrumbs'][] = $this->title;
|
||||
?>
|
||||
<?php echo CustomerTabWidget::widget(['card' => $card])?>
|
||||
|
||||
<div class="fingerprint-create">
|
||||
|
||||
<h1><?= Html::encode($this->title) ?></h1>
|
||||
|
||||
Reference in New Issue
Block a user