diff options
Diffstat (limited to 'src/view/templates/modify_block.php')
-rw-r--r-- | src/view/templates/modify_block.php | 6 |
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 |