aboutsummaryrefslogtreecommitdiff
path: root/app/view/templates/userconfirmdelete.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-12-24 11:43:06 +0100
committervincent-peugnet <v.peugnet@free.fr>2018-12-24 11:43:06 +0100
commit8d8f625ea20e10cf6fb053fab73c2ef7a559dc87 (patch)
tree128bde5e13c96e842ec317366ffebbf09940f6ef /app/view/templates/userconfirmdelete.php
parente6a313f0ce599e14f2d6c55c8080582f0d539d10 (diff)
downloadwcms-8d8f625ea20e10cf6fb053fab73c2ef7a559dc87.tar.gz
wcms-8d8f625ea20e10cf6fb053fab73c2ef7a559dc87.zip
user delete
Diffstat (limited to 'app/view/templates/userconfirmdelete.php')
-rw-r--r--app/view/templates/userconfirmdelete.php17
1 files changed, 17 insertions, 0 deletions
diff --git a/app/view/templates/userconfirmdelete.php b/app/view/templates/userconfirmdelete.php
new file mode 100644
index 0000000..342775f
--- /dev/null
+++ b/app/view/templates/userconfirmdelete.php
@@ -0,0 +1,17 @@
+
+
+<h1>Delete User</h1>
+
+<h2>Id : <?= $userdelete->id() ?></h2>
+<h2>Level : <?= $userdelete->level() ?></h2>
+
+
+
+<form action="<?= $this->url('userupdate') ?>" method="post">
+
+<input type="hidden" name="id" value="<?= $userdelete->id() ?>">
+
+<input type="submit" name="action" value="confirmdelete">
+
+
+</form> \ No newline at end of file