Add filters helper for search form

This commit is contained in:
Frederic Guillot
2015-07-04 14:23:45 -04:00
parent b01eb12a6c
commit cf8aeea6af
10 changed files with 115 additions and 25 deletions

View File

@@ -45,4 +45,5 @@
<?= $this->form->hidden('action', $filters) ?>
<?= $this->form->text('search', $filters, array(), array('placeholder="'.t('Filter').'"'), 'form-input-large') ?>
</form>
<?= $this->render('app/filters_helper', array('reset' => 'status:open')) ?>
</div>