repeat configuration by default collapsed for activity
[civicrm-core.git] / templates / CRM / Core / Form / RecurringEntity.tpl
index fbcdbfc6475268c9549b5ffd9e38ce715707ccac..8589e5c527afe777db4c052e654848d81b1d7f07 100644 (file)
@@ -24,7 +24,7 @@
  +--------------------------------------------------------------------+
 *}
 
-<div class="crm-block crm-form-block crm-core-form-recurringentity-block crm-accordion-wrapper">
+<div class="crm-block crm-form-block crm-core-form-recurringentity-block crm-accordion-wrapper" id="recurring-entity-block">
     <div class="crm-accordion-header">Repeat Configuration</div>
     <div class="crm-accordion-body">
         <div class="crm-submit-buttons">
             if (Object.keys(result).length > 0) {
               var errors = [];
               var participantData = [];
-              var html = 'Based on your repeat configuration here is the list of dates, Do you wish to create repeating set of these dates?<br/><table id="options" class="display"><thead><tr><th>Sr No</th><th>Start date</th><th id="th-end-date">End date</th></tr><thead>';
+              var html = 'Based on your repeat configuration here is the list of dates, Do you wish to create recurring set of these dates?<br/><table id="options" class="display"><thead><tr><th>Sr No</th><th>Start date</th><th id="th-end-date">End date</th></tr><thead>';
               var count = 1;
               for(var i in result) {
                 if (i != 'errors') {