Project

General

Profile

« Previous | Next » 

Revision 3e983825

Added by Andreas Kohlbecker over 12 years ago

fixing missleading field description

View differences:

5.x/modules/cdm_dataportal/settings.php
1029 1029
      '#title' => t('Maps settings'),
1030 1030
      '#collapsible' => TRUE,
1031 1031
      '#collapsed' => TRUE,
1032
      '#description' => t('Configuration of the renderized maps.'),
1032
      '#description' => t('General configuration for all map types.'),
1033 1033
     );
1034 1034

  
1035 1035
    $form['map_settings']['cdm_dataportal_geoservice_display_width'] = array(
1036 1036
      '#type' => 'textfield',
1037
      '#title' => t('Maps size'),
1037
      '#title' => t('Maps width'),
1038 1038
      '#default_value' => variable_get('cdm_dataportal_geoservice_display_width', 390),
1039
      '#description' => t('Choose the size of your Maps. A value of 500 means the size will be 500x500, a value of 300 means the size will be 300x300.')
1039
      '#description' => t('Choose the width of your maps, the height will always be the half of the width. A value of 500 means the size will be 500 pixels witdh and 250 pixels height.')
1040 1040
    );
1041 1041

  
1042 1042
    $form['map_settings']['cdm_dataportal_geoservice_bounding_box'] = array(

Also available in: Unified diff