From 202b6e2786ad1a94c70b9d2c097427c0937020db Mon Sep 17 00:00:00 2001 From: priyankakaran26 Date: Sat, 6 Sep 2014 00:20:30 +0100 Subject: [PATCH] repeat mode dialog improvements --- .../Event/Form/ManageEvent/ConfirmRepeatMode.tpl | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/templates/CRM/Event/Form/ManageEvent/ConfirmRepeatMode.tpl b/templates/CRM/Event/Form/ManageEvent/ConfirmRepeatMode.tpl index 450087f857..22bb92ff37 100644 --- a/templates/CRM/Event/Form/ManageEvent/ConfirmRepeatMode.tpl +++ b/templates/CRM/Event/Form/ManageEvent/ConfirmRepeatMode.tpl @@ -25,25 +25,25 @@ *} @@ -70,10 +70,9 @@ CRM.$(function($) { $('#crm-main-content-wrapper').on('click', 'div.crm-submit-buttons span.crm-button input[value="Save"], div.crm-submit-buttons span.crm-button input[value="Save and Done"]', function() { $("#repeat-mode-dailog").dialog({ - title: 'Save recurring event', + title: 'How does this change affect other repeating events in the set?', + modal: true, width: '650', - position: 'center', - //draggable: false, buttons: { Cancel: function() { //cancel $( this ).dialog( "close" ); -- 2.25.1