ソースを参照

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>