Lines 496-502
Link Here
|
496 |
[% INCLUDE 'datatables.inc' %] |
496 |
[% INCLUDE 'datatables.inc' %] |
497 |
<script type="text/javascript"> |
497 |
<script type="text/javascript"> |
498 |
var MSG_CATEGORYCODE_CHARS = _("Category code can only contain the following characters: letters, numbers, - and _."); |
498 |
var MSG_CATEGORYCODE_CHARS = _("Category code can only contain the following characters: letters, numbers, - and _."); |
499 |
var MSG_BOTH_ENROLLMENTPERIODS = _("Please choose only one enrollment period setting."); |
|
|
500 |
var MSG_ONE_ENROLLMENTPERIOD = ("Please choose an enrollment period in months OR by date."); |
499 |
var MSG_ONE_ENROLLMENTPERIOD = ("Please choose an enrollment period in months OR by date."); |
501 |
</script> |
500 |
</script> |
502 |
<script type="text/javascript" src="[% themelang %]/js/categories.js"></script> |
501 |
<script type="text/javascript" src="[% themelang %]/js/categories.js"></script> |
503 |
- |
|
|