Ignore:
Timestamp:
10/03/10 22:53:33 (14 years ago)
Author:
nanardon
Message:
  • proof reading from Ahmad Samir
Location:
trunk/root/templates/newpoll
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/root/templates/newpoll/index.tt

    r307 r323  
    77<table border="0"> 
    88<tbody align="center"> 
    9 <tr><th>[% l('Your mail:') %]</th><td> 
     9<tr><th>[% l('Your email address:') %]</th><td> 
    1010  <input type="text" name="mail" value="[% c.req.param('mail') | html %]" tabindex="1" size="45" maxlength="150"> 
    1111</td></tr> 
  • trunk/root/templates/newpoll/norequest.tt

    r285 r323  
    44<p class="alert">[% l('No such request found') %]</p> 
    55 
    6 [% l('Enter the request ID received by mail') %] 
     6[% l('Enter the request ID you received by email') %] 
    77<form action="[% c.uri_for('/newpoll', 'confirm') %]" method="POST"> 
    88<input type="text" name="id"><br> 
  • trunk/root/templates/newpoll/request.tt

    r285 r323  
    22<div id="poll_request" class="box"> 
    33<p> 
    4 [% l('A mail has been sent to [_1], follow the procedure to complete poll 
     4[% l('An email has been sent to [_1], follow the instructions to complete poll 
    55creation', c.req.param('mail')) %]</p> 
    66 
Note: See TracChangeset for help on using the changeset viewer.