浏览代码

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>