소스 검색

Add selecteurs tableau historique

stany.ferer 2 년 전
부모
커밋
d840db3ea3
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      core/views/pages/cms.historique.php

+ 3 - 3
core/views/pages/cms.historique.php

@@ -30,10 +30,10 @@
         <thead>
             <tr>
                 <th data-sortable="true" data-field="addDate" data-filter-control="input" data-width="160">Date</th>
-                <th data-sortable="true" data-field="type" data-filter-control="input" data-width="100">Type</th>
-                <th data-sortable="true" data-field="page" data-filter-control="input" data-width="250">Page</th>
+                <th data-sortable="true" data-field="type" data-filter-control="select" data-width="100">Type</th>
+                <th data-sortable="true" data-field="page" data-filter-control="select" data-width="250">Page</th>
                 <th data-sortable="true" data-field="log" data-filter-control="input">Log</th>
-                <th data-sortable="true" data-field="user" data-filter-control="input" data-width="160">Utilisateur</th>
+                <th data-sortable="true" data-field="select" data-filter-control="input" data-width="160">Utilisateur</th>
             </tr>
         </thead>
     </table>