Browse Source

minor stylefix for base_list template, to correctly display the "All elements" checkbox

Philipp Klose 13 năm trước cách đây
mục cha
commit
cf520a879d

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

@@ -151,7 +151,7 @@ file that was distributed with this source code.
                                 {% endfor %}
                                 {% endfor %}
                             </select>
                             </select>
 
 
-                            <label>
+                            <label class="checkbox">
                                 <input type="checkbox" name="all_elements"/>
                                 <input type="checkbox" name="all_elements"/>
                                 {% trans from 'SonataAdminBundle' %}all_elements{% endtrans %}
                                 {% trans from 'SonataAdminBundle' %}all_elements{% endtrans %}
                             </label>
                             </label>