Commit a1cb6437 by Nilu

S28811922 # Client - Incoming Issues (raised by Client) #Add "PDF preferred"

parent c3c43f49
......@@ -218,7 +218,7 @@
{
%>
<div class="form-group text-left relative-parent ">
<label>Upload your CV</label>
<label>Upload your CV (PDF preferred)</label>
<div class="form-control second-style">
<a target='blank' class="new-file-link" href='<%= request.getContextPath() + "/" + BinaryContentHandler.getRelativeURL(request, jobApplication, "CV", jobApplication.getCV(), true) %>'>
<%= jobApplication.getCV() != null ? "Click to View File" : "" %>
......@@ -228,7 +228,7 @@
</div>
</div>
<div class="form-group text-left relative-parent">
<label>Upload your Cover Letter</label>
<label>Upload your Cover Letter (PDF preferred)</label>
<div class="form-control second-style">
<a target='blank' class="new-file-link" href='<%= request.getContextPath() + "/" + BinaryContentHandler.getRelativeURL(request, jobApplication, "CoverLetter", jobApplication.getCoverLetter(), true) %>'>
<%= jobApplication.getCoverLetter() != null ? "Click to View File" : "" %>
......
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