| Line 43... |
Line 43... |
| 43 |
message : "<h3>Dear Partner, your investments are low by " + shortPercentage + "</h3>"
|
43 |
message : "<h3>Dear Partner, your investments are low by " + shortPercentage + "</h3>"
|
| 44 |
+ "<dl>"
|
44 |
+ "<dl>"
|
| 45 |
+ "<dt>Investment Should be</dt><dd>- " + minimumInvestmentAmount +"</dd>"
|
45 |
+ "<dt>Investment Should be</dt><dd>- " + minimumInvestmentAmount +"</dd>"
|
| 46 |
+ "<dt>Total Invested Amount</dt><dd>-" + totalInvestedAmount +"</dd>"
|
46 |
+ "<dt>Total Invested Amount</dt><dd>-" + totalInvestedAmount +"</dd>"
|
| 47 |
+ '<dt>Investment Amount Short By</dt><dd class="text-danger lead">- ' + shortAmount+'</dd></dl>'
|
47 |
+ '<dt>Investment Amount Short By</dt><dd class="text-danger lead">- ' + shortAmount+'</dd></dl>'
|
| 48 |
+ '<pre class="text-danger">To unblock your Billing, please add Rs.' + <strong>minAmountToBeAdded + 'to wallet </strong></pre>',
|
48 |
+ '<pre class="text-danger">To unblock your Billing, please add Rs.<strong>' + minAmountToBeAdded + 'to wallet </strong></pre>',
|
| 49 |
buttons:{
|
49 |
buttons:{
|
| 50 |
cancel: {
|
50 |
cancel: {
|
| 51 |
label: "OK",
|
51 |
label: "OK",
|
| 52 |
className: 'btn-primary'
|
52 |
className: 'btn-primary'
|
| 53 |
}
|
53 |
}
|