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

Commit c399f59

Browse files
authored
Merge pull request #63 from topcoder-platform/reskin-payment
Reskin payment
2 parents ab0e071 + d818ac5 commit c399f59

File tree

2 files changed

+22
-11
lines changed

2 files changed

+22
-11
lines changed

src/main/com/topcoder/web/tc/view/pacts/client/PaymentHistory.jsp

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,13 @@
215215

216216
<div align="left" class="page-header">
217217
<% if(isNewStyle) { %>
218-
<div style="float:right; padding-top:12px;" class="how-to-get-paid">
219-
<A class="informationLink" href="https://www.topcoder.com/thrive/articles/Payment%20Policies%20and%20Instructions">How to get paid?</A>
218+
<div class="page-header-right">
219+
<div class="how-to-get-paid">
220+
<A class="informationLink" href="https://www.topcoder.com/thrive/articles/Payment%20Policies%20and%20Instructions">How to get paid?</A>
221+
</div>
222+
<div class="payment-settings-btn">
223+
<a href="https://<%=ApplicationServer.SERVER_NAME%>/settings/payment">Payment Settings</a>
224+
</div>
220225
</div>
221226
<% } else { %>
222227
<div style="float:right;" class="how-to-get-paid">
@@ -225,7 +230,7 @@
225230
<% } %>
226231

227232
<c:if test="${isReskin}">
228-
<a href="https://<%=ApplicationServer.SERVER_NAME%>/challenges" class="back-btn">
233+
<a href="https://<%=ApplicationServer.SERVER_NAME%>/settings/payment" class="back-btn">
229234
<i class="arrow-prev-icon"></i>
230235
</a>
231236
</c:if>

src/main/com/topcoder/web/tc/view/pacts/client/PaymentStatusSummary.jsp

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,18 +63,24 @@
6363
</jsp:include>
6464

6565
<div align="left" class="page-header">
66+
<c:if test="${isReskin}">
67+
<div class="page-header-right">
68+
<div class="how-to-get-paid">
69+
<A class="informationLink" href="https://www.topcoder.com/thrive/articles/Payment%20Policies%20and%20Instructions">How to get paid?</A>
70+
</div>
71+
<div class="payment-settings-btn">
72+
<a href="https://<%=ApplicationServer.SERVER_NAME%>/settings/payment">Payment Settings</a>
73+
</div>
74+
</div>
75+
</c:if>
76+
<c:if test="${!isReskin}">
6677
<div style="float:right;" class="how-to-get-paid">
67-
<c:if test="${isReskin}">
68-
<A href="https://www.topcoder.com/thrive/articles/Payment%20Policies%20and%20Instructions">How to get paid?</A>
69-
</c:if>
70-
71-
<c:if test="${!isReskin}">
72-
<A href="https://www.topcoder.com/thrive/articles/Payment%20Policies%20and%20Instructions"><img src="/i/pacts/howToGetPaid.png" alt="How to get paid" /></A>
73-
</c:if>
78+
<A href="https://www.topcoder.com/thrive/articles/Payment%20Policies%20and%20Instructions"><img src="/i/pacts/howToGetPaid.png" alt="How to get paid" /></A>
7479
</div>
80+
</c:if>
7581

7682
<c:if test="${isReskin}">
77-
<a href="https://<%=ApplicationServer.SERVER_NAME%>/challenges" class="back-btn">
83+
<a href="https://<%=ApplicationServer.SERVER_NAME%>/settings/payment" class="back-btn">
7884
<i class="arrow-prev-icon"></i>
7985
</a>
8086
</c:if>

0 commit comments

Comments
 (0)