Project

General

Profile

« Previous | Next » 

Revision 098b6358

Added by Andreas Kohlbecker almost 6 years ago

ref #7494 registration search filter layout improvements

View differences:

modules/cdm_dataportal/cdm_dataportal.search.php
802 802
    '#type' => 'submit',
803 803
    '#attributes' => array('class' => array('fa-icon'), 'title' => t('Search')),
804 804
    '#value' => decode_entities(''), // fontawesome search icon
805
    '#prefix' => "<div class=\"form-item\"><label>&nbsp</label>",
806
    '#suffix' => "</div>"
805
//    '#prefix' => "<div class=\"form-item\"><label>&nbsp</label>",
806
//    '#suffix' => "</div>"
807 807

  
808 808
  );
809 809
  return $form;

Also available in: Unified diff