Completed object deletion.
authorGunnar Wrobel <p@rdus.de>
Tue, 28 Apr 2009 20:55:58 +0000 (22:55 +0200)
committerGunnar Wrobel <p@rdus.de>
Tue, 28 Apr 2009 20:55:58 +0000 (22:55 +0200)
koward/app/views/Object/delete.html.php

index 055e78c..8e74c09 100644 (file)
@@ -1,2 +1,15 @@
 <?= $this->renderPartial('header'); ?>
 <?= $this->renderPartial('menu'); ?>
+
+<form action="<?= $this->submit_url ?>" method="post" name="delete">
+<?php echo Util::formInput() ?>
+
+<div class="headerbox">
+
+ <p><?php echo _("Permanently delete this object?") ?></p>
+
+ <input type="submit" class="button" name="delete" value="<?php echo _("Delete") ?>" />
+ <a class="button" href="<?= $this->return_url ?>"><?php echo _("Cancel") ?></a>
+</div>
+
+</form>