source: trunk/root/templates/admin/delete_poll_confirm.tt @ 429

Last change on this file since 429 was 339, checked in by misc, 14 years ago
  • replace post by POST ( maybe html compliance, not sure )
  • Property svn:keywords set to Id
File size: 399 bytes
RevLine 
[272]1<!-- $Id$ -->
2[% poll = c.model('Vote').poll(voteid) %]
3
4[% INCLUDE 'includes/admin_menu.tt' %]
5
[282]6<p>[% l('Please, confirm the deletion of poll [_1]', poll.info('label')) | html %]</p>
[272]7
[282]8<p>[% l('This action cannot be reverted') %]</p>
[272]9
[339]10<form action="[% c.uri_for(poll.uid, 'delete') %]" method="POST">
[323]11<input type="submit" value="[% l('Yes, delete this poll') %]" name="delete_poll_confirm">
[272]12</form>
Note: See TracBrowser for help on using the repository browser.