Commit aba73bda by nilu

S44230204 # Matchd / Talentology - No Plan [Enhancement] #Message does not warn about cost

parent 24ab2c55
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
ExtendPopup = new jBox('Modal', { ExtendPopup = new jBox('Modal', {
id : "extend-job", id : "extend-job",
overlay : true, overlay : true,
width : 500, height : 380 width : 500, height : 400
}); });
StatusPopup = new jBox('Modal', { StatusPopup = new jBox('Modal', {
...@@ -221,6 +221,7 @@ ...@@ -221,6 +221,7 @@
Are you sure you want to extend this job? Are you sure you want to extend this job?
</h3> </h3>
<div class="extend-job-info"> <div class="extend-job-info">
There is a charge equal to 1 Job to extend a job.<br/><br/>
Extending this Job will add an additional 30 days for applicants to apply. By confirming the new close date for this job will be Extending this Job will add an additional 30 days for applicants to apply. By confirming the new close date for this job will be
<oneit:toString value="<%= DateDiff.add(job.getApplyBy(), Calendar.DATE, 30) %>" mode="LongDate" />. <oneit:toString value="<%= DateDiff.add(job.getApplyBy(), Calendar.DATE, 30) %>" mode="LongDate" />.
Would you like to continue? Would you like to continue?
......
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