From a2a22c1bc840ac1c5b007037402404414b51264b Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 19 Sep 2014 15:17:19 +0100 Subject: [PATCH] javascript tabspace correction for RecurringEntity template file --- CRM/Event/Form/ManageEvent/Repeat.php | 1 - templates/CRM/Core/Form/RecurringEntity.tpl | 450 ++++++++++---------- 2 files changed, 222 insertions(+), 229 deletions(-) diff --git a/CRM/Event/Form/ManageEvent/Repeat.php b/CRM/Event/Form/ManageEvent/Repeat.php index 5d7eeca773..a70258c816 100644 --- a/CRM/Event/Form/ManageEvent/Repeat.php +++ b/CRM/Event/Form/ManageEvent/Repeat.php @@ -162,7 +162,6 @@ class CRM_Event_Form_ManageEvent_Repeat extends CRM_Event_Form_ManageEvent { if($this->_scheduleReminderDetails->entity_status){ $defaults['repeats_by'] = 2; } - $defaults['exclude_date_list'] = array('a', 'b'); } return $defaults; } diff --git a/templates/CRM/Core/Form/RecurringEntity.tpl b/templates/CRM/Core/Form/RecurringEntity.tpl index 34b6dac571..6253698d8c 100644 --- a/templates/CRM/Core/Form/RecurringEntity.tpl +++ b/templates/CRM/Core/Form/RecurringEntity.tpl @@ -108,236 +108,230 @@ #start_action_offset{ width: 40px; } - /*input[disabled="disabled"], select[disabled="disabled"]{ - background-color: #EBEBE4 !important; - }*/ {/literal} -- 2.25.1