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/theme/cdm_dataportal.page.theme
250 250
    }
251 251
  }
252 252
  if (variable_get(SEARCH_RESULTS_SHOW_THUMBNAIL_CHECKBOX, SEARCH_RESULTS_SHOW_THUMBNAIL_CHECKBOX_DEFAULT)) {
253
    $out .= '<form name="pageoptions"><div id="showThumbnails"><input class="showThumbnails" type="checkbox" name="showThumbnails" ' . (do_showThumbnails() == 1 ? 'checked="checked"' : '') . '> ' . t('Display Image Thumbnails') . '</div></form>';
253
    $out .= '<form name="pageoptions"><div id="showThumbnails"><input class="showThumbnails" type="checkbox" name="showThumbnails" ' . (do_showThumbnails() == 1 ? 'checked="checked"' : '') . '> ' . t('Display image thumbnails') . '</div></form>';
254 254
  }
255 255
  $out .= '</div>';
256 256

  

Also available in: Unified diff