Add default filter per user
This commit is contained in:
committed by
Frédéric Guillot
parent
bc4457c4cb
commit
5f7a3442d6
@@ -50,6 +50,9 @@
|
||||
|
||||
<?= $this->form->label(t('Language'), 'language') ?>
|
||||
<?= $this->form->select('language', $languages, $values, $errors) ?>
|
||||
|
||||
<?= $this->form->label(t('Filter'), 'filter') ?>
|
||||
<?= $this->form->text('filter', $values, $errors) ?>
|
||||
|
||||
<?= $this->form->checkbox('notifications_enabled', t('Enable email notifications'), 1, isset($values['notifications_enabled']) && $values['notifications_enabled'] == 1 ? true : false) ?>
|
||||
</fieldset>
|
||||
|
||||
Reference in New Issue
Block a user