diff options
| author | etienne <etienne@07715635-78ed-41b0-aaf1-0afda6c37f35> | 2008-12-07 20:53:20 +0000 |
|---|---|---|
| committer | etienne <etienne@07715635-78ed-41b0-aaf1-0afda6c37f35> | 2008-12-07 20:53:20 +0000 |
| commit | a0e093c353140308fc2fac24f1ec179e304ab3ba (patch) | |
| tree | 7171188f2b9d4004d9346b313a02852b3c82eaff /templates/createOrEdit.html | |
| parent | be9608d21e785ac9e2096f3753ebadbdbfa8f780 (diff) | |
| download | Papillon-a0e093c353140308fc2fac24f1ec179e304ab3ba.tar.bz2 Papillon-a0e093c353140308fc2fac24f1ec179e304ab3ba.zip | |
Comments
Diffstat (limited to 'templates/createOrEdit.html')
| -rw-r--r-- | templates/createOrEdit.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/createOrEdit.html b/templates/createOrEdit.html index e4d9639..2158527 100644 --- a/templates/createOrEdit.html +++ b/templates/createOrEdit.html @@ -91,9 +91,9 @@ <tr> <td></td> <td>{% if new %}<input type='hidden' name='new' value='1'/> - <input type='submit' value='{% trans "Create" %}' /> + <input type='submit' value='{% trans "Create" %}' class='submit'/> {% else %}<input type='hidden' name='edit' value='1'/> - <input type='submit' value='{% trans "Edit" %}' /> + <input type='submit' value='{% trans "Edit" %}' class='submit'/> {% endif %}</td> </tr> @@ -112,7 +112,7 @@ <tr> <td></td> <td><input type='hidden' name='edit' value='1'/> - <input type='submit' value='{% trans "Edit" %}' /></td> + <input type='submit' value='{% trans "Edit" %}' class='submit'/></td> </tr> </form>{% endif %} @@ -120,7 +120,7 @@ <tr><td><label>{% trans "New choice" %}</label></td><td><input type='text' name='new_choice'/></td><td>{%trans "Limited to"%} <input type='text' name='limit' class='limit'/> {%trans "vote(s)"%}</td><td class='form_description'>{% trans "Setting a new choice. Optionally you can set a limit of vote for this choice. This limit is usefull for limited resources allocation." %}</td></tr> <tr> <td></td> - <td><input type='hidden' name='add' value='1'/> <input type='submit' value='{% trans "Add" %}' /></td> + <td><input type='hidden' name='add' value='1'/> <input type='submit' value='{% trans "Add" %}' class='submit'/></td> </tr> </form> </table> |
