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
Line 
1<!-- $Id$ -->
2[% poll = c.model('Vote').poll(voteid) %]
3
4[% INCLUDE 'includes/admin_menu.tt' %]
5
6<p>[% l('Please, confirm the deletion of poll [_1]', poll.info('label')) | html %]</p>
7
8<p>[% l('This action cannot be reverted') %]</p>
9
10<form action="[% c.uri_for(poll.uid, 'delete') %]" method="post">
11<input type="submit" value="[% l('Yes, destroy this poll') %]" name="delete_poll_confirm">
12</form>
Note: See TracBrowser for help on using the repository browser.