diff options
author | polo <ordipolo@gmx.fr> | 2025-04-06 12:18:49 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2025-04-06 12:18:49 +0200 |
commit | 68b6058e2a27fc251c117c4efeb141392a0c9736 (patch) | |
tree | 5c029b2c147bd14f777765d41bc623582c81daa2 /src/view/templates/grid.php | |
parent | e4a325c9d5c07f09bc18b7e366ffb82b82c43502 (diff) | |
download | cms-68b6058e2a27fc251c117c4efeb141392a0c9736.zip |
nouvel article, boutons dans les builders, makeArticleNode, JS MAJ page, tri quand déplacement ou suppression
Diffstat (limited to 'src/view/templates/grid.php')
-rw-r--r-- | src/view/templates/grid.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/view/templates/grid.php b/src/view/templates/grid.php index a09ed40..f9e441d 100644 --- a/src/view/templates/grid.php +++ b/src/view/templates/grid.php | |||
@@ -1,7 +1,9 @@ | |||
1 | <section class="grid"> | 1 | <section class="grid" id="<?= $this->id_node ?>"> |
2 | <h3><?= $title ?></h3> | 2 | <h3><?= $title ?></h3> |
3 | <?= $new_article ?> | 3 | <?= $new_article ?> |
4 | <?= $new_article_admin_buttons ?> | 4 | <script> |
5 | var clone<?= $this->id_node ?> = document.currentScript.previousElementSibling.cloneNode(true); | ||
6 | </script> | ||
5 | <div class="grid_columns"> | 7 | <div class="grid_columns"> |
6 | <?= $content ?> | 8 | <?= $content ?> |
7 | </div> | 9 | </div> |