alert template schedule pandora_enterprise#3943

This commit is contained in:
Daniel Barbero Martin 2022-02-02 13:03:52 +01:00
parent 5804d2f404
commit 3d951749f5
2 changed files with 2 additions and 1 deletions

View File

@ -1532,6 +1532,7 @@ if ($step == 2) {
tooltipText: '<?php echo __('Drag out to remove'); ?>',
simple: '<?php echo __('Simple'); ?>',
detailed: '<?php echo __('Detailed'); ?>',
alert: '<?php echo __('Alert'); ?>'
}
var calendar = fullCalendarPandora(calendarEl, settings, events);

View File

@ -170,7 +170,7 @@ function fullCalendarPandora(calendarEl, settings, initialEvents) {
}
confirmDialog({
title: "Event",
title: settings.alert,
message: function() {
var id = "div-" + uniqId();
var loading = settings.loadingText;