From 5a47ab3344f036a9bdd59e86cb58576d74850153 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Wed, 27 Apr 2016 21:27:40 -0400 Subject: [PATCH] Remove the legend Button makes it clear what this form is performing, and a user can easily create a legend using the searchOptions, or replace this element with their own --- src/Template/Element/search.ctp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Template/Element/search.ctp b/src/Template/Element/search.ctp index dd8742a4..7a455e62 100644 --- a/src/Template/Element/search.ctp +++ b/src/Template/Element/search.ctp @@ -14,7 +14,6 @@ if (empty($searchInputs)) { ?>
- Filter Form->inputs($searchInputs, ['fieldset' => false]); ?> Form->button('Filter results', ['type' => 'submit', 'class' => 'btn btn-primary']); ?>