Project

General

Profile

« Previous | Next » 

Revision beb914ef

Added by Andreas Kohlbecker over 7 years ago

fix #5943 back to search button/link moved to drupal block

View differences:

modules/cdm_dataportal/settings.php
1768 1768

  
1769 1769
  $form['#submit'][] = 'cdm_settings_layout_taxon_submit';
1770 1770

  
1771
  $form['cdm_dataportal_show_back_to_search_results'] = array(
1772
      '#type' => 'checkbox',
1773
      '#title' => t('Show <em>Back to search results</em> link at the taxon site.'),
1774
      '#default_value' => variable_get('cdm_dataportal_show_back_to_search_results', 1),
1775
      '#description' => t('<p>If checked the link to search results is rendered at
1776
       the top of the taxon site. Clicking on the link the last search performed
1777
       is rendered again.</p>'),
1778
  );
1779

  
1780 1771
  // --------- TABBED TAXON ------- //
1781 1772
  $form['taxon_tabs'] = array(
1782 1773
    '#type' => 'fieldset',

Also available in: Unified diff