Subversion Repositories SmartDukaan

Rev

Rev 24367 | Rev 24370 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 24367 Rev 24369
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" style="font-size:18px;"><strong>To unblock your Billing, please add Rs.'+ minAmountToBeAdded + ' to wallet immediately.</strong></pre>',
48
			 		+ '<pre class="text-danger" style="font-size:18px;"><strong>To unblock your Billing, please \nadd Rs.'+ minAmountToBeAdded + ' to wallet immediately.</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
			 			}