pull-right -> float-end
- Legacy-Id: 19613
This commit is contained in:
parent
b06e2a052c
commit
f17a7eddd4
|
@ -18,7 +18,7 @@
|
|||
|
||||
|
||||
<button type="submit" class="btn btn-primary">Submit</button>
|
||||
<a class="btn btn-primary pull-right" href="{% url "ietf.doc.views_doc.document_main" name=doc.name %}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{% url "ietf.doc.views_doc.document_main" name=doc.name %}">Back</a>
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
|
||||
<button type="submit" class="btn btn-primary">Submit</button>
|
||||
<a class="btn btn-primary pull-right" href="{% url "ietf.doc.views_doc.document_main" name=doc.canonical_name %}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{% url "ietf.doc.views_doc.document_main" name=doc.canonical_name %}">Back</a>
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
|
||||
<button type="submit" class="btn btn-primary">Submit</button>
|
||||
<a class="btn btn-primary pull-right" href="{% url "ietf.doc.views_doc.document_main" name=doc.canonical_name %}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{% url "ietf.doc.views_doc.document_main" name=doc.canonical_name %}">Back</a>
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
|
||||
<button type="submit" class="btn btn-primary">Submit</button>
|
||||
<a class="btn btn-primary pull-right" href="{% url "ietf.doc.views_doc.document_main" name=doc.canonical_name %}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{% url "ietf.doc.views_doc.document_main" name=doc.canonical_name %}">Back</a>
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
|
||||
<button type="submit" class="btn btn-primary">Save</button>
|
||||
<a class="btn btn-primary pull-right" href="{% url "ietf.doc.views_doc.document_main" name=doc.name %}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{% url "ietf.doc.views_doc.document_main" name=doc.name %}">Back</a>
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
|
||||
|
||||
<a class="btn btn-primary pull-right" href="{% url "ietf.doc.views_doc.document_main" name=doc.name %}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{% url "ietf.doc.views_doc.document_main" name=doc.name %}">Back</a>
|
||||
<button type="submit" class="btn btn-primary">Save</button>
|
||||
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
|
||||
<button type="submit" class="btn btn-primary">Submit</button>
|
||||
<a class="btn btn-primary pull-right" href="{% url "ietf.doc.views_doc.document_main" name=doc.name %}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{% url "ietf.doc.views_doc.document_main" name=doc.name %}">Back</a>
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
|
||||
<button type="submit" class="btn btn-primary">Submit</button>
|
||||
<a class="btn btn-primary pull-right" href="{% url "ietf.doc.views_doc.document_main" name=doc.canonical_name %}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{% url "ietf.doc.views_doc.document_main" name=doc.canonical_name %}">Back</a>
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
<a type="submit" class="btn btn-primary" href="{% url 'ietf.doc.views_charter.approve' name=charter.canonical_name %}">Charter approval page</a>
|
||||
{% endif %}
|
||||
|
||||
<a class="btn btn-primary pull-right" href="{{ back_url }}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{{ back_url }}">Back</a>
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
<button type="submit" class="btn btn-primary">Send announcement, close ballot & update revision</button>
|
||||
<a class="btn btn-warning" href="{% url "ietf.doc.views_charter.action_announcement_text" name=charter.canonical_name %}?next=approve">Edit/regenerate announcement</a>
|
||||
<a class="btn btn-primary pull-right" href="{% url "ietf.doc.views_doc.document_main" name=charter.name %}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{% url "ietf.doc.views_doc.document_main" name=charter.name %}">Back</a>
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
<button type="submit" class="btn btn-primary" name="save_ballot_writeup" value="Save Ballot Writeup">Save</button>
|
||||
<button type="submit" class="btn btn-warning" name="send_ballot" value="Save and Re-Issue Ballot">Save & {% if ballot_issued %}re-{% endif %}issue ballot</button>
|
||||
<a class="btn btn-primary pull-right" href="{% url 'ietf.doc.views_doc.document_writeup' name=charter.name %}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{% url 'ietf.doc.views_doc.document_writeup' name=charter.name %}">Back</a>
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
|
||||
<button type="submit" class="btn btn-primary">Submit</button>
|
||||
<a class="btn btn-primary pull-right" href="{% url "ietf.doc.views_doc.document_main" name=charter.canonical_name %}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{% url "ietf.doc.views_doc.document_main" name=charter.canonical_name %}">Back</a>
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
{% endif %}
|
||||
{% if not option or option == "abandon" %}
|
||||
<button class="btn btn-primary" type="submit">Save & notify secretariat</button>
|
||||
<a class="btn btn-primary pull-right" href="{% url "ietf.doc.views_doc.document_main" name=doc.name %}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{% url "ietf.doc.views_doc.document_main" name=doc.name %}">Back</a>
|
||||
{% endif %}
|
||||
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
|
||||
|
||||
<a class="btn btn-primary pull-right" href="{% url "ietf.doc.views_doc.document_main" name=doc.name %}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{% url "ietf.doc.views_doc.document_main" name=doc.name %}">Back</a>
|
||||
<button class="btn btn-primary" type="submit">Save and (possibly) notify Secretariat</button>
|
||||
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
<input type="submit" type="submit" class="btn btn-primary" name="send_both" value="Send to both" />
|
||||
{% endif %}
|
||||
|
||||
<a class="btn btn-primary pull-right" href="{{ back_url }}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{{ back_url }}">Back</a>
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -91,9 +91,9 @@
|
|||
|
||||
<button type="submit" class="btn btn-primary">Submit</button>
|
||||
{% if group.charter %}
|
||||
<a class="btn btn-primary pull-right" href="{% url "ietf.doc.views_doc.document_main" name=name %}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{% url "ietf.doc.views_doc.document_main" name=name %}">Back</a>
|
||||
{% else %}
|
||||
<a class="btn btn-primary pull-right" href="{% url "ietf.group.views.group_about" group_type=group.type_id acronym=group.acronym %}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{% url "ietf.group.views.group_about" group_type=group.type_id acronym=group.acronym %}">Back</a>
|
||||
{% endif %}
|
||||
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
|
||||
<button type="submit" class="btn btn-primary">Send announcement & close ballot</button>
|
||||
<a class="btn btn-primary pull-right" href="{% url "ietf.doc.views_doc.document_main" name=review.name %}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{% url "ietf.doc.views_doc.document_main" name=review.name %}">Back</a>
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
|
||||
<button type="submit" class="btn btn-primary">Submit</button>
|
||||
<a class="btn btn-primary pull-right" href="{% url "ietf.doc.views_doc.document_main" name=doc_to_review.name %}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{% url "ietf.doc.views_doc.document_main" name=doc_to_review.name %}">Back</a>
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
<button type="submit" class="btn btn-primary" name="submit_response" value="Submit">Submit</button>
|
||||
<button type="submit" class="btn btn-warning" name="reset_text" value="Reset to Template Text">Reset to template text</button>
|
||||
<a class="btn btn-primary pull-right" href="{% url "ietf.doc.views_doc.document_main" name=review.canonical_name %}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{% url "ietf.doc.views_doc.document_main" name=review.canonical_name %}">Back</a>
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -74,7 +74,7 @@
|
|||
{% for p in positions %}
|
||||
{% if not p.is_old_pos %}
|
||||
<h4 class="anchor-target" id="{{ doc.name|slugify }}_{{ p.balloter.plain_name|slugify }}">{{ p.balloter.plain_name }}
|
||||
<span class="pull-right">
|
||||
<span class="float-end">
|
||||
{% if p.old_positions %}<span class="text-muted small">(was {{ p.old_positions|join:", " }})</span>{% endif %}
|
||||
<span class="label label-{{ p.pos|pos_to_label }}">{{p.pos}}</span>
|
||||
{% if user|has_role:"Secretariat" %}
|
||||
|
@ -87,13 +87,13 @@
|
|||
<div class="panel-heading">
|
||||
<h5 class="panel-title"><b>{{ p.pos.name }}</b> ({{ p.discuss_time|date:"Y-m-d" }}{% if not p.for_current_revision %} for -{{ p.get_dochistory.rev }}{% endif %})
|
||||
{% if p.send_email %}
|
||||
<span class="bi bi-envelope pull-right" title="Email requested to be sent for this discuss"></span>
|
||||
<span class="bi bi-envelope float-end" title="Email requested to be sent for this discuss"></span>
|
||||
{% elif p.any_email_sent == True %}
|
||||
<span class="bi bi-envelope pull-right" title="Email requested to be sent for earlier discuss"></span>
|
||||
<span class="bi bi-envelope float-end" title="Email requested to be sent for earlier discuss"></span>
|
||||
{% elif p.any_email_sent == False %}
|
||||
<span class="bi bi-chat-o pull-right" title="No email send requests for this discuss"></span>
|
||||
<span class="bi bi-chat-o float-end" title="No email send requests for this discuss"></span>
|
||||
{% else %}
|
||||
<span class="bi bi-chat-o pull-right" title="No email send requests for this discuss"></span>
|
||||
<span class="bi bi-chat-o float-end" title="No email send requests for this discuss"></span>
|
||||
{% endif %}
|
||||
</h5>
|
||||
</div>
|
||||
|
@ -106,13 +106,13 @@
|
|||
<div class="panel-heading">
|
||||
<h5 class="panel-title"><b>Comment</b> ({{ p.comment_time|date:"Y-m-d" }}{% if not p.for_current_revision %} for -{{ p.get_dochistory.rev }}{% endif %})
|
||||
{% if p.send_email %}
|
||||
<span class="bi bi-envelope pull-right" title="Email requested to be sent for this comment"></span>
|
||||
<span class="bi bi-envelope float-end" title="Email requested to be sent for this comment"></span>
|
||||
{% elif p.any_email_sent == True %}
|
||||
<span class="bi bi-envelope pull-right" title="Email requested to be sent for earlier comment"></span>
|
||||
<span class="bi bi-envelope float-end" title="Email requested to be sent for earlier comment"></span>
|
||||
{% elif p.any_email_sent == False %}
|
||||
<span class="bi bi-chat-o pull-right" title="No email send requests for this comment"></span>
|
||||
<span class="bi bi-chat-o float-end" title="No email send requests for this comment"></span>
|
||||
{% else %}
|
||||
<div class="pull-right small italic" style="margin-top: -0.3em;" title="No ballot position send log available">No email<br/>send info</div>
|
||||
<div class="float-end small italic" style="margin-top: -0.3em;" title="No ballot position send log available">No email<br/>send info</div>
|
||||
{% endif %}
|
||||
</h5>
|
||||
</div>
|
||||
|
@ -128,7 +128,7 @@
|
|||
{% if p.is_old_pos %}
|
||||
<h4 class="anchor-target" id="{{ doc.name|slugify }}_{{ p.balloter.plain_name|slugify }}">
|
||||
<span class="text-muted">({{ p.balloter.plain_name }}; former steering group member)</span>
|
||||
<span class="pull-right">
|
||||
<span class="float-end">
|
||||
{% if p.old_positions %}<span class="text-muted small">(was {{ p.old_positions|join:", " }})</span>{% endif %}
|
||||
<span class="label label-{{ p.pos|pos_to_label }}">{{p.pos}}</span>
|
||||
{% if user|has_role:"Secretariat" %}
|
||||
|
@ -145,13 +145,13 @@
|
|||
({{ p.comment_time|date:"Y-m-d" }}{% if not p.for_current_revision %} for -{{ p.get_dochistory.rev }}{% endif %})
|
||||
{% endif %}
|
||||
{% if p.send_email %}
|
||||
<span class="bi bi-envelope pull-right" title="Email requested to be sent for this ballot position"></span>
|
||||
<span class="bi bi-envelope float-end" title="Email requested to be sent for this ballot position"></span>
|
||||
{% elif p.any_email_sent == True %}
|
||||
<span class="bi bi-envelope pull-right" title="Email requested to be sent for earlier ballot position"></span>
|
||||
<span class="bi bi-envelope float-end" title="Email requested to be sent for earlier ballot position"></span>
|
||||
{% elif p.any_email_sent == False %}
|
||||
<span class="bi bi-chat-o pull-right" title="No email send requests for this ballot position"></span>
|
||||
<span class="bi bi-chat-o float-end" title="No email send requests for this ballot position"></span>
|
||||
{% else %}
|
||||
<div class="pull-right small italic" style="margin-top: -0.3em;" title="No ballot position send log available">No email<br/>send info</div>
|
||||
<div class="float-end small italic" style="margin-top: -0.3em;" title="No ballot position send log available">No email<br/>send info</div>
|
||||
{% endif %}
|
||||
</h5>
|
||||
</div>
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
<th><a href="{% url 'ietf.doc.views_help.state_help' type='conflict-review' %}">State</a></th>
|
||||
<td class="edit">
|
||||
{% if not snapshot and user|has_role:"Area Director,Secretariat" %}
|
||||
<a title="{{ doc.get_state.desc }}" class="btn btn-primary btn-xs pull-right" href="{% url 'ietf.doc.views_conflict_review.change_state' name=doc.name %}">Edit</a>
|
||||
<a title="{{ doc.get_state.desc }}" class="btn btn-primary btn-xs float-end" href="{% url 'ietf.doc.views_conflict_review.change_state' name=doc.name %}">Edit</a>
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>
|
||||
|
@ -74,7 +74,7 @@
|
|||
<th>Shepherding AD</th>
|
||||
<td class="edit">
|
||||
{% if not snapshot and user|has_role:"Area Director,Secretariat" and doc.get_state_slug not in approved_states %}
|
||||
<a class="btn btn-primary btn-xs pull-right" href="{% url 'ietf.doc.views_conflict_review.edit_ad' name=doc.name %}">Edit</a>
|
||||
<a class="btn btn-primary btn-xs float-end" href="{% url 'ietf.doc.views_conflict_review.edit_ad' name=doc.name %}">Edit</a>
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>
|
||||
|
@ -88,7 +88,7 @@
|
|||
<th>Telechat date</th>
|
||||
<td class="edit">
|
||||
{% if not snapshot and user|has_role:"Area Director,Secretariat" and doc.get_state_slug not in approved_states %}
|
||||
<a class="btn btn-primary btn-xs pull-right" href="{% url 'ietf.doc.views_doc.telechat_date;conflict-review' name=doc.name %}">Edit</a>
|
||||
<a class="btn btn-primary btn-xs float-end" href="{% url 'ietf.doc.views_doc.telechat_date;conflict-review' name=doc.name %}">Edit</a>
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>
|
||||
|
@ -111,7 +111,7 @@
|
|||
<th>Send notices to</th>
|
||||
<td class="edit">
|
||||
{% if not snapshot and user|has_role:"Area Director,Secretariat" and doc.get_state_slug not in approved_states %}
|
||||
<a class="btn btn-primary btn-xs pull-right" href="{% url 'ietf.doc.views_doc.edit_notify;conflict-review' name=doc.name %}">Edit</a>
|
||||
<a class="btn btn-primary btn-xs float-end" href="{% url 'ietf.doc.views_doc.edit_notify;conflict-review' name=doc.name %}">Edit</a>
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>
|
||||
|
|
|
@ -196,7 +196,7 @@
|
|||
<th>Formats</th>
|
||||
<td class="edit"></td>
|
||||
<td>
|
||||
{% if doc.get_state_slug != "active" and doc.get_state_slug != "rfc" %}<div class="pull-right label label-warning">Expired & archived</div>{% endif %}
|
||||
{% if doc.get_state_slug != "active" and doc.get_state_slug != "rfc" %}<div class="float-end label label-warning">Expired & archived</div>{% endif %}
|
||||
{% if file_urls %}
|
||||
{% for label, url in file_urls %}
|
||||
<a class="btn btn-primary btn-xs" href="{{ url }}">
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
</th>
|
||||
<td class="edit">
|
||||
{% if not snapshot and user|has_role:"Area Director,Secretariat" and doc.get_state_slug not in approved_states %}
|
||||
<a class="btn btn-primary btn-xs pull-right" href="{% url 'ietf.doc.views_status_change.edit_title' name=doc.name %}">Edit</a>
|
||||
<a class="btn btn-primary btn-xs float-end" href="{% url 'ietf.doc.views_status_change.edit_title' name=doc.name %}">Edit</a>
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>
|
||||
|
@ -70,7 +70,7 @@
|
|||
<th><a href="{% url 'ietf.doc.views_help.state_help' type="status-change" %}">State</a></th>
|
||||
<td class="edit">
|
||||
{% if not snapshot and user|has_role:"Area Director,Secretariat" %}
|
||||
<a class="btn btn-primary btn-xs pull-right" href="{% url "ietf.doc.views_status_change.change_state" name=doc.name %}">Edit</a>
|
||||
<a class="btn btn-primary btn-xs float-end" href="{% url "ietf.doc.views_status_change.change_state" name=doc.name %}">Edit</a>
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>
|
||||
|
@ -85,7 +85,7 @@
|
|||
<th>Telechat date</th>
|
||||
<td class="edit">
|
||||
{% if not snapshot and user|has_role:"Area Director,Secretariat" and doc.get_state_slug not in approved_states %}
|
||||
<a class="btn btn-primary btn-xs pull-right" href="{% url 'ietf.doc.views_doc.telechat_date;status-change' name=doc.name %}">Edit</a>
|
||||
<a class="btn btn-primary btn-xs float-end" href="{% url 'ietf.doc.views_doc.telechat_date;status-change' name=doc.name %}">Edit</a>
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>
|
||||
|
@ -107,7 +107,7 @@
|
|||
<th>Shepherding AD</th>
|
||||
<td class="edit">
|
||||
{% if not snapshot and user|has_role:"Area Director,Secretariat" and doc.get_state_slug not in approved_states %}
|
||||
<a class="btn btn-primary btn-xs pull-right" href="{% url 'ietf.doc.views_status_change.edit_ad' name=doc.name %}">Edit</a>
|
||||
<a class="btn btn-primary btn-xs float-end" href="{% url 'ietf.doc.views_status_change.edit_ad' name=doc.name %}">Edit</a>
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>
|
||||
|
@ -120,7 +120,7 @@
|
|||
<th>Send notices to</th>
|
||||
<td class="edit">
|
||||
{% if not snapshot and user|has_role:"Area Director,Secretariat" and doc.get_state_slug not in approved_states %}
|
||||
<a class="btn btn-primary btn-xs pull-right" href="{% url 'ietf.doc.views_doc.edit_notify;status-change' name=doc.name %}">Edit</a>
|
||||
<a class="btn btn-primary btn-xs float-end" href="{% url 'ietf.doc.views_doc.edit_notify;status-change' name=doc.name %}">Edit</a>
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
|
||||
<button type="submit" class="btn btn-primary">Submit</button>
|
||||
<a class="btn btn-primary pull-right" href="{% url "ietf.doc.views_doc.document_main" name=doc.name %}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{% url "ietf.doc.views_doc.document_main" name=doc.name %}">Back</a>
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
|
||||
<button type="submit" class="btn btn-primary">Save</button>
|
||||
<a class="btn btn-primary pull-right" href="{{ doc.get_absolute_url }}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{{ doc.get_absolute_url }}">Back</a>
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
|
||||
<button type="submit" class="btn btn-primary">Submit</button>
|
||||
<a class="btn btn-primary pull-right" href="{% url "ietf.doc.views_doc.document_main" name=doc.name %}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{% url "ietf.doc.views_doc.document_main" name=doc.name %}">Back</a>
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
|
||||
<button type="submit" class="btn btn-primary">Submit</button>
|
||||
<a class="btn btn-primary pull-right" href="{% url "ietf.doc.views_doc.document_main" name=doc.name %}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{% url "ietf.doc.views_doc.document_main" name=doc.name %}">Back</a>
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
|
||||
<button type="submit" class="btn btn-primary">Submit</button>
|
||||
<a class="btn btn-primary pull-right" href="{{ doc.get_absolute_url }}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{{ doc.get_absolute_url }}">Back</a>
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
|
||||
<button type="submit" class="btn btn-primary">Save</button>
|
||||
<a class="btn btn-primary pull-right" href="{{ doc.get_absolute_url }}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{{ doc.get_absolute_url }}">Back</a>
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
|
||||
<button type="submit" class="btn btn-primary">Save</button>
|
||||
<a class="btn btn-primary pull-right" href="{{ doc.get_absolute_url }}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{{ doc.get_absolute_url }}">Back</a>
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
<button type="submit" class="btn btn-primary" name="submit_response" value="Submit">Submit</button>
|
||||
<button type="submit" class="btn btn-warning" name="reset_text" value="Reset to Template Text">Reset to template text</button>
|
||||
<a class="btn btn-primary pull-right" href="{% url "ietf.doc.views_doc.document_main" name=doc.name %}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{% url "ietf.doc.views_doc.document_main" name=doc.name %}">Back</a>
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
|
||||
<button type="submit" class="btn btn-primary">Submit</button>
|
||||
<a class="btn btn-primary pull-right" href="{% url "ietf.doc.views_doc.document_main" name=doc.name %}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{% url "ietf.doc.views_doc.document_main" name=doc.name %}">Back</a>
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
|
||||
<button type="submit" class="btn btn-primary">Save</button>
|
||||
<a class="btn btn-primary pull-right" href="{{ doc.get_absolute_url }}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{{ doc.get_absolute_url }}">Back</a>
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
{% for state in next_states %}
|
||||
<button class="btn btn-primary next-state" data-state="{{ state.pk }}">{{ state.name }}</button>
|
||||
{% endfor %}
|
||||
<a class="btn btn-info pull-right" href="{% url 'ietf.doc.views_help.state_help' type=state_type.slug %}">Help on states</a>
|
||||
<a class="btn btn-info float-end" href="{% url 'ietf.doc.views_help.state_help' type=state_type.slug %}">Help on states</a>
|
||||
</p>
|
||||
{% endif %}
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
|||
|
||||
|
||||
<button type="submit" class="btn btn-primary">Submit</button>
|
||||
<a class="btn btn-primary pull-right" href="{{ doc.get_absolute_url }}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{{ doc.get_absolute_url }}">Back</a>
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
|
||||
<button type="submit" class="btn btn-primary">Save</button>
|
||||
<a class="btn btn-primary pull-right" href="{{ doc.get_absolute_url }}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{{ doc.get_absolute_url }}">Back</a>
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
|
||||
<button class="btn btn-primary" type="submit">Submit</button>
|
||||
<a class="btn btn-primary pull-right" href="{{ doc.get_absolute_url }}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{{ doc.get_absolute_url }}">Back</a>
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
<button type="submit" class="btn btn-primary">Make last call</button>
|
||||
<button type="reset" class="btn btn-warning">Reset</button>
|
||||
<a class="btn btn-primary pull-right" href="{{ doc.get_absolute_url }}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{{ doc.get_absolute_url }}">Back</a>
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
{% csrf_token %}
|
||||
{% bootstrap_form form %}
|
||||
<button type="submit" class="btn btn-primary">Proceed</button>
|
||||
<a class="btn btn-primary pull-right" href="{% url "ietf.doc.views_doc.document_main" name=doc.name %}">Cancel</a>
|
||||
<a class="btn btn-primary float-end" href="{% url "ietf.doc.views_doc.document_main" name=doc.name %}">Cancel</a>
|
||||
</form>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
|
||||
<button type="submit" class="btn btn-danger">Email RFC Editor</button>
|
||||
<button type="reset" class="btn btn-warning">Reset</button>
|
||||
<a class="btn btn-primary pull-right" href="{% url "ietf.doc.views_doc.document_main" name=doc.name %}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{% url "ietf.doc.views_doc.document_main" name=doc.name %}">Back</a>
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
|
||||
<button class="btn btn-primary" type="submit">Request resurrection</button>
|
||||
<a class="btn btn-primary pull-right" href="{{ back_url }}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{{ back_url }}">Back</a>
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
|
||||
<button class="btn btn-primary" type="submit">Resurrect</button>
|
||||
<a class="btn btn-primary pull-right" href="{{ back_url }}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{{ back_url }}">Back</a>
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
|
||||
|
||||
<a class="btn btn-primary pull-right" href="{{ doc.get_absolute_url }}">Cancel</a>
|
||||
<a class="btn btn-primary float-end" href="{{ doc.get_absolute_url }}">Cancel</a>
|
||||
<button type="submit" value="Save" class="btn btn-primary">Save</button>
|
||||
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
|
||||
|
||||
<button type="submit" class="btn btn-primary" name="submit" value="Save">Submit</button>
|
||||
<a class="btn btn-primary pull-right" href="{% url "ietf.doc.views_doc.document_main" name=doc.canonical_name %}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{% url "ietf.doc.views_doc.document_main" name=doc.canonical_name %}">Back</a>
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
|
||||
|
||||
<button type="submit" class="btn btn-primary">Submit</button>
|
||||
<a class="btn btn-primary pull-right"
|
||||
<a class="btn btn-primary float-end"
|
||||
href="{% url "ietf.doc.views_doc.document_main" name=doc.canonical_name %}">Back</a>
|
||||
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
<!-- Regarding placement of buttons: https://www.lukew.com/ff/entry.asp?571 -->
|
||||
<button type="submit" class="btn btn-primary" name="submit" value="Save">Submit</button>
|
||||
<a class="btn btn-primary pull-right" href="{% url "ietf.doc.views_doc.document_main" name=doc.canonical_name %}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{% url "ietf.doc.views_doc.document_main" name=doc.canonical_name %}">Back</a>
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
<button type="submit" class="btn btn-primary" name="save_addresses" value="Save">Submit</button>
|
||||
<input type="submit" class="btn btn-warning" name="regenerate_addresses" value="Regenerate address list">
|
||||
<a class="btn btn-primary pull-right" href="{% url "ietf.doc.views_doc.document_main" name=doc.canonical_name %}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{% url "ietf.doc.views_doc.document_main" name=doc.canonical_name %}">Back</a>
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
|
||||
<button type="submit" class="btn btn-primary">Save</button>
|
||||
<a class="btn btn-primary pull-right" href="{% url "ietf.doc.views_doc.document_main" name=doc.name %}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{% url "ietf.doc.views_doc.document_main" name=doc.name %}">Back</a>
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
|
||||
|
||||
|
||||
<a class="btn btn-primary pull-right" href="{% if doc_name %}{% url "ietf.doc.views_doc.document_main" name=doc_name %}{% else %}{% url "ietf.group.views.materials" acronym=group.acronym %}{% endif %}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{% if doc_name %}{% url "ietf.doc.views_doc.document_main" name=doc_name %}{% else %}{% url "ietf.group.views.materials" acronym=group.acronym %}{% endif %}">Back</a>
|
||||
<button class="btn btn-primary" type="submit">{% if action == "new" or action == "revise" %}Upload{% else %}Save{% endif %}</button>
|
||||
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
|
||||
<button type="submit" class="btn btn-primary" name="submit" value="Send reminder">Send</button>
|
||||
<a class="btn btn-primary pull-right" href="{% url "ietf.doc.views_doc.document_main" name=doc.canonical_name %}">Cancel</a>
|
||||
<a class="btn btn-primary float-end" href="{% url "ietf.doc.views_doc.document_main" name=doc.canonical_name %}">Cancel</a>
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -98,8 +98,8 @@
|
|||
{% spaceless %}
|
||||
<div class="template" style="display:none">
|
||||
<button type="button" class="mail-archive-search-result list-group-item">
|
||||
<small class="date pull-right"></small>
|
||||
<small class="from pull-right"></small>
|
||||
<small class="date float-end"></small>
|
||||
<small class="from float-end"></small>
|
||||
<span class="subject"></span>
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
|
||||
<button type="submit" class="btn btn-primary">Request review</button>
|
||||
<a class="btn btn-primary pull-right" href="{% url "ietf.doc.views_doc.document_main" name=doc.canonical_name %}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{% url "ietf.doc.views_doc.document_main" name=doc.canonical_name %}">Back</a>
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -50,9 +50,9 @@
|
|||
<br>
|
||||
<b>{{ doc.title }}</b>
|
||||
{% if doc.has_verified_errata %}
|
||||
<a class="label label-danger pull-right" href="https://www.rfc-editor.org/errata_search.php?rfc={{ doc.rfc_number }}">Errata</a>
|
||||
<a class="label label-danger float-end" href="https://www.rfc-editor.org/errata_search.php?rfc={{ doc.rfc_number }}">Errata</a>
|
||||
{% elif doc.has_errata %}
|
||||
<a class="label label-warning pull-right" href="https://www.rfc-editor.org/errata_search.php?rfc={{ doc.rfc_number }}">Errata</a>
|
||||
<a class="label label-warning float-end" href="https://www.rfc-editor.org/errata_search.php?rfc={{ doc.rfc_number }}">Errata</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
|
@ -88,9 +88,9 @@
|
|||
{% for check in doc.submission.latest_checks %}
|
||||
{% if check.passed != None and check.symbol.strip %}
|
||||
{% if check.errors or check.warnings %}
|
||||
<span class="checker-warning pull-right" data-toggle="modal" data-target="#check-{{check.pk}}" title="{{check.checker|title}} returned warnings or errors." >{{ check.symbol|safe }}</span>
|
||||
<span class="checker-warning float-end" data-toggle="modal" data-target="#check-{{check.pk}}" title="{{check.checker|title}} returned warnings or errors." >{{ check.symbol|safe }}</span>
|
||||
{% else %}
|
||||
<span class="checker-success pull-right" data-toggle="modal" data-target="#check-{{check.pk}}" title="{{check.checker|title}} passed">{{ check.symbol|safe }}</span>
|
||||
<span class="checker-success float-end" data-toggle="modal" data-target="#check-{{check.pk}}" title="{{check.checker|title}} passed">{{ check.symbol|safe }}</span>
|
||||
{% endif %}
|
||||
{% include "doc/yang-check-modal-overlay.html" %}
|
||||
{% endif %}
|
||||
|
@ -102,7 +102,7 @@
|
|||
{% endif %}
|
||||
|
||||
{% if doc.latest_revision_date|timesince_days|new_enough:request %}
|
||||
<wbr><div class="pull-right"><span class="label label-success">New</span></div>
|
||||
<wbr><div class="float-end"><span class="label label-success">New</span></div>
|
||||
{% endif %}
|
||||
|
||||
{% if doc.get_state_slug == "active" and doc.expirable and doc.expires|timesince_days|expires_soon:request %}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
{% load ietf_filters ballot_icon person_filters %}
|
||||
|
||||
<td class="status">
|
||||
<div class="pull-right" id="ballot-icon-{{doc.name}}">
|
||||
<div class="float-end" id="ballot-icon-{{doc.name}}">
|
||||
{% if doc.ballot %}{% ballot_icon doc %}{% endif %}
|
||||
</div>
|
||||
|
||||
|
|
|
@ -17,6 +17,6 @@
|
|||
{% if can_edit %}
|
||||
<a class="btn btn-primary" href="{% url 'ietf.doc.views_draft.edit_shepherd_writeup' name=doc.name %}">Edit</a>
|
||||
{% endif %}
|
||||
<a class="btn btn-primary pull-right" href="{% url "ietf.doc.views_doc.document_main" name=doc.name %}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{% url "ietf.doc.views_doc.document_main" name=doc.name %}">Back</a>
|
||||
|
||||
{% endblock %}
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
|
||||
<button type="submit" class="btn btn-primary" >Send announcement & close ballot</button>
|
||||
<a class="btn btn-primary pull-right" href="{% url "ietf.doc.views_doc.document_main" name=doc.name %}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{% url "ietf.doc.views_doc.document_main" name=doc.name %}">Back</a>
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
|
||||
<button type="submit" class="btn btn-primary">Save</button>
|
||||
<a class="btn btn-primary pull-right" href="{% url "ietf.doc.views_doc.document_main" name=doc.name %}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{% url "ietf.doc.views_doc.document_main" name=doc.name %}">Back</a>
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
{% if user|has_role:"Secretariat" %}
|
||||
<a class="btn btn-primary" href="{% url 'ietf.doc.views_ballot.make_last_call' name=doc.name %}">Issue last call</a>
|
||||
{% endif %}
|
||||
<a class="btn btn-primary pull-right" href="{% url "ietf.doc.views_doc.document_main" name=doc.name %}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{% url "ietf.doc.views_doc.document_main" name=doc.name %}">Back</a>
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
<button type="submit" class="btn btn-primary">Submit</button>
|
||||
<button type="reset" class="btn btn-warning">Reset</button>
|
||||
<a class="btn btn-primary pull-right" href="{{ doc.get_absolute_url }}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{{ doc.get_absolute_url }}">Back</a>
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
|
||||
<button type="submit" class="btn btn-primary" name="submit_response" value="Submit">Submit</button>
|
||||
<a class="btn btn-primary pull-right" href="{{ back_url }}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{{ back_url }}">Back</a>
|
||||
|
||||
|
||||
</div>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
<button type="submit" class="btn btn-primary" name="submit_response" value="Submit">Submit</button>
|
||||
<button type="submit" class="btn btn-warning" name="reset_text" value="Reset to Template Text">Reset to template text</button>
|
||||
<a class="btn btn-primary pull-right" href="{% url "ietf.doc.views_doc.document_main" name=doc.canonical_name %}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{% url "ietf.doc.views_doc.document_main" name=doc.canonical_name %}">Back</a>
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
|
||||
|
||||
<input type="submit" class="btn btn-warning" name="confirm" value="Request publication">
|
||||
<input type="submit" class="btn btn-primary pull-right" name="cancel" value="Back">
|
||||
<input type="submit" class="btn btn-primary float-end" name="cancel" value="Back">
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
|
||||
<button type="submit" class="btn btn-primary">Submit</button>
|
||||
<a class="btn btn-primary pull-right" href="{% url "ietf.group.views.history" acronym=group.acronym %}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{% url "ietf.group.views.history" acronym=group.acronym %}">Back</a>
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="{{ back_url }}" class="btn btn-primary pull-right">Cancel</a>
|
||||
<a href="{{ back_url }}" class="btn btn-primary float-end">Cancel</a>
|
||||
<button class="btn btn-primary" type="submit" name="action" value="change_settings">Save</button>
|
||||
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="{{ back_url }}" class="btn btn-primary pull-right">Cancel</a>
|
||||
<a href="{{ back_url }}" class="btn btn-primary float-end">Cancel</a>
|
||||
<button class="btn btn-primary" type="submit" name="action" value="change_settings">Save</button>
|
||||
|
||||
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
<td class="text-nowrap">{{ g.charter.time|date:"Y-m-d" }}</td>
|
||||
|
||||
<td>
|
||||
<div class="pull-right">{% ballot_icon g.charter %}</div>
|
||||
<div class="float-end">{% ballot_icon g.charter %}</div>
|
||||
|
||||
{{ g.charter.get_state.name }}
|
||||
{% if g.chartering_type == "initial" %}(Initial Chartering){% endif %}
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
|
||||
<button type="submit" class="btn btn-primary">Submit</button>
|
||||
<a class="btn btn-primary pull-right" href="{{ group.about_url }}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{{ group.about_url }}">Back</a>
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
|
||||
{% if action == "edit" %}
|
||||
<button class="btn btn-primary" type="submit">Submit</button>
|
||||
<a class="btn btn-primary pull-right" href="{{ group.about_url }}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{{ group.about_url }}">Back</a>
|
||||
{% elif action == "charter" %}
|
||||
<button class="btn btn-primary" type="submit">Start chartering</button>
|
||||
{% else %}
|
||||
|
|
|
@ -105,7 +105,7 @@
|
|||
|
||||
|
||||
|
||||
<a class="btn btn-primary pull-right" href="{% if milestone_set == "charter" %}{% url "ietf.doc.views_doc.document_main" name=group.charter.canonical_name %}{% else %}{{ group.about_url }}{% endif %}">Cancel</a>
|
||||
<a class="btn btn-primary float-end" href="{% if milestone_set == "charter" %}{% url "ietf.doc.views_doc.document_main" name=group.charter.canonical_name %}{% else %}{{ group.about_url }}{% endif %}">Cancel</a>
|
||||
|
||||
<button style="display:none" class="btn btn-primary" type="submit" data-labelsave="Save" data-labelreview="Review changes">Save</button>
|
||||
<input type="hidden" name="action" value="save">
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="{{ back_url }}" class="btn btn-primary pull-right">Cancel</a>
|
||||
<a href="{{ back_url }}" class="btn btn-primary float-end">Cancel</a>
|
||||
<button class="btn btn-primary" type="submit" name="action" value="email">Send</button>
|
||||
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
{% if can_provide_status_update %}
|
||||
<a id="edit_button" class="btn btn-primary" href="{% url "ietf.group.views.group_about_status_edit" acronym=group.acronym %}">Edit</a>
|
||||
{% endif %}
|
||||
<a class="btn btn-primary pull-right" href="{% url "ietf.group.views.group_about" acronym=group.acronym %}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{% url "ietf.group.views.group_about" acronym=group.acronym %}">Back</a>
|
||||
|
||||
{% if can_provide_status_update %}
|
||||
<h2>About Status Updates</h2>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
|
||||
<button type="submit" class="btn btn-primary" name="submit_response" value="Submit">Submit</button>
|
||||
<a class="btn btn-primary pull-right" href="{% url "ietf.group.views.group_about" acronym=group.acronym %}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{% url "ietf.group.views.group_about" acronym=group.acronym %}">Back</a>
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -18,6 +18,6 @@
|
|||
|
||||
<pre class="pasted">{{ status_update.desc|default:"(none)"|linkify }}</pre>
|
||||
|
||||
<a class="btn btn-primary pull-right" href="{% url "ietf.meeting.views.proceedings" num=meeting.number %}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{% url "ietf.meeting.views.proceedings" num=meeting.number %}">Back</a>
|
||||
|
||||
{% endblock %}
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
<div class="panel-heading">
|
||||
|
||||
<h3 class="panel-title">
|
||||
<span class="pull-right">
|
||||
<span class="float-end">
|
||||
{% if r.in_lc_and_telechat %}Last Call and telechat{% else %}{{ r.type.name }}{% endif %}
|
||||
- deadline {{ r.deadline|date:"Y-m-d" }}
|
||||
{% if r.due %}<span class="label label-warning">{{ r.due }} day{{ r.due|pluralize }}</span>{% endif %}
|
||||
|
@ -176,7 +176,7 @@
|
|||
|
||||
|
||||
|
||||
<a href="{% url "ietf.group.views.review_requests" group_type=group.type_id acronym=group.acronym %}" class="btn btn-primary pull-right">Cancel</a>
|
||||
<a href="{% url "ietf.group.views.review_requests" group_type=group.type_id acronym=group.acronym %}" class="btn btn-primary float-end">Cancel</a>
|
||||
<button class="btn btn-primary" type="submit" name="action" value="save">Save changes</button>
|
||||
<button class="btn btn-primary" type="submit" name="action" value="save-continue">Save and continue editing</button>
|
||||
<button class="btn btn-primary" type="submit" name="action" value="refresh">Refresh (keeping changes)</button>
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
<div class="panel panel-default" id="futuremeets">
|
||||
<div class="panel-heading">
|
||||
Future Meetings
|
||||
<a class="regular pull-right" title="icalendar entry for all scheduled future {{group.acronym}} meetings" href="{% url 'ietf.meeting.views.upcoming_ical' %}?show={{group.acronym}}"><span class="bi bi-calendar"></span></a>
|
||||
<a class="regular float-end" title="icalendar entry for all scheduled future {{group.acronym}} meetings" href="{% url 'ietf.meeting.views.upcoming_ical' %}?show={{group.acronym}}"><span class="bi bi-calendar"></span></a>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
{% with sessions=future show_request=True show_ical=True can_edit_materials=can_edit %}
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
|
||||
|
||||
<a class="btn btn-primary pull-right" href="{% url 'ietf.group.milestones.edit_milestones;charter' group_type=group.type_id acronym=group.acronym %}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{% url 'ietf.group.milestones.edit_milestones;charter' group_type=group.type_id acronym=group.acronym %}">Back</a>
|
||||
<button type="submit" class="btn btn-primary">Submit</button>
|
||||
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
{% origin %}
|
||||
|
||||
{% if can_access_stats %}
|
||||
<h1 class="pull-right"><a href="{% url "ietf.stats.views.review_stats" %}" class="icon-link"> <span class="small bi bi-bar-chart-line"> </span></a></h1>
|
||||
<h1 class="float-end"><a href="{% url "ietf.stats.views.review_stats" %}" class="icon-link"> <span class="small bi bi-bar-chart-line"> </span></a></h1>
|
||||
{% endif %}
|
||||
|
||||
{% if unassigned_review_requests %}
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
{% endblock %}
|
||||
|
||||
{% if can_access_stats %}
|
||||
<h1 class="pull-right"><a href="{% url "ietf.stats.views.review_stats" stats_type="completion" acronym=group.acronym %}" class="icon-link"> <span class="small bi bi-bar-chart-line"> </span></a></h1>
|
||||
<h1 class="float-end"><a href="{% url "ietf.stats.views.review_stats" stats_type="completion" acronym=group.acronym %}" class="icon-link"> <span class="small bi bi-bar-chart-line"> </span></a></h1>
|
||||
{% endif %}
|
||||
|
||||
<h2>Reviewers</h2>
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
|
||||
|
||||
<button type="submit" class="btn btn-primary">Save</button>
|
||||
<a class="btn btn-primary pull-right" href="{% url "ietf.group.views.streams" %}{{ group.acronym }}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{% url "ietf.group.views.streams" %}{{ group.acronym }}">Back</a>
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
{# Copyright The IETF Trust 2015, All Rights Reserved #}
|
||||
{% load origin %}{% origin %}
|
||||
|
||||
<div class="pull-right">{% ballot_icon doc %}</div>
|
||||
<div class="float-end">{% ballot_icon doc %}</div>
|
||||
|
||||
<dl class="dl-horizontal">
|
||||
<dt>{{ doc.group.type }} name</dt>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{# Copyright The IETF Trust 2015, All Rights Reserved #}{% load origin %}{% origin %}
|
||||
{% load ietf_filters ballot_icon %}
|
||||
|
||||
<div class="pull-right">{% ballot_icon doc %}</div>
|
||||
<div class="float-end">{% ballot_icon doc %}</div>
|
||||
|
||||
<dl class="dl-horizontal">
|
||||
{% with doc.conflictdoc as conflictdoc %}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{# Copyright The IETF Trust 2016, All Rights Reserved #}{% load origin %}{% origin %}
|
||||
{% load ietf_filters ballot_icon %}
|
||||
|
||||
<div class="pull-right">{% ballot_icon doc %}</div>
|
||||
<div class="float-end">{% ballot_icon doc %}</div>
|
||||
|
||||
<dl class="dl-horizontal">
|
||||
<dt>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
<!-- Regarding placement of buttons: https://www.lukew.com/ff/entry.asp?571 -->
|
||||
<button type="submit" class="btn btn-primary" name="submit" value="Save">Submit</button>
|
||||
<a class="btn btn-primary pull-right" href="{% url "ietf.ietfauth.views.profile" %}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{% url "ietf.ietfauth.views.profile" %}">Back</a>
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
|
||||
<button type="submit" class="btn btn-primary">Add Comment</button>
|
||||
<a class="btn btn-primary pull-right" href="{% url "ietf.ipr.views.history" id=ipr.id %}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{% url "ietf.ipr.views.history" id=ipr.id %}">Back</a>
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
|
||||
<button type="submit" class="btn btn-primary">Add Email</button>
|
||||
<a class="btn btn-primary pull-right" href="{% url "ietf.ipr.views.history" id=ipr.id %}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{% url "ietf.ipr.views.history" id=ipr.id %}">Back</a>
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
|
||||
<button type="submit" class="btn btn-primary">Send Email</button>
|
||||
<a class="btn btn-primary pull-right" href="{% url "ietf.ipr.views.history" id=ipr.id %}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{% url "ietf.ipr.views.history" id=ipr.id %}">Back</a>
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -112,5 +112,5 @@
|
|||
|
||||
</div>
|
||||
|
||||
<a class="btn btn-primary pull-right" href="{% url "ietf.ipr.views.showlist" %}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{% url "ietf.ipr.views.showlist" %}">Back</a>
|
||||
</form>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
|
||||
<button type="submit" class="btn btn-primary">Save</button>
|
||||
<a class="btn btn-primary pull-right" href="{% url "ietf.ipr.views.show" id=ipr.id %}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{% url "ietf.ipr.views.show" id=ipr.id %}">Back</a>
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
|
||||
<button type="submit" class="btn btn-primary">Add Comment</button>
|
||||
<a class="btn btn-primary pull-right" href="{% url "ietf.liaisons.views.liaison_history" object_id=liaison.id %}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{% url "ietf.liaisons.views.liaison_history" object_id=liaison.id %}">Back</a>
|
||||
|
||||
|
||||
</form>
|
||||
|
|
|
@ -94,7 +94,7 @@
|
|||
<span class="noActionTaken">Action Needed</span>
|
||||
{% endif %}
|
||||
{% if can_take_care %}
|
||||
<form method="post" class="pull-right">
|
||||
<form method="post" class="float-end">
|
||||
{% csrf_token %}
|
||||
<input class="btn btn-warning btn-xs" type="submit" value="Mark as action taken" name='do_action_taken'>
|
||||
</form>
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
|
||||
|
||||
|
||||
<a class="btn btn-danger pull-right" href="{% if liaison %}{% url "ietf.liaisons.views.liaison_detail" object_id=liaison.pk %}{% else %}{% url "ietf.liaisons.views.liaison_list" %}{% endif %}">Cancel</a>
|
||||
<a class="btn btn-danger float-end" href="{% if liaison %}{% url "ietf.liaisons.views.liaison_detail" object_id=liaison.pk %}{% else %}{% url "ietf.liaisons.views.liaison_list" %}{% endif %}">Cancel</a>
|
||||
|
||||
{% if not liaison %}
|
||||
<button name="send" type="submit" class="btn btn-primary">Send and post</button>
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
{% bootstrap_form form %}
|
||||
|
||||
|
||||
<a class="btn btn-danger pull-right" href="{% url "ietf.liaisons.views.liaison_edit" object_id=liaison.pk %}">Cancel</a>
|
||||
<a class="btn btn-danger float-end" href="{% url "ietf.liaisons.views.liaison_edit" object_id=liaison.pk %}">Cancel</a>
|
||||
<button name="save" type="submit" class="btn btn-primary">Save</button>
|
||||
|
||||
|
||||
|
|
|
@ -195,7 +195,7 @@
|
|||
{% if item.timeslot.location.floorplan %}
|
||||
<div class="hidden-xs">
|
||||
<a href="{% url 'ietf.meeting.views.floor_plan' num=schedule.meeting.number %}#{{floor.name|xslugify}}"
|
||||
class="pull-right" title="{{floor.name}}"><span class="label label-blank label-wide">{{floor.short}}</span></a>
|
||||
class="float-end" title="{{floor.name}}"><span class="label label-blank label-wide">{{floor.short}}</span></a>
|
||||
</divn>
|
||||
{% endif %}
|
||||
{% endwith %}
|
||||
|
@ -211,9 +211,9 @@
|
|||
{% endif %}
|
||||
|
||||
{% if item.session.current_status == 'canceled' %}
|
||||
<span class="label label-danger pull-right">CANCELLED</span>
|
||||
<span class="label label-danger float-end">CANCELLED</span>
|
||||
{% else %}
|
||||
<div class="pull-right padded-left">
|
||||
<div class="float-end padded-left">
|
||||
{% if item.timeslot.type.slug == 'other' %}
|
||||
{% if item.session.agenda or item.session.remote_instructions or item.session.agenda_note %}
|
||||
{% include "meeting/session_buttons_include.html" with show_agenda=True item=item schedule=schedule %}
|
||||
|
@ -268,7 +268,7 @@
|
|||
{% if item.timeslot.location.floorplan %}
|
||||
<div class="hidden-xs">
|
||||
<a href="{% url 'ietf.meeting.views.floor_plan' num=schedule.meeting.number %}#{{floor.name|xslugify}}"
|
||||
class="pull-right" title="{{floor.name}}"><span class="label label-blank">{{floor.short}}</span></a>
|
||||
class="float-end" title="{{floor.name}}"><span class="label label-blank">{{floor.short}}</span></a>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endwith %}
|
||||
|
@ -312,19 +312,19 @@
|
|||
{% endif %}
|
||||
|
||||
{% if item.session.current_status == 'canceled' %}
|
||||
<span class="label label-danger pull-right">CANCELLED</span>
|
||||
<span class="label label-danger float-end">CANCELLED</span>
|
||||
{% else %}
|
||||
<div class="pull-right padded-left">
|
||||
<div class="float-end padded-left">
|
||||
{% include "meeting/session_buttons_include.html" with show_agenda=True session=item.session meeting=schedule.meeting %}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if item.session.historic_group.state_id == "bof" %}
|
||||
<span class="label label-success pull-right">BOF</span>
|
||||
<span class="label label-success float-end">BOF</span>
|
||||
{% endif %}
|
||||
|
||||
{% if item.session.current_status == 'resched' %}
|
||||
<div class="label label-danger pull-right">
|
||||
<div class="label label-danger float-end">
|
||||
RESCHEDULED
|
||||
{% if item.session.rescheduled_to %}
|
||||
TO
|
||||
|
|
|
@ -174,7 +174,7 @@
|
|||
<span class="hidden-xs">
|
||||
<a
|
||||
href="{% url 'ietf.meeting.views.floor_plan' num=schedule.meeting.number %}#{{ floor.name|xslugify }}"
|
||||
class="pull-right" title="{{ floor.name }}"><span
|
||||
class="float-end" title="{{ floor.name }}"><span
|
||||
class="label label-blank label-wide">{{ floor.short }}</span></a>
|
||||
</span>
|
||||
{% endif %}
|
||||
|
@ -191,7 +191,7 @@
|
|||
{% endif %}
|
||||
|
||||
{% if item.session.current_status == 'canceled' %}
|
||||
<span class="label label-danger pull-right">CANCELLED</span>
|
||||
<span class="label label-danger float-end">CANCELLED</span>
|
||||
{% endif %}
|
||||
</td>
|
||||
<td class="rightmarker"></td>
|
||||
|
@ -247,7 +247,7 @@
|
|||
<span class="hidden-xs">
|
||||
<a
|
||||
href="{% url 'ietf.meeting.views.floor_plan' num=schedule.meeting.number %}#{{ floor.name|xslugify }}"
|
||||
class="pull-right" title="{{ floor.name }}"><span
|
||||
class="float-end" title="{{ floor.name }}"><span
|
||||
class="label label-blank">{{ floor.short }}</span></a>
|
||||
</span>
|
||||
{% endif %}
|
||||
|
@ -294,15 +294,15 @@
|
|||
{% endif %}
|
||||
|
||||
{% if item.session.current_status == 'canceled' %}
|
||||
<span class="label label-danger pull-right">CANCELLED</span>
|
||||
<span class="label label-danger float-end">CANCELLED</span>
|
||||
{% endif %}
|
||||
|
||||
{% if item.session.historic_group.state_id == "bof" %}
|
||||
<span class="label label-success pull-right">BOF</span>
|
||||
<span class="label label-success float-end">BOF</span>
|
||||
{% endif %}
|
||||
|
||||
{% if item.session.current_status == 'resched' %}
|
||||
<span class="label label-danger pull-right">
|
||||
<span class="label label-danger float-end">
|
||||
RESCHEDULED
|
||||
{% if item.session.rescheduled_to %}
|
||||
TO
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
data-timezone="{{ meeting.time_zone }}"
|
||||
data-lock-seconds="{{ lock_time.total_seconds }}">
|
||||
|
||||
<p class="pull-right">
|
||||
<p class="float-end">
|
||||
{% if can_edit_properties %}
|
||||
<a href="{% url "ietf.meeting.views.edit_schedule_properties" schedule.meeting.number schedule.owner_email schedule.name %}">Edit properties</a>
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
<div class="session-info">
|
||||
<div class="title">
|
||||
<strong>
|
||||
<span class="time pull-right"></span>
|
||||
<span class="time float-end"></span>
|
||||
{{ session.scheduling_label }}
|
||||
· {{ session.requested_duration_in_hours }}h
|
||||
{% if session.group %}
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
{% origin %}
|
||||
<div class="edit-meeting-timeslots-and-misc-sessions {% if not can_edit %}read-only{% endif %}" {% if scroll %}data-scroll="{{ scroll }}"{% endif %}>
|
||||
|
||||
<p class="pull-right">
|
||||
<p class="float-end">
|
||||
<a href="{% url "ietf.meeting.views.list_schedules" num=meeting.number %}">Other Agendas</a>
|
||||
</p>
|
||||
|
||||
|
@ -77,7 +77,7 @@
|
|||
</div>
|
||||
|
||||
<div class="scheduling-panel" style="{% if not edit_timeslot_form and not add_timeslot_form %}display:none{% endif %}">
|
||||
<i class="close bi bi-x pull-right"></i>
|
||||
<i class="close bi bi-x float-end"></i>
|
||||
|
||||
<div class="panel-content">
|
||||
{% if edit_timeslot_form %}
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<p>This will make the proceedings for IETF{{meeting.number}} final.</p>
|
||||
<p>All drafts associated with sessions that are marked "current version" will have their version set to whatever the version was at the end of the meeting.</p>
|
||||
{% comment %} This would be a good place to put any warnings about important things missing from the proceedings {% endcomment %}
|
||||
<div class="pull-right">
|
||||
<div class="float-end">
|
||||
<form method="post">
|
||||
{% csrf_token %}
|
||||
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
<a href="{{ session.all_meeting_bluesheets.0|meeting_href:session.meeting }}">Bluesheets</a><br>
|
||||
{% else %}
|
||||
{% for bluesheets in session.all_meeting_bluesheets %}
|
||||
<a href="{{ bluesheets|meeting_href:session.meeting}}">Bluesheets<br/><span class="small pull-right">{{bluesheets.sessionpresentation_set.first.session.official_timeslotassignment.timeslot.time|date:"D G:i"}}</span></a><br>
|
||||
<a href="{{ bluesheets|meeting_href:session.meeting}}">Bluesheets<br/><span class="small float-end">{{bluesheets.sessionpresentation_set.first.session.official_timeslotassignment.timeslot.time|date:"D G:i"}}</span></a><br>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% else %}
|
||||
|
|
|
@ -156,7 +156,7 @@
|
|||
|
||||
<div class="col-md-12">
|
||||
<button type="submit" class="btn btn-primary">Submit</button>
|
||||
<a class="btn btn-primary pull-right" href="{% url 'ietf.meeting.views.upcoming' %}">Back</a>
|
||||
<a class="btn btn-primary float-end" href="{% url 'ietf.meeting.views.upcoming' %}">Back</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
@ -24,8 +24,8 @@
|
|||
|
||||
|
||||
<button type="submit" class="btn btn-primary">Submit</button>
|
||||
{% if meeting %}<a class="btn btn-primary pull-right" href="{% url 'ietf.meeting.views.interim_request_details' number=meeting.number %}">Back</a>
|
||||
{% else %}<a class="btn btn-primary pull-right" href="{% url 'ietf.meeting.views.interim_request_details' number=session.meeting.number %}">Back</a>{% endif %}
|
||||
{% if meeting %}<a class="btn btn-primary float-end" href="{% url 'ietf.meeting.views.interim_request_details' number=meeting.number %}">Back</a>
|
||||
{% else %}<a class="btn btn-primary float-end" href="{% url 'ietf.meeting.views.interim_request_details' number=session.meeting.number %}">Back</a>{% endif %}
|
||||
|
||||
|
||||
</div>
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue