Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Impact change on the proposal for Foundation alternative in Symfony
  • Loading branch information
Jean-Christophe Cuvelier committed Sep 23, 2015
commit c7e68d7a1468eeb28621855bcafe074f9fe4de0f
4 changes: 2 additions & 2 deletions cookbook/form/form_customization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ fragment needed to render every part of a form:
* `bootstrap_3_horizontal_layout.html.twig`_, it's similar to the previous theme,
but the CSS classes applied are the ones used to display the forms horizontally
(i.e. the label and the widget in the same row).
* `foundation_layout.html.twig`_, wraps each form field inside a ``<div>`` element
* `foundation_5_layout.html.twig`_, wraps each form field inside a ``<div>`` element
with the appropriate CSS classes to apply the default `Foundation CSS framework`_
styles.

Expand Down Expand Up @@ -1090,5 +1090,5 @@ more details about this concept in Twig, see :ref:`twig-reference-form-variables
.. _`bootstrap_3_layout.html.twig`: https://github.com/symfony/symfony/blob/master/src/Symfony/Bridge/Twig/Resources/views/Form/bootstrap_3_layout.html.twig
.. _`bootstrap_3_horizontal_layout.html.twig`: https://github.com/symfony/symfony/blob/master/src/Symfony/Bridge/Twig/Resources/views/Form/bootstrap_3_horizontal_layout.html.twig
.. _`Bootstrap 3 CSS framework`: http://getbootstrap.com/
.. _`foundation_layout.html.twig`: https://github.com/symfony/symfony/blob/master/src/Symfony/Bridge/Twig/Resources/views/Form/foundation_layout.html.twig
.. _`foundation_5_layout.html.twig`: https://github.com/symfony/symfony/blob/master/src/Symfony/Bridge/Twig/Resources/views/Form/foundation_5_layout.html.twig
.. _`Foundation CSS framework`: http://foundation.zurb.com/