aboutsummaryrefslogtreecommitdiff
path: root/app/view
diff options
context:
space:
mode:
Diffstat (limited to 'app/view')
-rw-r--r--app/view/templates/homemenu.php10
1 files changed, 6 insertions, 4 deletions
diff --git a/app/view/templates/homemenu.php b/app/view/templates/homemenu.php
index 25ce60c..2ee1381 100644
--- a/app/view/templates/homemenu.php
+++ b/app/view/templates/homemenu.php
@@ -37,11 +37,7 @@
<summary>Edit</summary>
<div class="submenu">
<i>Edit selected pages</i>
- <h2>Actions</h2>
<form action="<?= $this->url('multi') ?>" method="post" id="multi">
- <input type="submit" name="action" value="render">
- <input type="submit" name="action" value="download">
- <input type="submit" name="action" value="delete">
<h2>Edit Meta infos</h2>
<input type="text" name="datas[title]" id="title">
<label for="title">title</label>
@@ -143,6 +139,12 @@
<label for="resetdatemodif">update modification date</label>
</br>
<input type="submit" name="action" value="edit">
+ <h2>Actions</h2>
+ <input type="submit" name="action" value="render">
+ <input type="hidden" name="confirmdelete" value="0">
+ <input type="checkbox" name="confirmdelete" id="confirmdelete" value="1">
+ <label for="confirmdelete">confirm</label>
+ <input type="submit" name="action" value="delete">
</form>
</div>
</details>