Increase height of alarm editor

Only when email alarms are enabled.
This commit is contained in:
Francis Lachapelle
2013-08-27 12:01:41 -04:00
parent df1ab29872
commit 33659aa947

View File

@@ -371,7 +371,7 @@ function onPopupReminderWindow(event) {
if (ComponentEditor.reminderWindow && ComponentEditor.reminderWindow.open && !ComponentEditor.reminderWindow.closed)
ComponentEditor.reminderWindow.focus();
else {
var height = (emailAlarmsEnabled ? 215 : 150);
var height = (emailAlarmsEnabled ? 235 : 150);
ComponentEditor.reminderWindow
= window.open(ApplicationBaseURL + "editReminder",
sanitizeWindowName(activeCalendar + activeComponent + "Reminder"),