Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 568ee86

Browse files
committed
I-142093
1 parent fbefa6c commit 568ee86

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

src/web/WEB-INF/includes/contest/editTabMarathon.jsp

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,16 @@
6767
<td class="sec_tab_type"><strong>: <span id="securityGroupName"></span></strong></td>
6868
</tr>
6969
<tr></tr>
70+
<tr class="matchRoundId">
71+
<td class="first_tab_type"><strong>Match Round ID</strong></td>
72+
<td class="sec_tab_type"><strong>: <span id="rMatchRoundId"></span></strong></td>
73+
</tr>
74+
<tr></tr>
7075
<tr class="cmcTask">
7176
<td class="first_tab_type"><strong>CMC Task ID</strong></td>
7277
<td class="sec_tab_type"><strong>: <span id="rCMCTaskID"></span></strong></td>
7378
</tr>
7479
<tr></tr>
75-
<tr class="matchRoundId">
76-
<td class="first_tab_type"><strong>Match Round ID</strong></td>
77-
<td class="sec_tab_type"><strong>: <span id="rMatchRoundId"></span></strong></td>
78-
</tr>
7980
<tr class="cmcTask"></tr>
8081
<tr>
8182
<td class="first_tab_type"><strong>Project Name</strong></td>
@@ -166,18 +167,19 @@
166167
<span id="billingGroupCheckBox"><br />
167168
<input type="checkbox" style=""><span>Run this challenge in a private community ? &nbsp;&nbsp;</span> <select id="billingGroups" name="billingGroups"></select>
168169
</span>
169-
<span class="cmcTask"><br />
170-
<span class="name fixWidthName"><strong>CMC Task ID</strong></span>
171-
<span class="value">
172-
<input type="text" class="bigin" name="CMCTaskID" value=""/>
173-
</span>
174-
</span><br />
175170
<span class="matchRoundId"><br />
176171
<span class="name fixWidthName"><strong>Match Round ID</strong></span>
177172
<span class="value">
178173
<input type="text" class="smallin" name="MatchRoundID" value=""/>
179174
</span>
180175
</span><br />
176+
<span class="cmcTask"><br />
177+
<span class="name fixWidthName"><strong>CMC Task ID</strong></span>
178+
<span class="value">
179+
<input type="text" class="bigin" name="CMCTaskID" value=""/>
180+
</span>
181+
</span><br />
182+
181183
<div id="projectEditDiv">
182184
<br />
183185
<span class="name fixWidthName"><strong>Project Name</strong></span>

0 commit comments

Comments
 (0)