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

Commit 80632b3

Browse files
committed
updated review signup page - tweak
1 parent fc73ce0 commit 80632b3

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

src/main/com/topcoder/web/tc/view/review_board/reviewProjectDetail.jsp

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@
316316
<td class="bodyText">
317317
<p align="left">
318318
Select the review roles you would like to apply for and click the button.
319-
The system will assign members that best meet the review requirements for this challenge.
319+
Reviewers will be assigned up to 24 hours in advance of the start of the review process.
320320
<c:if test="${auctionCategoryId == CONTEST_REVIEW_AUCTION_CATEGORY_ID}">
321321
Although you will be assigned to at most one review position, applying for multiple
322322
roles increases your chances of being selected.
@@ -414,7 +414,7 @@
414414
<tr>
415415
<td class="tableHeader">Handle</td>
416416
<td class="tableHeader" align="center">Role</td>
417-
<td class="tableHeader" align="center">Application Date **</td>
417+
<td class="tableHeader" align="center">Application Date</td>
418418
</tr>
419419
<c:forEach items="${reviewApplications}" var="reviewApplicant">
420420
<c:if test="${reviewApplicant.status.id ne 2}"> <%-- Do not show Cancelled applications --%>
@@ -433,14 +433,7 @@
433433
</c:forEach>
434434
</tbody>
435435
</table>
436-
<table cellspacing="0" cellpadding="0" width="540" class="bodyText">
437-
<tr>
438-
<td class="bodyText">
439-
<p align="left">** Reviewers will be assigned up to 24 hours in advance of the start of the review process.
440-
</p>
441-
</td>
442-
</tr>
443-
</table>
436+
444437
<br/>
445438
</td>
446439
<!-- Center Column Ends -->

0 commit comments

Comments
 (0)