Преглед на файлове

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">