Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PERFORMA_REPLICA
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Muhammad Usman
PERFORMA_REPLICA
Commits
9932d318
Commit
9932d318
authored
Jan 04, 2019
by
Nilu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
S14042821 # Client - Incoming Issues (raised by Client) #Billing - change plan
parent
591311d8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
2 deletions
+18
-2
common.css
cmsWebApp/webroot/css/common.css
+7
-1
invoices.jsp
cmsWebApp/webroot/extensions/adminportal/invoices.jsp
+11
-1
No files found.
cmsWebApp/webroot/css/common.css
View file @
9932d318
...
@@ -7500,7 +7500,7 @@ input{
...
@@ -7500,7 +7500,7 @@ input{
border-color
:
#939393
!important
;
border-color
:
#939393
!important
;
}
}
.footer-note
a
,
.upgrade-info
a
{
.footer-note
a
,
.upgrade-info
a
,
.billing-notice
a
{
color
:
#03A0E7
;
color
:
#03A0E7
;
text-decoration
:
underline
;
text-decoration
:
underline
;
}
}
...
@@ -7634,4 +7634,9 @@ input{
...
@@ -7634,4 +7634,9 @@ input{
.container-fluid.repeat
{
.container-fluid.repeat
{
margin-top
:
50px
;
margin-top
:
50px
;
}
.billing-notice
{
margin-bottom
:
40px
;
padding-left
:
10px
;
}
}
\ No newline at end of file
cmsWebApp/webroot/extensions/adminportal/invoices.jsp
View file @
9932d318
...
@@ -41,7 +41,17 @@
...
@@ -41,7 +41,17 @@
<div class="tabpage-title">
<div class="tabpage-title">
<label class="label-20">Invoices</label><br/>
<label class="label-20">Invoices</label><br/>
</div>
</div>
</div>
</div>
<%
if(hiringTeam.hasBillingSetup())
{
%>
<div class="billing-notice">
If you need to change your Billing Method or the Plan you are on, please <a href=" https://www.talentology.com/support/" target="_blank">contact us.</a>
</div>
<%
}
%>
<div class="">
<div class="">
<div class="a-label-row">
<div class="a-label-row">
<div class="col-md-2 col-sm-2 col-xs-2 inv-hdr text-left">Date</div>
<div class="col-md-2 col-sm-2 col-xs-2 inv-hdr text-left">Date</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment