Merge remote-tracking branch 'upstream/4.4' into 4.4-master-2014-07-14-13-42-39
[civicrm-core.git] / templates / CRM / Contact / Form / Search / Builder.js
index 8319feca54212f799f03e0222aa28925baa2b43a..5a572419b398650d2b382d2570b0fe1eeb9cb3b4 100644 (file)
@@ -62,7 +62,7 @@
     $('.crm-search-value select', row).remove();
     $('input[id^=value]', row)
       .hide()
-      .after('<select class="form-select required" ' + multiSelect + '><option value="">' + ts('Loading') + '...</option></select>');
+      .after('<select class="crm-form-' + multiSelect.substr(0, 5) + 'select required" ' + multiSelect + '><option value="">' + ts('Loading') + '...</option></select>');
     
     fetchOptions(row, field);
   }
       $('select[id^=mapper][id$="_1"]', '#Builder').each(handleUserInputField);
     });
 
-  $().crmAccordions();
   initialize();
 
   // Fetch initial options during page refresh - it's more efficient to bundle them in a single ajax request