Project

General

Profile

« Previous | Next » 

Revision c278f2a0

Added by Andreas Kohlbecker over 7 years ago

Fixing case of labels and adding spanisch translations

View differences:

modules/cdm_dataportal/settings.php
2582 2582

  
2583 2583
  $form['search_settings'][SEARCH_RESULTS_SHOW_THUMBNAIL_CHECKBOX] = array(
2584 2584
    '#type' => 'checkbox',
2585
    '#title' => t('Show the <i>Show Image Thumbnails</i> button') . ':',
2585
    '#title' => t('Show the') .  ' <i>' . t('Display image thumbnails') . '</i>' . t('button') . ':',
2586 2586
    '#default_value' => variable_get(SEARCH_RESULTS_SHOW_THUMBNAIL_CHECKBOX, SEARCH_RESULTS_SHOW_THUMBNAIL_CHECKBOX_DEFAULT),
2587 2587
    '#description' => t('The search results page will offer a button to toggle the display of image thumbnails.'),
2588 2588
  );

Also available in: Unified diff