Tweaked button color and position on the last call form for status-change documents at the secretariat's request. Commit ready for merge.
- Legacy-Id: 12351
This commit is contained in:
parent
224999e948
commit
6ed7fed3d2
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue