فهرست منبع

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 %}