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

Last change on this file since 315 was 282, checked in by nanardon, 15 years ago
  • translate admin part
  • Property svn:keywords set to Id
File size: 400 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
10<form action="[% c.uri_for(poll.uid, 'delete') %]" method="post">
[282]11<input type="submit" value="[% l('Yes, destroy this poll') %]" name="delete_poll_confirm">
[272]12</form>
Note: See TracBrowser for help on using the repository browser.