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

Commit

Permalink
fix: add payment settings button
Browse files Browse the repository at this point in the history
  • Loading branch information
dedywahyudi committed Oct 7, 2022
1 parent f85e4d5 commit d818ac5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,13 @@

<div align="left" class="page-header">
<% if(isNewStyle) { %>
<div style="float:right; padding-top:12px;" class="how-to-get-paid">
<A class="informationLink" href="https://www.topcoder.com/thrive/articles/Payment%20Policies%20and%20Instructions">How to get paid?</A>
<div class="page-header-right">
<div class="how-to-get-paid">
<A class="informationLink" href="https://www.topcoder.com/thrive/articles/Payment%20Policies%20and%20Instructions">How to get paid?</A>
</div>
<div class="payment-settings-btn">
<a href="https://<%=ApplicationServer.SERVER_NAME%>/settings/payment">Payment Settings</a>
</div>
</div>
<% } else { %>
<div style="float:right;" class="how-to-get-paid">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,21 @@
</jsp:include>

<div align="left" class="page-header">
<c:if test="${isReskin}">
<div class="page-header-right">
<div class="how-to-get-paid">
<A class="informationLink" href="https://www.topcoder.com/thrive/articles/Payment%20Policies%20and%20Instructions">How to get paid?</A>
</div>
<div class="payment-settings-btn">
<a href="https://<%=ApplicationServer.SERVER_NAME%>/settings/payment">Payment Settings</a>
</div>
</div>
</c:if>
<c:if test="${!isReskin}">
<div style="float:right;" class="how-to-get-paid">
<c:if test="${isReskin}">
<A href="https://www.topcoder.com/thrive/articles/Payment%20Policies%20and%20Instructions">How to get paid?</A>
</c:if>

<c:if test="${!isReskin}">
<A href="https://www.topcoder.com/thrive/articles/Payment%20Policies%20and%20Instructions"><img src="/i/pacts/howToGetPaid.png" alt="How to get paid" /></A>
</c:if>
<A href="https://www.topcoder.com/thrive/articles/Payment%20Policies%20and%20Instructions"><img src="/i/pacts/howToGetPaid.png" alt="How to get paid" /></A>
</div>
</c:if>

<c:if test="${isReskin}">
<a href="https://<%=ApplicationServer.SERVER_NAME%>/settings/payment" class="back-btn">
Expand Down

0 comments on commit d818ac5

Please sign in to comment.