|
Lines 353-358
$(document).ready(function() {
Link Here
|
| 353 |
|
353 |
|
| 354 |
span_style = "display: none"; |
354 |
span_style = "display: none"; |
| 355 |
span_class = "renewals-allowed"; |
355 |
span_class = "renewals-allowed"; |
|
|
356 |
} else if ( oObj.can_renew_error == "auto_too_late" ) { |
| 357 |
content += "<span class='renewals-disabled'>" |
| 358 |
+ NOT_RENEWABLE_AUTO_TOO_LATE |
| 359 |
+ "</span>"; |
| 360 |
|
| 361 |
span_style = "display: none"; |
| 362 |
span_class = "renewals-allowed"; |
| 356 |
} else if ( oObj.can_renew_error == "auto_renew" ) { |
363 |
} else if ( oObj.can_renew_error == "auto_renew" ) { |
| 357 |
content += "<span class='renewals-disabled'>" |
364 |
content += "<span class='renewals-disabled'>" |
| 358 |
+ NOT_RENEWABLE_AUTO_RENEW |
365 |
+ NOT_RENEWABLE_AUTO_RENEW |
| 359 |
- |
|
|