Merged in [12351] from rjsparks@nostrum.com:

Tweaked button color and position on the last call form for status-change documents at the secretariat's request.
 - Legacy-Id: 12359
Note: SVN reference [12351] has been migrated to Git commit 6ed7fed3d2
This commit is contained in:
Henrik Levkowetz 2016-11-16 04:10:22 +00:00
commit dd9eb3b0d4

View file

@ -17,11 +17,11 @@
{% buttons %}
<button type="submit" class="btn btn-primary" name="save_last_call_text" value="Save Last Call Text">Save text</button>
<button type="submit" class="btn btn-info" name="send_last_call_request" value="Save and Request Last Call">Save text & request last call</button>
{% if user|has_role:"Secretariat" %}
<a class="btn btn-danger" href="{% url "doc_make_last_call" name=doc.name %}">Make last call</a>
{% endif %}
<button type="submit" class="btn btn-primary" name="send_last_call_request" value="Save and Request Last Call">Save text & request last call</button>
<button type="submit" class="btn btn-warning" name="regenerate_last_call_text" value="Regenerate Last Call Text">Reset to template text</button>
{% if user|has_role:"Secretariat" %}
<a class="btn btn-primary" href="{% url "doc_make_last_call" name=doc.name %}">Issue last call</a>
{% endif %}
<a class="btn btn-default pull-right" href="{% url "doc_view" name=doc.name %}">Back</a>
{% endbuttons %}
</form>