Skip to content

Commit

Permalink
Revert "EZP-28930: Labels are one line below checkbox/radiobutton" (e…
Browse files Browse the repository at this point in the history
…zsystems#225)

* Revert "EZP-28930: Labels are one line below checkbox/radiobutton (ezsystems#219)"

This reverts commit 511497e.
  • Loading branch information
webhdx committed Mar 16, 2018
1 parent 810d81c commit 740baf8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions bundle/Resources/views/ContentType/field_types.html.twig
Expand Up @@ -18,7 +18,6 @@

{% block ezboolean_field_definition_edit %}
<div class="ezboolean-default-value{% if group_class is not empty %} {{ group_class }}{% endif %}">
{{- form_row(form.defaultValue, {'label_attr': {'class': 'checkbox-inline'}}) -}}
{{- form_label(form.defaultValue) -}}
{{- form_errors(form.defaultValue) -}}
{{- form_widget(form.defaultValue) -}}
Expand All @@ -27,7 +26,6 @@

{% block ezcountry_field_definition_edit %}
<div class="ezcountry-settings is-multiple{% if group_class is not empty %} {{ group_class }}{% endif %}">
{{- form_row(form.isMultiple, {'label_attr': {'class': 'checkbox-inline'}}) -}}
{{- form_label(form.isMultiple) -}}
{{- form_errors(form.isMultiple) -}}
{{- form_widget(form.isMultiple) -}}
Expand All @@ -42,7 +40,6 @@

{% block ezdate_field_definition_edit %}
<div class="ezdate-settings default-type{% if group_class is not empty %} {{ group_class }}{% endif %}">
{{- form_row(form.defaultType, {'label_attr': {'class': 'checkbox-inline'}}) -}}
{{- form_label(form.defaultType) -}}
{{- form_errors(form.defaultType) -}}
{{- form_widget(form.defaultType) -}}
Expand All @@ -51,14 +48,12 @@

{% block ezdatetime_field_definition_edit %}
<div class="ezdatetime-settings use-seconds{% if group_class is not empty %} {{ group_class }}{% endif %}">
{{- form_row(form.useSeconds, {'label_attr': {'class': 'checkbox-inline'}}) -}}
{{- form_label(form.useSeconds) -}}
{{- form_errors(form.useSeconds) -}}
{{- form_widget(form.useSeconds) -}}
</div>

<div class="ezdatetime-settings default-type{% if group_class is not empty %} {{ group_class }}{% endif %}">
{{- form_row(form.defaultType, {'label_attr': {'class': 'checkbox-inline'}}) -}}
{{- form_label(form.defaultType) -}}
{{- form_errors(form.defaultType) -}}
{{- form_widget(form.defaultType) -}}
Expand Down Expand Up @@ -219,7 +214,6 @@

{% block ezselection_field_definition_edit %}
<div class="ezselection-settings is-multiple{% if group_class is not empty %} {{ group_class }}{% endif %}">
{{- form_row(form.isMultiple, {'label_attr': {'class': 'checkbox-inline'}}) -}}
{{- form_label(form.isMultiple) -}}
{{- form_errors(form.isMultiple) -}}
{{- form_widget(form.isMultiple) -}}
Expand Down

0 comments on commit 740baf8

Please sign in to comment.