Преглед изворни кода

Add class for batch list action dropdown

Daniel Korsak пре 11 година
родитељ
комит
e4f91b7c54
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Resources/views/CRUD/base_list.html.twig

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

@@ -117,7 +117,7 @@ file that was distributed with this source code.
                                                              ({{ admin.datagrid.pager.nbresults }})
                                                         </label>
 
-                                                        <select name="action" style="width: auto; height: auto">
+                                                        <select name="action" style="width: auto; height: auto" class="form-control">
                                                             {% for action, options in batchactions %}
                                                                 <option value="{{ action }}">{{ options.label }}</option>
                                                             {% endfor %}