add frontend ticket translations
This commit is contained in:
@@ -8,19 +8,13 @@ use frontend\components\ReceptionCardNumberWidget;
|
||||
/* @var $this yii\web\View */
|
||||
/* @var $model common\models\Customer */
|
||||
|
||||
|
||||
|
||||
$this->title = Yii::t('common/customer', 'Create Customer');
|
||||
$this->params['breadcrumbs'][] = ['label' => Yii::t('common/customer', 'Customers'), 'url' => ['index']];
|
||||
$this->params['breadcrumbs'][] = $this->title;
|
||||
|
||||
|
||||
$customer = $model;
|
||||
$card = $customer->card;
|
||||
|
||||
|
||||
|
||||
|
||||
?>
|
||||
<div class="customer-create">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user