summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-06-06 20:36:04 -0400
committerFrederic Guillot <fred@kanboard.net>2016-06-06 20:36:04 -0400
commit444b63870d85d4c86040eeccca009db9a5bac596 (patch)
tree58c09aa9a34e88ab6f136346d3f0027a75ae6da0 /app
parentff5000e667e06daa5088d44b3d091442763de391 (diff)
parent61cedc489c0d08f89972fd50789e6d936379141a (diff)
Merge pull-request #2299
Diffstat (limited to 'app')
-rw-r--r--app/Template/dashboard/show.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Template/dashboard/show.php b/app/Template/dashboard/show.php
index 917a6651..637b60f8 100644
--- a/app/Template/dashboard/show.php
+++ b/app/Template/dashboard/show.php
@@ -1,8 +1,8 @@
<div class="filter-box">
<form method="get" action="<?= $this->url->dir() ?>" class="search">
- <?= $this->form->hidden('controller', array('controller' => 'search')) ?>
+ <?= $this->form->hidden('controller', array('controller' => 'SearchController')) ?>
<?= $this->form->hidden('action', array('action' => 'index')) ?>
- <?= $this->form->text('SearchController', array(), array(), array('placeholder="'.t('Search').'"'), 'form-input-large') ?>
+ <?= $this->form->text('search', array(), array(), array('placeholder="'.t('Search').'"'), 'form-input-large') ?>
<?= $this->render('app/filters_helper') ?>
</form>
</div>