Skip to content

Commit dd9eb3b

Browse files
committed
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 6ed7fed
2 parents 18518fe + 6ed7fed commit dd9eb3b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ietf/templates/doc/status_change/last_call.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ <h1>Last call text<br><small>{{ doc }}</small></h1>
1717

1818
{% buttons %}
1919
<button type="submit" class="btn btn-primary" name="save_last_call_text" value="Save Last Call Text">Save text</button>
20-
<button type="submit" class="btn btn-info" name="send_last_call_request" value="Save and Request Last Call">Save text & request last call</button>
20+
<button type="submit" class="btn btn-primary" name="send_last_call_request" value="Save and Request Last Call">Save text & request last call</button>
21+
<button type="submit" class="btn btn-warning" name="regenerate_last_call_text" value="Regenerate Last Call Text">Reset to template text</button>
2122
{% if user|has_role:"Secretariat" %}
22-
<a class="btn btn-danger" href="{% url "doc_make_last_call" name=doc.name %}">Make last call</a>
23+
<a class="btn btn-primary" href="{% url "doc_make_last_call" name=doc.name %}">Issue last call</a>
2324
{% endif %}
24-
<button type="submit" class="btn btn-warning" name="regenerate_last_call_text" value="Regenerate Last Call Text">Reset to template text</button>
2525
<a class="btn btn-default pull-right" href="{% url "doc_view" name=doc.name %}">Back</a>
2626
{% endbuttons %}
2727
</form>

0 commit comments

Comments
 (0)