mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 14:24:24 +00:00
Removing the choice_with_other_widget that is alreay defined in the main bundle
This commit is contained in:
parent
6eb6117c14
commit
57fbd54a9c
@ -25,11 +25,9 @@
|
||||
{# CustomFields Choice #}
|
||||
{# render an alement in a choice list #}
|
||||
{% block cf_choices_list_widget %}
|
||||
|
||||
{{ form_row(form.name) }}
|
||||
{{ form_row(form.active) }}
|
||||
{{ form_row(form.slug) }}
|
||||
|
||||
{{ form_row(form.name) }}
|
||||
{{ form_row(form.active) }}
|
||||
{{ form_row(form.slug) }}
|
||||
{% endblock cf_choices_list_widget %}
|
||||
|
||||
{# CFChoice : render the different elements in a choice list #}
|
||||
@ -80,18 +78,6 @@
|
||||
|
||||
jQuery(document).ready(initializeCFChoiceOptionsChoices('{{ form.vars.id }}'));
|
||||
</script>
|
||||
|
||||
{% endblock cf_choices_row %}
|
||||
|
||||
{% block choice_with_other_widget %}
|
||||
<div {{ block('widget_container_attributes') }}>
|
||||
{%- for child in form.children._choices %}
|
||||
{{- form_widget(child) -}}
|
||||
{{- form_label(child) -}}
|
||||
{%- if child.vars.value == '_other' -%}
|
||||
{{- form_widget(form.children._other) -}}
|
||||
{%- endif -%}
|
||||
{% endfor -%}
|
||||
</div>
|
||||
|
||||
{% endblock choice_with_other_widget %}
|
||||
{# The choice_with_other_widget widget is defined in the main bundle #}
|
Loading…
x
Reference in New Issue
Block a user