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

Merge pull request #1937 from pulzarraider/patch-3

Removed trash icon in batch confirmation template
Thomas преди 11 години
родител
ревизия
11b8733dff
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Resources/views/CRUD/batch_confirmation.html.twig

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

@@ -40,7 +40,7 @@ file that was distributed with this source code.
                     {{ form_rest(form) }}
                 </div>
 
-                <button type="submit" class="btn btn-danger"><i class="icon-trash icon-white"></i> {{ 'btn_execute_batch_action'|trans({}, 'SonataAdminBundle') }}</button>
+                <button type="submit" class="btn btn-danger">{{ 'btn_execute_batch_action'|trans({}, 'SonataAdminBundle') }}</button>
 
                 {% if admin.hasRoute('list') and admin.isGranted('LIST') %}
                     {{ 'delete_or'|trans({}, 'SonataAdminBundle') }}