Commit 57f86a57 by Nilu

S12532194 # Client - Incoming Issues (raised by Client) #Does not use new UI -…

S12532194 # Client - Incoming Issues (raised by Client) #Does not use new UI - update client name / hiring team name
parent 50dc35f9
......@@ -538,7 +538,7 @@ public class Job extends BaseJob
return getHiringTeam().getHiringTeamName();
}
return null;
return "";
}
......
......@@ -84,20 +84,17 @@
<div class="welcome-header">
<div class="welcome-aust-logo">
<%
if(logo != null)
{
int logoHeight = 45;
%>
<tagfile:img src="<%= ThumbnailUtils.filterImage(DiskFileBinaryContent.getRelativeURL(logo), "KEEP", new ScaleWithin (0, logoHeight)) %>" />
<%
}
%>
</div>
<div class="welcome-header-title">
Austrilia Post
<%= job.getTeamName() %>
</div>
<div style="clear:both"></div>
</div>
......
......@@ -131,15 +131,13 @@
{
int logoHeight = 45;
%>
<tagfile:img src="<%= ThumbnailUtils.filterImage(DiskFileBinaryContent.getRelativeURL(logo), "KEEP", new ScaleWithin (0, logoHeight)) %>" />
<%
}
%>
</div>
<div class="header-title">
Austrilia Post
<%= job.getTeamName() %>
</div>
</div>
</div>
......
......@@ -36,19 +36,16 @@
{
int logoHeight = 45;
%>
<tagfile:img src="<%= ThumbnailUtils.filterImage(DiskFileBinaryContent.getRelativeURL(logo), "KEEP", new ScaleWithin (0, logoHeight)) %>" />
<%
}
%>
</div>
<div class="header-title">
Austrilia Post
<%= job.getTeamName() %>
</div>
</div>
</div>
<div class="main-position-overview">
......
......@@ -99,15 +99,13 @@
{
int logoHeight = 45;
%>
<tagfile:img src="<%= ThumbnailUtils.filterImage(DiskFileBinaryContent.getRelativeURL(logo), "KEEP", new ScaleWithin (0, logoHeight)) %>" />
<%
}
%>
</div>
<div class="header-title">
Austrilia Post
<%= job.getTeamName() %>
</div>
</div>
</div>
......
......@@ -104,15 +104,13 @@
{
int logoHeight = 45;
%>
<tagfile:img src="<%= ThumbnailUtils.filterImage(DiskFileBinaryContent.getRelativeURL(logo), "KEEP", new ScaleWithin (0, logoHeight)) %>" />
<%
}
%>
</div>
<div class="header-title">
Austrilia Post
<%= job.getTeamName() %>
</div>
</div>
</div>
......
......@@ -25,15 +25,13 @@
{
int logoHeight = 45;
%>
<tagfile:img src="<%= ThumbnailUtils.filterImage(DiskFileBinaryContent.getRelativeURL(logo), "KEEP", new ScaleWithin (0, logoHeight)) %>" />
<%
}
%>
</div>
<div class="header-title">
Austrilia Post
<%= job.getTeamName() %>
</div>
</div>
</div>
......
......@@ -33,20 +33,16 @@
{
int logoHeight = 45;
%>
<tagfile:img src="<%= ThumbnailUtils.filterImage(DiskFileBinaryContent.getRelativeURL(logo), "KEEP", new ScaleWithin (0, logoHeight)) %>" />
<%
}
%>
</div>
<div class="header-title">
Austrilia Post
<%= job.getTeamName() %>
</div>
</div>
</div>
<div class="main-verify-identity">
<div class="pl-verify">Please verify your identity before applying to:</div>
......
......@@ -119,15 +119,13 @@
{
int logoHeight = 45;
%>
<tagfile:img src="<%= ThumbnailUtils.filterImage(DiskFileBinaryContent.getRelativeURL(logo), "KEEP", new ScaleWithin (0, logoHeight)) %>" />
<%
}
%>
</div>
<div class="header-title">
Austrilia Post
<%= job.getTeamName() %>
</div>
</div>
</div>
......
......@@ -89,15 +89,13 @@
{
int logoHeight = 45;
%>
<tagfile:img src="<%= ThumbnailUtils.filterImage(DiskFileBinaryContent.getRelativeURL(logo), "KEEP", new ScaleWithin (0, logoHeight)) %>" />
<%
}
%>
</div>
<div class="header-title">
Austrilia Post
<%= job.getTeamName() %>
</div>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment