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

Commit d818ac5

Browse files
committed
fix: add payment settings button
1 parent f85e4d5 commit d818ac5

File tree

2 files changed

+20
-9
lines changed

2 files changed

+20
-9
lines changed

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

Lines changed: 7 additions & 2 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">

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

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,21 @@
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}">
7783
<a href="https://<%=ApplicationServer.SERVER_NAME%>/settings/payment" class="back-btn">

0 commit comments

Comments
 (0)