Changeset 306 for branches


Ignore:
Timestamp:
05/21/10 17:54:52 (14 years ago)
Author:
nanardon
Message:
  • fill form fields if site password is worng
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1/root/templates/newpoll/index.tt

    r304 r306  
    66<table border="0"> 
    77<tbody align="center"> 
    8 <tr><th>votre mail:</th><td><input type="text" name="mail" tabindex="1" size="45" maxlength="150"></td></tr> 
    9 <tr><th>nom du vote:</th><td><input type="text" name="label" tabindex="2" size="45" maxlength="150"></td></tr> 
     8<tr><th>votre mail:</th><td><input type="text" name="mail" value="[% c.req.param('mail') | html %]" tabindex="1" size="45" maxlength="150"></td></tr> 
     9<tr><th>nom du vote:</th><td><input type="text" name="label" value="[% c.req.param('label') | html %]" tabindex="2" size="45" maxlength="150"></td></tr> 
    1010[% IF c.config.newpollpasswd %] 
    11 <tr><th>mot de passe pour ce vote:</th><td><input type="password" name="vpasswd" tabindex="3"></td></tr> 
     11<tr><th>mot de passe pour ce vote:</th><td><input type="password" name="vpasswd" value="[% c.req.param('vpasswd') | html %]" tabindex="3"></td></tr> 
    1212[% IF passwderror %] 
    1313<tr><td colspan="2" class="alert"> 
Note: See TracChangeset for help on using the changeset viewer.