Skip to content

Commit e359684

Browse files
committed
Improve the layout slightly
- Legacy-Id: 3673
1 parent 0c15dc7 commit e359684

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

ietf/templates/wgchairs/manage_workflowREDESIGN.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -65,19 +65,12 @@ <h3>States</h3>
6565

6666
<table class="ietf-table state-table">
6767
<tr>
68-
<th style="width:26em">State</th>
69-
<th style="auto">Turn on/off</th>
68+
<th>Turn on/off</th>
69+
<th style="width:30em">State</th>
7070
<th style="width:26em">Next states</th>
7171
</tr>
7272
{% for state in states %}
7373
<tr class="{% cycle "oddrow" "evenrow" %}{% if not state.used %} inactive{% endif %}" style="vertical-align: top;">
74-
<td>
75-
<div>
76-
<span>{{ state.name }} {% if not state.used %} (not used in {{ wg.acronym }}){% endif %}</span>
77-
<a class="toggler" title="Click to show description of state" href="">+</a>
78-
</div>
79-
<div class="toggled">{{ state.desc|safe|linebreaks }}</div>
80-
</td>
8174
<td>
8275
{% if state.mandatory %}
8376
(mandatory)
@@ -96,6 +89,13 @@ <h3>States</h3>
9689
</form>
9790
{% endif %}
9891
</td>
92+
<td>
93+
<div>
94+
<span>{{ state.name }} {% if not state.used %} (not used in {{ wg.acronym }}){% endif %}</span>
95+
<a class="toggler" title="Click to show description of state" href="">+</a>
96+
</div>
97+
<div class="toggled">{{ state.desc|safe|linebreaks }}</div>
98+
</td>
9999
<td>
100100
<div>
101101
{% if state.used_next_states %}
@@ -123,12 +123,11 @@ <h3>Tags</h3>
123123

124124
<table class="ietf-table tag-table">
125125
<tr>
126-
<th>Tag</th>
127126
<th>Turn on/off</th>
127+
<th>Tag</th>
128128
</tr>
129129
{% for tag in tags %}
130130
<tr class="{% cycle "oddrow" "evenrow" %}{% if not tag.used %} inactive{% endif %}" style="vertical-align: top;">
131-
<td><span>{{ tag.name }} {% if not tag.used %} (not used in {{ wg.acronym }}){% endif %}</span></td>
132131
<td>
133132
<form class="set-tag" method="post" action="">
134133
{% if tag.used %}
@@ -143,6 +142,7 @@ <h3>Tags</h3>
143142
<input type="hidden" name="action" value="settagactive" />
144143
</form>
145144
</td>
145+
<td><span>{{ tag.name }} {% if not tag.used %} (not used in {{ wg.acronym }}){% endif %}</span></td>
146146
</tr>
147147
{% endfor %}
148148
</table>

0 commit comments

Comments
 (0)