4 | | {% if show_save_as_new %}<input type="submit" value="{% trans 'Save as new' %}" name="_saveasnew" {{ onclick_attrib }}/>{%endif%} |
5 | | {% if show_save_and_add_another %}<input type="submit" value="{% trans 'Save and add another' %}" name="_addanother" {{ onclick_attrib }} />{% endif %} |
6 | | {% if show_save_and_continue %}<input type="submit" value="{% trans 'Save and continue editing' %}" name="_continue" {{ onclick_attrib }}/>{% endif %} |
7 | | {% if show_save %}<input type="submit" value="{% trans 'Save' %}" class="default" {{ onclick_attrib }}/>{% endif %} |
| 4 | {% if show_save_as_new %}<input type="submit" value="{% trans 'Save as new' %}" name="_saveasnew" accesskey="s" title="{%trans 'Accesskey' %}: s" {{ onclick_attrib }} />{%endif%} |
| 5 | {% if show_save_and_add_another %}<input type="submit" value="{% trans 'Save and add another' %}" name="_addanother" accesskey="a" title="{% trans 'Accesskey' %}: a" {{ onclick_attrib }} />{% endif %} |
| 6 | {% if show_save_and_continue %}<input type="submit" value="{% trans 'Save and continue editing' %}" name="_continue" accesskey="c" title="{% trans 'Accesskey' %}: c" {{ onclick_attrib }} />{% endif %} |
| 7 | {% if show_save %}<input type="submit" value="{% trans 'Save' %}" class="default" accesskey="s" title="{%trans 'Accesskey' %}: s" {{ onclick_attrib }} />{% endif %} |