source: trunk/root/templates/includes/ballot_settings.tt @ 385

Last change on this file since 385 was 385, checked in by misc, 14 years ago
  • fix some strings, proofreading done by Ahmad Samir
  • Property svn:keywords set to Id Rev
File size: 352 bytes
Line 
1<!-- $Id$ -->
2[% poll = c.model('Vote').poll(voteid) %]
3
4<div style="float: left; width: 55%" class="box">
5<form action="[% c.uri_for(poll.uid, 'ballot') %]" method="POST">
6
7[% ballotsettingstt = 'pollinc/' _ poll.type _ '/ballot_settings.tt' %]
8[% INCLUDE $ballotsettingstt %]
9
10<input type="submit" name="pollballot" value="[% l('Save') %]">
11</form>
12
Note: See TracBrowser for help on using the repository browser.