diff options
author | n-peugnet <n.peugnet@free.fr> | 2019-11-03 15:51:41 +0100 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2019-11-03 17:22:10 +0100 |
commit | d73bbbcf6c7bfe7291ac1593004581df6c96b3c8 (patch) | |
tree | 26afae6b0fd89e1951e796eb163110896f4f8b08 /app/view | |
parent | b17bba314c84f3ee012901476417821c3c34d54a (diff) | |
download | wcms-d73bbbcf6c7bfe7291ac1593004581df6c96b3c8.tar.gz wcms-d73bbbcf6c7bfe7291ac1593004581df6c96b3c8.zip |
feat: checkall checkbox in home page
Diffstat (limited to 'app/view')
-rw-r--r-- | app/view/templates/home.php | 3 |
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> |