Skip to content
Snippets Groups Projects
Unverified Commit f15ec4a3 authored by weaver299's avatar weaver299 Committed by GitHub
Browse files

Merge pull request #333 from ASCWebServices/canini-2

removing search h2 heading from all filter sections
parents 7c0ae833 dbe9fdf9
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ function asc_bootstrap_form_alter(&$form, \Drupal\Core\Form\FormStateInterface $
'#weight' => -10,
);
$form['filter_search_heading'] = array(
'#markup' => '<h2 class="filter-heading search-heading">Search</h2>',
'#markup' => '<div class="filter-linebreak"></div>',
'#weight' => 4,
);
$form['spacer'] = array(
......@@ -128,7 +128,7 @@ function asc_bootstrap_form_alter(&$form, \Drupal\Core\Form\FormStateInterface $
'#weight' => -10,
);
$form['filter_search_heading'] = array(
'#markup' => '<h2 class="filter-heading search-heading">Search</h2>',
'#markup' => '<div class="filter-linebreak"></div>',
'#weight' => 4,
);
$form['spacer'] = array(
......@@ -160,7 +160,7 @@ function asc_bootstrap_form_alter(&$form, \Drupal\Core\Form\FormStateInterface $
);
}
$form['filter_search_heading'] = array(
'#markup' => '<h2 class="filter-heading search-heading">Search</h2>',
'#markup' => '<div class="filter-linebreak"></div>',
'#weight' => 4,
);
$form['spacer'] = array(
......@@ -222,7 +222,7 @@ function asc_bootstrap_form_alter(&$form, \Drupal\Core\Form\FormStateInterface $
);
}
$form['filter_search_heading'] = array(
'#markup' => '<h2 class="filter-heading search-heading">Search</h2>',
'#markup' => '<div class="filter-linebreak"></div>',
'#weight' => 4,
);
$form['spacer'] = array(
......@@ -690,7 +690,7 @@ function asc_bootstrap_form_alter(&$form, \Drupal\Core\Form\FormStateInterface $
'#weight' => 2,
);
$form['filter_search_heading'] = array(
'#markup' => '<h2 class="ppl-filter-heading ppl-search-heading">Search</h2>',
'#markup' => '<div class="filter-linebreak"></div>',
'#weight' => 0,
);
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment