浏览代码

Update base_list.html.twig

Added missing class sonata-ba-list to trigger CSS rule that display select button on sonata_type_model_list
julien-maitan 10 年之前
父节点
当前提交
66332884b5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Resources/views/CRUD/base_list.html.twig

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

@@ -35,7 +35,7 @@ file that was distributed with this source code.
                     <form action="{{ admin.generateUrl('batch', {'filter': admin.filterParameters}) }}" method="POST" >
                         <input type="hidden" name="_sonata_csrf_token" value="{{ csrf_token }}">
                     {% endif %}
-                        <table class="table table-bordered table-striped">
+                        <table class="table table-bordered table-striped sonata-ba-list">
                             {% block table_header %}
                                 <thead>
                                     <tr class="sonata-ba-list-field-header">