소스 검색

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') }}