new balance

This commit is contained in:
2019-06-25 12:37:09 +03:00
parent a783be26d1
commit 2f4f92bdec
16 changed files with 523 additions and 58 deletions

View File

@ -0,0 +1,12 @@
<?php
/**
* @var $model \yii\db\ActiveRecord
*/
echo \yii\helpers\Html::activeTextInput($model, 'summ_from', [
'placeholder' => 'От',
]);
echo ' - ';
echo \yii\helpers\Html::activeTextInput($model, 'summ_to', [
'placeholder' => 'До',
]);