Project

General

Profile

« Previous | Next » 

Revision 44458b04

Added by Andreas Kohlbecker almost 4 years ago

ref #8420 specimen view mode settings as radio buttons, cleaning up old variables

View differences:

modules/cdm_dataportal/cdm_dataportal.search.php
197 197
  $form['search']['pageSize'] = array(
198 198
    '#weight' => -1,
199 199
    '#type' => 'hidden',
200
    '#value' => variable_get('cdm_dataportal_search_items_on_page', 25),
200
    '#value' => variable_get(CDM_SEARCH_RESULT_PAGE_SIZE, CDM_SEARCH_RESULT_PAGE_SIZE_DEFAULT),
201 201
  );
202 202

  
203 203
  $form['search']['pageNumber'] = array(
......
428 428
    $form['search']['pageSize'] = array(
429 429
        '#weight' => -1,
430 430
        '#type' => 'hidden',
431
        '#value' => variable_get('cdm_dataportal_search_items_on_page', 25),
431
        '#value' => variable_get(CDM_SEARCH_RESULT_PAGE_SIZE, CDM_SEARCH_RESULT_PAGE_SIZE_DEFAULT),
432 432
    );
433 433

  
434 434
    $form['search']['pageNumber'] = array(

Also available in: Unified diff