aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2019-11-03 15:51:41 +0100
committern-peugnet <n.peugnet@free.fr>2019-11-03 17:22:10 +0100
commitd73bbbcf6c7bfe7291ac1593004581df6c96b3c8 (patch)
tree26afae6b0fd89e1951e796eb163110896f4f8b08 /app
parentb17bba314c84f3ee012901476417821c3c34d54a (diff)
downloadwcms-d73bbbcf6c7bfe7291ac1593004581df6c96b3c8.tar.gz
wcms-d73bbbcf6c7bfe7291ac1593004581df6c96b3c8.zip
feat: checkall checkbox in home page
Diffstat (limited to 'app')
-rw-r--r--app/view/templates/home.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/view/templates/home.php b/app/view/templates/home.php
index 3c2db4d..2ee791a 100644
--- a/app/view/templates/home.php
+++ b/app/view/templates/home.php
@@ -36,7 +36,7 @@
<table id="home2table">
<thead>
<tr>
- <th class="hidephone">x</th>
+ <th id="checkall" class="hidephone">x</th>
<th><a href="<?= $opt->getadress('id') ?>">id</a></th>
<th>edit</th>
<th>see</th>
@@ -176,6 +176,7 @@
<?php } ?>
+ <script src="<?= Model::jspath() ?>home.bundle.js"></script>
</body>