Project

General

Profile

« Previous | Next » 

Revision 2a61a296

Added by Andreas Kohlbecker over 7 years ago

ref #4490 improving settings documentation

View differences:

modules/cdm_dataportal/settings.php
1838 1838
  $taxon_tabs_weights = get_array_variable_merged(CDM_TAXONPAGE_TAB_WEIGHT, CDM_TAXONPAGE_TAB_WEIGHT_DEFAULT);
1839 1839
  $form['taxon_tabs'][CDM_TAXONPAGE_TAB_WEIGHT] = array(
1840 1840
    '#title'  => 'Tabs order',
1841
    '#type' => 'fieldset',
1842
    '#collapsible' => false,
1841 1843
    '#tree' => true,
1842 1844
    '#description' => 'The weight value defines the order of the tabs or of the respective content block on the 
1843 1845
        taxon page when it is the tabless mode.'
......
1858 1860
  $taxon_tabs_labels = get_array_variable_merged(CDM_TAXONPAGE_TAB_LABELS, CDM_TAXONPAGE_TAB_LABELS_DEFAULT);
1859 1861
  $form['taxon_tabs'][CDM_TAXONPAGE_TAB_LABELS] = array(
1860 1862
    '#title'  => 'Tab label override',
1863
    '#type' => 'fieldset',
1864
    '#collapsible' => false,
1861 1865
    '#tree' => true,
1862 1866
    '#description' => 'Setting a label for a tab will override the default label.'
1863 1867
  );

Also available in: Unified diff