new balance
This commit is contained in:
12
backend/widgets/views/summ_range.php
Normal file
12
backend/widgets/views/summ_range.php
Normal 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' => 'До',
|
||||
]);
|
Reference in New Issue
Block a user