aboutsummaryrefslogtreecommitdiff
path: root/src/view/templates/modify_block.php
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2025-10-20 01:57:21 +0200
committerpolo <ordipolo@gmx.fr>2025-10-20 01:57:21 +0200
commit1e2cee519264f9ab2660540723915aec72bc2116 (patch)
tree1b773307463589f8506ffb0a439976a40e3e7bac /src/view/templates/modify_block.php
parentfb3bb6a42f5a8de6d446bc7566e3b766c7f64ce7 (diff)
downloadcms-1e2cee519264f9ab2660540723915aec72bc2116.zip
noeud "head" unique, noms fichiers CSS et JSS dans page, nombreux changements en conséquences
Diffstat (limited to 'src/view/templates/modify_block.php')
-rw-r--r--src/view/templates/modify_block.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/view/templates/modify_block.php b/src/view/templates/modify_block.php
index 75cb218..6b7ceb0 100644
--- a/src/view/templates/modify_block.php
+++ b/src/view/templates/modify_block.php
@@ -44,9 +44,6 @@ if(Blocks::hasPresentation($child_node->getName())){
44 <input type="number" id="cols_min_width_select_<?= $child_node->getId() ?>" onchange="changeColsMinWidth(<?= $child_node->getId() ?>)" min="150" max="400" value="<?= $child_node->getNodeData()->getColsMinWidth() ?>"> pixels 44 <input type="number" id="cols_min_width_select_<?= $child_node->getId() ?>" onchange="changeColsMinWidth(<?= $child_node->getId() ?>)" min="150" max="400" value="<?= $child_node->getNodeData()->getColsMinWidth() ?>"> pixels
45 </div> 45 </div>
46 </div> 46 </div>
47<?php
48}
49?>
50 <div class="pagination_limit"> 47 <div class="pagination_limit">
51 <label for="pagination_limit_<?= $child_node->getId() ?>"> 48 <label for="pagination_limit_<?= $child_node->getId() ?>">
52 Nombre max d'articles affichés 49 Nombre max d'articles affichés
@@ -54,4 +51,7 @@ if(Blocks::hasPresentation($child_node->getName())){
54 <i>(mettre 0 désactive la pagination)</i> 51 <i>(mettre 0 désactive la pagination)</i>
55 </label> 52 </label>
56 </div> 53 </div>
54<?php
55}
56?>
57</div> \ No newline at end of file 57</div> \ No newline at end of file