Project

General

Profile

« Previous | Next » 

Revision 1758ca58

Added by Andreas Kohlbecker over 10 years ago

modification for second part of #3703 ( Show Thumbnails shown even if thumbnails options are not checked in the setting) - hide "Show thumbnails "

View differences:

7.x/modules/cdm_dataportal/theme/cdm_dataportal.page.theme
398 398
      $out .= '<div id="backButton">' . l(t('Modify search'), cdm_dataportal_search_form_path_for_ws($_REQUEST['ws'])) . '</div>';
399 399
    }
400 400
  }
401
  $out .= '<form name="pageoptions"><input id="showThumbnails" type="checkbox" name="showThumbnails" ' . (do_showThumbnails() == 1 ? 'checked="checked"' : '') . '> ' . t('Show Thumbnails') . '</form>';
401
  $out .= '<form name="pageoptions"><div id="showThumbnails"><input type="checkbox" name="showThumbnails" ' . (do_showThumbnails() == 1 ? 'checked="checked"' : '') . '> ' . t('Show Thumbnails') . '</div></form>';
402 402
  $out .= '</div>';
403 403
  $out .= '<div id="search-summary">' . t('results for') . ' ';
404 404
  $classification = cdm_dataportal_searched_in_classification();

Also available in: Unified diff