Selaa lähdekoodia

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

Philipp Klose 13 vuotta sitten
vanhempi
commit
cf520a879d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Resources/views/CRUD/base_list.html.twig

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

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