Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Chill-project
Chill-Main
Commits
3a2a649e
Commit
3a2a649e
authored
Nov 25, 2014
by
Marc Ducobu
Browse files
class cf-title and cf-fields for form display parametrisation
parent
27903423
Changes
1
Hide whitespace changes
Inline
Side-by-side
Resources/views/Form/fields.html.twig
View file @
3a2a649e
{%
block
form_row
%}
{%
spaceless
%}
<div
class=
"
{%
spaceless
%}
{%
if
attr.class
is
defined
and
'only-label
'
in
attr.class
%}
{%
if
attr.class
is
defined
and
(
'cf-title'
in
attr.class
or
'cf-fields
'
in
attr.class
)
%}
grid-12
{%
elseif
attr.class
is
defined
and
'no-label'
in
attr.class
%}
grid-0
{%
elseif
attr.class
is
defined
and
'multiple-cf-inline'
in
attr.class
%}
grid-2
grid-mobile-4 grid-tablet-4 mobile-clear tablet-clear
grid-2 grid-mobile-4 grid-tablet-4 mobile-clear tablet-clear
{%
else
%}
grid-4 clear
{%
endif
%}
{%
endspaceless
%}
"
>
{{
form_label
(
form
)
}}
{%
if
attr.class
is
not
defined
or
(
'cf-title'
not
in
attr.class
and
'cf-fields'
not
in
attr.class
)
%}
{{
form_label
(
form
)
}}
{%
endif
%}
</div>
<div
class=
"
{%
spaceless
%}
{%
if
attr.class
is
defined
and
'only-label'
in
attr.class
%}
grid-12 parent
{%
elseif
attr.class
is
defined
and
'no-label'
in
attr.class
%}
{%
if
attr.class
is
defined
and
'cf-title'
in
attr.class
%}
grid-12
{%
elseif
attr.class
is
defined
and
'cf-fields'
in
attr.class
%}
grid-12 parent
{%
elseif
attr.class
is
defined
and
'multiple-cf-inline'
in
attr.class
%}
grid-2 grid-mobile-8 grid-tablet-8
grid-2 grid-mobile-8 grid-tablet-8
multiple-cf-inline
{%
else
%}
grid-8
{%
endif
%}
...
...
@@ -28,7 +28,7 @@
{{
form_errors
(
form
)
}}
</div>
{%
endspaceless
%}
{%
endblock
form_row
%}
{%
endblock
form_row
%}
{%
block
choice_widget_expanded
%}
{%
spaceless
%}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
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 comment