= 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->modal->confirm('trash-o', t('Remove'), 'ProjectRoleRestrictionController', 'confirm', array('project_id' => $project['id'], 'restriction_id' => $restriction['restriction_id'])) ?> |
= $this->text->e($restriction['column_title']) ?> = $this->text->e($restriction['title']) ?> | = $this->modal->confirm('trash-o', t('Remove'), 'ColumnRestrictionController', 'confirm', array('project_id' => $project['id'], 'restriction_id' => $restriction['restriction_id'])) ?> |
= $this->text->e($restriction['src_column_title']) ?> / = $this->text->e($restriction['dst_column_title']) ?> = t('Only moving task between those columns is permitted') ?> | = $this->modal->confirm('trash-o', t('Remove'), 'ColumnMoveRestrictionController', 'confirm', array('project_id' => $project['id'], 'restriction_id' => $restriction['restriction_id'])) ?> |