Project

General

Profile

« Previous | Next » 

Revision 0e38f1bf

Added by Andreas Kohlbecker almost 2 years ago

ref #9659 ext_links editing possible

View differences:

modules/cdm_dataportal/ext_links/ext_links.admin.inc
116 116
 */
117 117
function ext_links_admin_link_template_form($form, &$form_state, $link_template) {
118 118

  
119
  $form['#format'] = $link_template;
119
  $form['#link_template'] = $link_template;
120 120
  $form['#tree'] = TRUE;
121 121

  
122 122
  $form['id'] = array(
......
193 193
      drupal_set_message(t('The text link_template %link_template has been updated.', array('%link_template' => $link_template->id)));
194 194
      break;
195 195
  }
196

  
197
  drupal_goto('admin/config/cdm_dataportal/ext_links');
196 198
}
197 199

  
198 200
/**

Also available in: Unified diff