diff options
| author | etienne <etienne@07715635-78ed-41b0-aaf1-0afda6c37f35> | 2008-08-21 00:40:10 +0000 |
|---|---|---|
| committer | etienne <etienne@07715635-78ed-41b0-aaf1-0afda6c37f35> | 2008-08-21 00:40:10 +0000 |
| commit | 95c2f32086b98edcdc1121bb936cfdefa1ee33bf (patch) | |
| tree | 7d6c78b791ba193f10dc972131d9a97fbd65635a /templates/createOrEdit.html | |
| parent | fad8645171c29359ba9ecfc128dceba545298849 (diff) | |
| download | Papillon-95c2f32086b98edcdc1121bb936cfdefa1ee33bf.tar.bz2 Papillon-95c2f32086b98edcdc1121bb936cfdefa1ee33bf.zip | |
Implementation of the 3 choices poll
Diffstat (limited to 'templates/createOrEdit.html')
| -rw-r--r-- | templates/createOrEdit.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/templates/createOrEdit.html b/templates/createOrEdit.html index 12d9d9d..4eecaa2 100644 --- a/templates/createOrEdit.html +++ b/templates/createOrEdit.html @@ -34,21 +34,20 @@ <td>{% if new %}<textarea name='poll_desc'>{{poll_desc}}</textarea>{% else %}{{poll_desc}}{% endif %}</td> <td class='form_description'>{% trans "Precise description of the poll" %}</td> </tr> - <!--<tr> + <tr> <td><label for='poll_type'>{% trans "Poll type" %}</label></td> <td>{% if new %}<select name='poll_type'> {% for typ in TYPES %}<option value='{{typ.0}}'{% ifequal poll_type typ.0%} selected='selected'{% endifequal %}>{{typ.1}}</option>{% endfor %} </select>{% else %}{{type_name}}{% endif %}</td> <td class='form_description'>{% trans "Type of the poll:" %} <ul> - <li>{% trans "Meeting is the appropriate type to set a date for a meeting."%}</li> + <!--<li>{% trans "Meeting is the appropriate type to set a date for a meeting."%}</li>!--> <li>{% trans "Poll is the appropriate type for a simple multi-choice poll" %}</li> <li>{% trans "Balanced poll lets voters setting negative vote for some choices" %}</li> - <li>{% trans "One choice poll" %}</li> + <!--<li>{% trans "One choice poll" %}</li>!--> </ul> </td> - </tr>!--> - <input type='hidden' name='poll_type' value='M'/> + </tr> {% if not new %}{% if choices %}<tr> <th>{% trans "Choices" %}</th><th> </th><th>{% trans "Delete?"%}</th> </tr> |
