Lines 537-543
fieldset.rows table { clear: none; margin: 0; }
Link Here
|
537 |
var MSG_TEST_PREDICTION = _("Please click on 'Test prediction pattern' before saving subscription."); |
537 |
var MSG_TEST_PREDICTION = _("Please click on 'Test prediction pattern' before saving subscription."); |
538 |
var MSG_REQUIRED_PUB_DATE = _("You must choose a first publication date"); |
538 |
var MSG_REQUIRED_PUB_DATE = _("You must choose a first publication date"); |
539 |
var MSG_SAVE_PREDICTION_PATTERN = _("You have modified the advanced prediction pattern. Please save your work or cancel modifications."); |
539 |
var MSG_SAVE_PREDICTION_PATTERN = _("You have modified the advanced prediction pattern. Please save your work or cancel modifications."); |
540 |
var MSG_PATTERN_IRREG = _("Warning! Present pattern has planned irregularities. Click on 'Test prediction pattern' to check if it's still valid") |
540 |
var MSG_PATTERN_IRREG = _("Warning! Present pattern has planned irregularities. Click on 'Test prediction pattern' to check if it's still valid"); |
541 |
var MSG_PATTERN_NAME = _("Please enter a name for this pattern"); |
541 |
var MSG_PATTERN_NAME = _("Please enter a name for this pattern"); |
542 |
var MSG_PATTERN_NAME_EXISTS = _("This pattern name already exists. Do you want to modify it?"); |
542 |
var MSG_PATTERN_NAME_EXISTS = _("This pattern name already exists. Do you want to modify it?"); |
543 |
var MSG_OVERWRITE_PATTERNS = _("Warning: This will modify the pattern for all subscriptions that are using it."); |
543 |
var MSG_OVERWRITE_PATTERNS = _("Warning: This will modify the pattern for all subscriptions that are using it."); |
544 |
- |
|
|