This commit is contained in:
Michal Čihař 2012-02-29 14:50:50 +01:00
parent 1a53ba6417
commit b05b854b0b

View File

@ -32,9 +32,9 @@
<a class="button" href="{{ unit.translation.get_translate_url }}?type={{ type }}&amp;oldpos={{ unit.position }}&amp;dir=back">{% trans "Previous" %}</a> <a class="button" href="{{ unit.translation.get_translate_url }}?type={{ type }}&amp;oldpos={{ unit.position }}&amp;dir=back">{% trans "Previous" %}</a>
<a class="button" href="{{ unit.translation.get_translate_url }}?type={{ type }}&amp;oldpos={{ unit.position }}">{% trans "Next" %}</a> <a class="button" href="{{ unit.translation.get_translate_url }}?type={{ type }}&amp;oldpos={{ unit.position }}">{% trans "Next" %}</a>
</td><td> </td><td>
{{ if user.is_authenticated }} {% if user.is_authenticated %}
<input class="button" type="submit" value="{% trans "Save" %}" name="save" /> <input class="button" type="submit" value="{% trans "Save" %}" name="save" />
{{ endif }} {% endif %}
<input class="button" type="submit" value="{% trans "Suggest" %}" name="suggest" /> <input class="button" type="submit" value="{% trans "Suggest" %}" name="suggest" />
</td></tr> </td></tr>