Projet

Général

Profil

Révision 3dfa8105

Ajouté par Assos Assos il y a plus de 9 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/ds/modules/ds_search/includes/ds_search.admin.inc
126 126

  
127 127
  $node_types = node_type_get_names();
128 128
  $ds_search_group_by_type_settings = variable_get('ds_search_group_by_type_settings');
129
  $wrapper_options = array(
130
    'fieldset' => t('Fieldset'),
131
    'markup' => t('Div with H3 headline'),
132
  );
129 133
  foreach ($node_types as $name => $label) {
130 134

  
131 135
    $form['ds_search_group_by_type_settings'][$name]['name'] = array(
......
150 154
      '#parents' => array('ds_search_group_by_type_settings', $name, 'label'),
151 155
    );
152 156

  
153
    $wrapper_options = array(
154
      'fieldset' => t('Fieldset'),
155
      'markup' => t('Div with H3 headline'),
156
    );
157 157
    $form['ds_search_group_by_type_settings'][$name]['wrapper'] = array(
158 158
      '#type' => 'select',
159 159
      '#options' => $wrapper_options,

Formats disponibles : Unified diff