Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Alto
/
rkn
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 5de22083
authored
2021-06-04 16:08:33 +0300
by
san58
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
поправил стили и разметку
1 parent
2ffc8926
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
views/filter/_form.php
views/filter/update.php
views/filter/_form.php
View file @
5de2208
...
...
@@ -13,9 +13,9 @@ use app\models\Filter;
<?php
$form
=
ActiveForm
::
begin
();
?>
<?=
$form
->
field
(
$model
,
'pattern'
)
->
textarea
([
'rows'
=>
6
])
?>
<?=
$form
->
field
(
$model
,
'pattern'
,
[
'options'
=>
[
'class'
=>
'form-group col-xs-12'
]]
)
->
textarea
([
'rows'
=>
6
])
?>
<?=
$form
->
field
(
$model
,
'created'
)
->
textInput
()
?>
<?=
$form
->
field
(
$model
,
'created'
,
[
'options'
=>
[
'class'
=>
'form-group col-xs-12'
]]
)
->
textInput
()
?>
<?=
$form
->
field
(
$model
,
'include'
,
[
'options'
=>
[
'class'
=>
'form-group col-xs-12'
]])
->
dropDownList
(
Filter
::
getIncludes
())
?>
...
...
views/filter/update.php
View file @
5de2208
...
...
@@ -5,7 +5,7 @@ use yii\helpers\Html;
/* @var $this yii\web\View */
/* @var $model app\models\Filter */
$this
->
title
=
'Update
Filter:
'
.
$model
->
id
;
$this
->
title
=
'Update
filter №
'
.
$model
->
id
;
$this
->
params
[
'breadcrumbs'
][]
=
[
'label'
=>
'Filters'
,
'url'
=>
[
'index'
]];
$this
->
params
[
'breadcrumbs'
][]
=
[
'label'
=>
$model
->
id
,
'url'
=>
[
'view'
,
'id'
=>
$model
->
id
]];
$this
->
params
[
'breadcrumbs'
][]
=
'Update'
;
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment