diff options
author | polo <ordipolo@gmx.fr> | 2025-10-10 17:29:30 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2025-10-10 17:30:47 +0200 |
commit | 596ce6f78e37c901d9b4ed464918b0294ba8dd2a (patch) | |
tree | a11c55145cd0479a416891f5ee0587b536d24261 /src/view/templates/modify_block.php | |
parent | a0b94008b26ef20f1164e0c5302d5d11c313b1ad (diff) | |
download | cms-596ce6f78e37c901d9b4ed464918b0294ba8dd2a.zip |
src/controller/Director.php devient /src/model/Model.php, message d'erreur type de bloc dans modify_block.php
Diffstat (limited to 'src/view/templates/modify_block.php')
-rw-r--r-- | src/view/templates/modify_block.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/templates/modify_block.php b/src/view/templates/modify_block.php index 3620100..75cb218 100644 --- a/src/view/templates/modify_block.php +++ b/src/view/templates/modify_block.php | |||
@@ -1,6 +1,6 @@ | |||
1 | <div class="modify_one_block" id="bloc_edit_<?= $child_node->getId() ?>"> | 1 | <div class="modify_one_block" id="bloc_edit_<?= $child_node->getId() ?>"> |
2 | <div class="block_options"> | 2 | <div class="block_options"> |
3 | <label for="bloc_rename_<?= $child_node->getId() ?>">Type <b><?= Blocks::$blocks[$child_node->getName()] ?></b> | 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> | 4 | </label> |
5 | <p> | 5 | <p> |
6 | <input type="text" id="bloc_rename_<?= $child_node->getId() ?>" name="bloc_rename_title" value="<?= $child_node->getNodeData()->getdata()['title'] ?>" required> | 6 | <input type="text" id="bloc_rename_<?= $child_node->getId() ?>" name="bloc_rename_title" value="<?= $child_node->getNodeData()->getdata()['title'] ?>" required> |