diff options
| author | polo <ordipolo@gmx.fr> | 2026-07-12 12:35:04 +0200 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2026-07-12 12:35:04 +0200 |
| commit | d0c39f9c0d2724111a7b1019eacb1b675fd5fd94 (patch) | |
| tree | 546dc8520bd00eef59281b5ff786adc656fea03f /src/view/templates | |
| parent | 0fa852ee4e9c3060ba7fc0daf4b08a44ea151f7f (diff) | |
| download | cms-d0c39f9c0d2724111a7b1019eacb1b675fd5fd94.tar.gz cms-d0c39f9c0d2724111a7b1019eacb1b675fd5fd94.tar.bz2 cms-d0c39f9c0d2724111a7b1019eacb1b675fd5fd94.zip | |
suppression colonnes dans NodeData, blocs et présentations dans des constantes
Diffstat (limited to 'src/view/templates')
| -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 1da3176..e966ee3 100644 --- a/src/view/templates/modify_block.php +++ b/src/view/templates/modify_block.php | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | <?php declare(strict_types=1); ?> | 1 | <?php declare(strict_types=1); ?> |
| 2 | <div class="modify_one_block" id="bloc_edit_<?= $child_node->getId() ?>"> | 2 | <div class="modify_one_block" id="bloc_edit_<?= $child_node->getId() ?>"> |
| 3 | <div class="block_options"> | 3 | <div class="block_options"> |
| 4 | <label for="bloc_rename_<?= $child_node->getId() ?>">Type <b><?= App\Entity\Presentation::$blocks[$child_node->getName()] ?? '<i>erreur base de données</i>' ?></b> | 4 | <label for="bloc_rename_<?= $child_node->getId() ?>">Type <b><?= App\Entity\Presentation::BLOCKS[$child_node->getName()] ?? '<i>erreur base de données</i>' ?></b> |
| 5 | </label> | 5 | </label> |
| 6 | <p> | 6 | <p> |
| 7 | <input type="text" id="bloc_rename_<?= $child_node->getId() ?>" name="bloc_rename_title" value="<?= $child_node->getNodeData()->getdata()['title'] ?>" required> | 7 | <input type="text" id="bloc_rename_<?= $child_node->getId() ?>" name="bloc_rename_title" value="<?= $child_node->getNodeData()->getdata()['title'] ?>" required> |
