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