Project

General

Profile

« Previous | Next » 

Revision 81443195

Added by Andreas Kohlbecker almost 4 years ago

improving labels for image viewers, adding description

View differences:

modules/cdm_dataportal/settings.php
2972 2972
    '#title' => t('Image viewer') . ':',
2973 2973
    '#default_value' => variable_get(CDM_MEDIA_GALLERY_VIEWER, CDM_MEDIA_GALLERY_VIEWER_DEFAULT),
2974 2974
    '#options' => array(
2975
      CDM_MEDIA_GALLERY_VIEWER_DEFAULT => t('Universalviewer (new default)'),
2975
      CDM_MEDIA_GALLERY_VIEWER_DEFAULT => t('Universalviewer'),
2976 2976
      'fsi' => t('FSI viewer (requires FSI server!)'),
2977
      'default' => t('Standard image viewer (deprecated)'),
2977
      'default' => t('Simple viewer'),
2978 2978
    ),
2979
    '#description' => 'The <b>Universalviewer</b> is a feature rich image allery and viwer which provides support
2980
            for mobile devices and thus is highly recommended over the other options.<br/>
2981
            <b>Simple viewer</b> combines a HTML Gallery with a simple image viewer and only provides basic functionality 
2982
            and does not work well on mobile desvices.'
2979 2983
  );
2980 2984

  
2981 2985
  // --- STANDARD_IMAGE_VIEWER ---- //

Also available in: Unified diff