wootook-reloaded/application/design/backend/base/default/scripts/deprecated/admin/deletuser.tpl
Gregory PLANCHAT 66805034a6 Configuration & Layout architecture updates
Fixed production bug
Fixed styles
Updated Action Controller

Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
2012-01-13 23:36:03 +01:00

6 lines
No EOL
170 B
Go Template

<center>
<form action="deletuser.php?mode=delet">
<input type="text" name="name" />
<input type="submit" value="<?php echo $this->getData('Delet')?>" />
</form>
</center>