mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
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'); ?>',
|
tooltipText: '<?php echo __('Drag out to remove'); ?>',
|
||||||
simple: '<?php echo __('Simple'); ?>',
|
simple: '<?php echo __('Simple'); ?>',
|
||||||
detailed: '<?php echo __('Detailed'); ?>',
|
detailed: '<?php echo __('Detailed'); ?>',
|
||||||
|
alert: '<?php echo __('Alert'); ?>'
|
||||||
}
|
}
|
||||||
|
|
||||||
var calendar = fullCalendarPandora(calendarEl, settings, events);
|
var calendar = fullCalendarPandora(calendarEl, settings, events);
|
||||||
|
@ -170,7 +170,7 @@ function fullCalendarPandora(calendarEl, settings, initialEvents) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
confirmDialog({
|
confirmDialog({
|
||||||
title: "Event",
|
title: settings.alert,
|
||||||
message: function() {
|
message: function() {
|
||||||
var id = "div-" + uniqId();
|
var id = "div-" + uniqId();
|
||||||
var loading = settings.loadingText;
|
var loading = settings.loadingText;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user