Commit cf0e8538 by chenith Committed by Harsh Shah

Updated Aplication Outline page to remove time estimate info if nothing will be left to do.

parent 647ef470
...@@ -93,7 +93,16 @@ ...@@ -93,7 +93,16 @@
%> %>
<oneit:form name="applyJob" method="post" enctype="multipart/form-data"> <oneit:form name="applyJob" method="post" enctype="multipart/form-data">
<div class="app-out-btn"> <div class="app-out-btn">
<span>Total time to complete: Approximately 40 minutes</span> <span>
<%
if(!(isSelectionComplete && isCultureComplete && isAssesmentComplete))
{
%>
Total time to complete: Approximately 40 minutes
<%
}
%>
</span>
<oneit:button value="<%= btnText %>" name="gotoPage" skin="link" cssClass="box-btn" <oneit:button value="<%= btnText %>" name="gotoPage" skin="link" cssClass="box-btn"
requestAttribs="<%= CollectionUtils.mapEntry("nextPage", nextPage) requestAttribs="<%= CollectionUtils.mapEntry("nextPage", nextPage)
.mapEntry("procParams", CollectionUtils.mapEntry("JobApplication", jobApplication).toMap()) .mapEntry("procParams", CollectionUtils.mapEntry("JobApplication", jobApplication).toMap())
......
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