|
|
|
|
6
|
|
6
|
|
7
|
<span class="sinfo">{{ 'system.infos.normally_js'|trans({}, 'userui') }}</span>
|
7
|
<span class="sinfo">{{ 'system.infos.normally_js'|trans({}, 'userui') }}</span>
|
8
|
|
8
|
|
9
|
- <form novalidate name="{{ form_name }}" action="{{ path('element_update', {'element_id': element_id}) }}" method="post" {{ form_enctype(form) }}>
|
|
|
|
|
9
|
+ <form novalidate name="{{ form_name }}" action="{{ path('element_update', {'element_id': element_id, 'dom_id': 'element_' ~ element_id}) }}" method="post" {{ form_enctype(form) }}>
|
10
|
|
10
|
|
11
|
{% include "MuzichCoreBundle:Element:form.edit.html.twig" with {
|
11
|
{% include "MuzichCoreBundle:Element:form.edit.html.twig" with {
|
12
|
'form' : form,
|
12
|
'form' : form,
|