Explorar o código

Merge pull request #1930 from pulzarraider/patch-3

Fixed btn_batch outside batch block
Thomas %!s(int64=11) %!d(string=hai) anos
pai
achega
1e9edafdf4
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Resources/views/CRUD/base_list.html.twig

+ 2 - 2
Resources/views/CRUD/base_list.html.twig

@@ -109,9 +109,9 @@ file that was distributed with this source code.
                                                     {% endfor %}
                                                 </select>
                                             {% endblock %}
+                                            
+                                            <input type="submit" class="btn btn-small btn-primary" value="{{ 'btn_batch'|trans({}, 'SonataAdminBundle') }}">
                                         {% endblock %}
-
-                                        <input type="submit" class="btn btn-small btn-primary" value="{{ 'btn_batch'|trans({}, 'SonataAdminBundle') }}">
                                     {% endif %}
 
                                     <div class="pull-right">