Commit 72ae2747 by chenith

Updated the cost per job.

parent fe40fe0b
...@@ -143,9 +143,9 @@ ...@@ -143,9 +143,9 @@
<span class="text-left"> <span class="text-left">
<p class="per-job"> <p class="per-job">
Per Job Per Job
</p> </div> </p>
</span> </span>
</div>
</oneit:recalcClass> </oneit:recalcClass>
</div> </div>
...@@ -164,7 +164,7 @@ ...@@ -164,7 +164,7 @@
<oneit:recalcClass htmlTag="span" classScript="company.getPaymentPlanAmount()!=null ? 'show': 'hide'" company="<%= company %>"> <oneit:recalcClass htmlTag="span" classScript="company.getPaymentPlanAmount()!=null ? 'show': 'hide'" company="<%= company %>">
<div class="a-label-row text-center"> <div class="a-label-row text-center">
<div class="col-md-12 col-sm-12 col-xs-12 payment-job-det text-center"> <div class="col-md-12 col-sm-12 col-xs-12 payment-job-det text-center">
<oneit:toString value="<%= PaymentPlan.PER_PER_JOB_AMOUNT %>" mode="Currency"/> <oneit:recalc mode="Currency" script="company.getPerJobPaymentPlanAmount()" company="<%= company %>" nullValue=""/>
Monthly for up to Monthly for up to
<oneit:recalc mode="EscapeHTML" script="company.getPaymentJobCount()" company="<%= company %>" nullValue=""/> <oneit:recalc mode="EscapeHTML" script="company.getPaymentJobCount()" company="<%= company %>" nullValue=""/>
jobs / month jobs / month
......
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