Skip to content

Commit

Permalink
Merge pull request #115 from FriendsOfCake/josegonzalez-search
Browse files Browse the repository at this point in the history
Remove the legend on search
  • Loading branch information
josegonzalez committed Apr 28, 2016
2 parents 8f33bd9 + 5a47ab3 commit 405731d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Template/Element/search.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ if (empty($searchInputs)) {
?>

<fieldset>
<legend>Filter</legend>
<?= $this->Form->inputs($searchInputs, ['fieldset' => false]); ?>
<?= $this->Form->button('Filter results', ['type' => 'submit', 'class' => 'btn btn-primary']); ?>
</fieldset>
Expand Down

0 comments on commit 405731d

Please sign in to comment.