فهرست منبع

Merge pull request #1930 from pulzarraider/patch-3

Fixed btn_batch outside batch block
Thomas 11 سال پیش
والد
کامیت
1e9edafdf4
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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">