Project

General

Profile

« Previous | Next » 

Revision fe1b1203

Added by Andreas Kohlbecker over 6 years ago

Changing label from 'Available classification' to 'Default classification' and better form element description

View differences:

modules/cdm_dataportal/settings.php
1232 1232

  
1233 1233
  $form['taxon_tree'][CDM_TAXONOMICTREE_UUID] = array(
1234 1234
    '#type' => 'select',
1235
    '#title' => t('Available classifications') . ':',
1235
    '#title' => t('Default classification') . ':',
1236 1236
    '#default_value' => variable_get(CDM_TAXONOMICTREE_UUID, FALSE),
1237 1237
    '#options' => cdm_get_taxontrees_as_options(),
1238
    '#description' => t('Select the default taxa classification for your
1239
      <em>taxon tree</em>, the other classifications will be also available but
1240
      with a manual user change.'),
1238
    '#description' => t('The default taxa classification to be used in the whole portal. 
1239
      This affects most obviously the classification browser and the search in case is is restricted 
1240
      to a specific classification. See also <i>Included Classifications</i> below.'),
1241 1241
  );
1242 1242

  
1243 1243
  $form['taxon_tree'][TAXONTREE_RANKLIMIT] = array(
......
1258 1258
      '#title' => t('Included Classifications') . ':',
1259 1259
      '#default_value' => variable_get(CDM_TAXONTREE_INCLUDES, $taxontree_includes_default),
1260 1260
      '#options' => cdm_get_taxontrees_as_options(),
1261
      '#description' => t('Only the checked classifications will be avaliable in the classification chooser.'),
1261
      '#description' => t('Only the checked classifications will be available in the classification chooser.'),
1262 1262
  );
1263 1263

  
1264 1264
  $form['distribution'] = array(

Also available in: Unified diff