From b3d958182268bd80b4582707112a8fd298663b2c Mon Sep 17 00:00:00 2001 From: Ryan Cross Date: Thu, 23 Apr 2015 19:10:54 +0000 Subject: [PATCH] Fixes alignment of ballot position headers in IESG agenda moderator package. Commit ready for merge. - Legacy-Id: 9546 --- ietf/templates/iesg/moderator_conflict_doc.html | 2 +- ietf/templates/iesg/moderator_doc.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ietf/templates/iesg/moderator_conflict_doc.html b/ietf/templates/iesg/moderator_conflict_doc.html index 3edaa640c..7826c38aa 100644 --- a/ietf/templates/iesg/moderator_conflict_doc.html +++ b/ietf/templates/iesg/moderator_conflict_doc.html @@ -60,7 +60,7 @@ Some parts Copyright (c) 2009 The IETF Trust, all rights reserved. {% with doc.active_ballot as ballot %} {% if ballot %}
-      Yes  No-Objection  Discuss  Abstain  Recuse
+                              Yes  No-Objection  Discuss  Abstain  Recuse
       {% for pos in ballot.all_positions %}{% if pos.old_ad %}{{pos.ad.plain_name|bracket|ljust:"22"}}{%else%}{{pos.ad.plain_name|ljust:"22"}}{%endif%} {{pos|bracketpos:"yes"}}    {{pos|bracketpos:"noobj"}}       {{pos|bracketpos:"discuss"}}    {{pos|bracketpos:"abstain"}}    {{pos|bracketpos:"recuse"}}
       {% endfor %}
     
diff --git a/ietf/templates/iesg/moderator_doc.html b/ietf/templates/iesg/moderator_doc.html index f0827b168..f83b3522b 100644 --- a/ietf/templates/iesg/moderator_doc.html +++ b/ietf/templates/iesg/moderator_doc.html @@ -52,11 +52,11 @@ Some parts Copyright (c) 2009 The IETF Trust, all rights reserved. {% with doc.active_ballot as ballot %} {% if ballot %} -
-      Yes  No-Objection  Discuss  Abstain  Recuse
+
+                              Yes  No-Objection  Discuss  Abstain  Recuse
       {% for pos in ballot.all_positions %}{% if pos.old_ad %}{{pos.ad.plain_name|bracket|ljust:"22"}}{%else%}{{pos.ad.plain_name|ljust:"22"}}{%endif%} {{pos|bracketpos:"yes"}}    {{pos|bracketpos:"noobj"}}       {{pos|bracketpos:"discuss"}}    {{pos|bracketpos:"abstain"}}    {{pos|bracketpos:"recuse"}}
       {% endfor %}
-    
+
{% if num|startswith:"2." %}

____ open positions