alert template schedule pandora_enterprise#3943
This commit is contained in:
parent
5804d2f404
commit
3d951749f5
|
@ -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);
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue