diff options
Diffstat (limited to 'src/view/templates/menu.php')
| -rw-r--r-- | src/view/templates/menu.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/view/templates/menu.php b/src/view/templates/menu.php index 49df4e0..d62b78b 100644 --- a/src/view/templates/menu.php +++ b/src/view/templates/menu.php | |||
| @@ -7,14 +7,14 @@ | |||
| 7 | <p>Ajouter au menu un lien vers un site web quelconque avec le formulaire ci-dessous:</p> | 7 | <p>Ajouter au menu un lien vers un site web quelconque avec le formulaire ci-dessous:</p> |
| 8 | <form method="post" action="<?= new URL(['from' => 'menu_chemins']) ?>"> | 8 | <form method="post" action="<?= new URL(['from' => 'menu_chemins']) ?>"> |
| 9 | <p> | 9 | <p> |
| 10 | <label for="url_input">Adresse URL:</label> | ||
| 11 | <input id="url_input" type="url" name="url_input"> | ||
| 12 | </p> | ||
| 13 | <p> | ||
| 14 | <label for="label_input">Nom:</label> | 10 | <label for="label_input">Nom:</label> |
| 15 | <input id="label_input" type="text" name="label_input"> | 11 | <input id="label_input" type="text" name="label_input"> |
| 16 | </p> | 12 | </p> |
| 17 | <p> | 13 | <p> |
| 14 | <label for="url_input">Adresse URL:</label> | ||
| 15 | <input id="url_input" type="url" name="url_input"> | ||
| 16 | </p> | ||
| 17 | <p> | ||
| 18 | <label>Placer le lien juste après cette entrée:</label> | 18 | <label>Placer le lien juste après cette entrée:</label> |
| 19 | <select id="location" name="location"> | 19 | <select id="location" name="location"> |
| 20 | <?= $this->options ?> | 20 | <?= $this->options ?> |
