Commit 9b104e03 by nilu

opening text document in new tab

parent 865fa24b
...@@ -740,7 +740,7 @@ ...@@ -740,7 +740,7 @@
{ {
%> %>
<div class="no-preview">No preview available</div> <div class="no-preview">No preview available</div>
<a class="btn download-btn" href='<%= request.getContextPath() + "/" + BinaryContentHandler.getRelativeURL(request, jobApplication, "CoverLetter", jobApplication.getCoverLetter(), true) %>'> <a class="btn download-btn" target="_blank" href='<%= request.getContextPath() + "/" + BinaryContentHandler.getRelativeURL(request, jobApplication, "CoverLetter", jobApplication.getCoverLetter(), true) %>'>
<img src="images/icon-download-large.png" />Download <img src="images/icon-download-large.png" />Download
</a> </a>
<% <%
...@@ -759,7 +759,7 @@ ...@@ -759,7 +759,7 @@
{ {
%> %>
<div class="no-preview">No preview available</div> <div class="no-preview">No preview available</div>
<a class="btn download-btn" href='<%= request.getContextPath() + "/" + BinaryContentHandler.getRelativeURL(request, jobApplication, "CV", jobApplication.getCV(), true) %>'> <a class="btn download-btn" target="_blank" href='<%= request.getContextPath() + "/" + BinaryContentHandler.getRelativeURL(request, jobApplication, "CV", jobApplication.getCV(), true) %>'>
<img src="images/icon-download-large.png" />Download <img src="images/icon-download-large.png" />Download
</a> </a>
<% <%
......
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