From 656835ca1919df46534833924fe97e5a283baedd Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 27 Nov 2015 11:58:14 -0500 Subject: [PATCH] (html) Improve custom dialog for recurrent events --- .../js/Scheduler/CalendarListController.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/UI/WebServerResources/js/Scheduler/CalendarListController.js b/UI/WebServerResources/js/Scheduler/CalendarListController.js index 8b6f68c56..09bd413ae 100644 --- a/UI/WebServerResources/js/Scheduler/CalendarListController.js +++ b/UI/WebServerResources/js/Scheduler/CalendarListController.js @@ -189,14 +189,14 @@ params: params }, template: [ - '', + '', ' ', '

' + l('editRepeatingItem') + '

', '
', - '
', + ' ', ' ' + l('button_thisOccurrenceOnly') + '', ' ' + l('button_allOccurrences') + '', - '
', + ' ', '
' ].join(''), controller: RecurrentComponentDialogController