diff options
Diffstat (limited to 'src/view/templates/modify_block.php')
| -rw-r--r-- | src/view/templates/modify_block.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/templates/modify_block.php b/src/view/templates/modify_block.php index 6b7ceb0..d855a4a 100644 --- a/src/view/templates/modify_block.php +++ b/src/view/templates/modify_block.php | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | <?php declare(strict_types=1); ?> | ||
| 1 | <div class="modify_one_block" id="bloc_edit_<?= $child_node->getId() ?>"> | 2 | <div class="modify_one_block" id="bloc_edit_<?= $child_node->getId() ?>"> |
| 2 | <div class="block_options"> | 3 | <div class="block_options"> |
| 3 | <label for="bloc_rename_<?= $child_node->getId() ?>">Type <b><?= Blocks::$blocks[$child_node->getName()] ?? '<i>erreur base de données</i>' ?></b> | 4 | <label for="bloc_rename_<?= $child_node->getId() ?>">Type <b><?= Blocks::$blocks[$child_node->getName()] ?? '<i>erreur base de données</i>' ?></b> |
