소스 검색

Update base_list.html.twig

Added missing class sonata-ba-list to trigger CSS rule that display select button on sonata_type_model_list
julien-maitan 10 년 전
부모
커밋
66332884b5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Resources/views/CRUD/base_list.html.twig

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

@@ -35,7 +35,7 @@ file that was distributed with this source code.
                     <form action="{{ admin.generateUrl('batch', {'filter': admin.filterParameters}) }}" method="POST" >
                         <input type="hidden" name="_sonata_csrf_token" value="{{ csrf_token }}">
                     {% endif %}
-                        <table class="table table-bordered table-striped">
+                        <table class="table table-bordered table-striped sonata-ba-list">
                             {% block table_header %}
                                 <thead>
                                     <tr class="sonata-ba-list-field-header">