Project

General

Profile

« Previous | Next » 

Revision cac6121d

Added by Andreas Kohlbecker over 2 years ago

ref #9765 bigger weight range for ext-links and more allowed charagters for link field

View differences:

modules/cdm_dataportal/ext_links/ext_links.admin.inc
30 30
      '#title' => t('Weight for @title', array('@title' => $link_template->id)),
31 31
      '#title_display' => 'invisible',
32 32
      '#default_value' => $link_template->weight,
33
      '#delta' => 100
33 34
    );
34 35
    $form['link_templates'][$id]['#attributes']['class'] = [];
35 36
    if($link_template->status != 1){
......
172 173
      ['!cdm_tokens' => '<li><code>' . join('</code></li><li><code>', $cdm_tokens) . '</code></li>']
173 174
    ),
174 175
    '#default_value' => $link_template->link,
176
    '#maxlength' => 500,
175 177
    '#required' => TRUE,
176 178
  );
177 179

  

Also available in: Unified diff