user->getId() || $this->user->isAdmin() || $this->projectRole->getProjectUserRole($project['id']) == \Kanboard\Core\Security\Role::PROJECT_MANAGER) && $this->user->hasProjectAccess('CustomFilterController', 'edit', $project['id'])): ?>
- = $this->modal->medium('edit', t('Edit'), 'CustomFilterController', 'edit', array('project_id' => $filter['project_id'], 'filter_id' => $filter['id'])) ?>
- = $this->modal->confirm('trash-o', t('Remove'), 'CustomFilterController', 'confirm', array('project_id' => $filter['project_id'], 'filter_id' => $filter['id'])) ?>
= $this->text->e($filter['name']) ?>
|
= $this->text->e($filter['filter']) ?>
|
= t('Yes') ?>
= t('No') ?>
|
= t('Append') ?>
= t('Replace') ?>
|
= $this->text->e($filter['owner_name'] ?: $filter['owner_username']) ?>
|