Project

General

Profile

« Previous | Next » 

Revision 15dfa454

Added by Andreas Kohlbecker over 2 years ago

bigger weight range for ext-links

View differences:

modules/cdm_dataportal/ext_links/ext_links.admin.inc
184 184
    '#type' => 'weight',
185 185
    '#title' => t('Weight'),
186 186
    '#default_value' => $link_template->weight,
187
    '#delta' => 10,
187
    '#delta' => 100,
188 188
  );
189 189
  $form['actions'] = array('#type' => 'actions');
190 190
  $form['actions']['submit'] = array('#type' => 'submit', '#value' => t('Save'));

Also available in: Unified diff