= t('Restrictions for the role "%s"', $role['role']) ?>
|
= t('Actions') ?> |
---|---|
= t('There is no restriction for this role.') ?> | |
= t('Project') ?> = $this->text->e($restriction['title']) ?> | = $this->url->link(t('Remove'), 'ProjectRoleRestrictionController', 'confirm', array('project_id' => $project['id'], 'restriction_id' => $restriction['restriction_id']), false, 'popover') ?> |
= $this->text->e($restriction['column_title']) ?> = $this->text->e($restriction['title']) ?> | = $this->url->link(t('Remove'), 'ColumnRestrictionController', 'confirm', array('project_id' => $project['id'], 'restriction_id' => $restriction['restriction_id']), false, 'popover') ?> |
= $this->text->e($restriction['src_column_title']) ?> / = $this->text->e($restriction['dst_column_title']) ?> = t('Only moving task between those columns is permitted') ?> | = $this->url->link(t('Remove'), 'ColumnMoveRestrictionController', 'confirm', array('project_id' => $project['id'], 'restriction_id' => $restriction['restriction_id']), false, 'popover') ?> |