Home
last modified time | relevance | path

Searched refs:acl_of (Results 1 – 21 of 21) sorted by relevance

/plugin/bez/tpl/
H A Dtask_form.php27 $tpl->get('task')->acl_of('thread_comment_id') >= BEZ_PERMISSION_CHANGE): ?>
62 <?php if ($tpl->get('task')->acl_of('assignee') >= BEZ_PERMISSION_CHANGE): ?>
83 <?php if ($tpl->get('task')->acl_of('content') >= BEZ_PERMISSION_CHANGE): ?>
86 <textarea name="content" id="content" data-validation="required" <?php if ($tpl->get('task')->acl_of('content') < BEZ_PERMISSION_CHANGE) echo 'disabled' ?>><?php echo $tpl->value('content') ?></textarea>
94 <?php if ($tpl->get('task')->acl_of('plan_date') < BEZ_PERMISSION_CHANGE) echo 'disabled' ?>
102 <?php if ($tpl->get('task')->acl_of('plan_date') < BEZ_PERMISSION_CHANGE) echo 'disabled' ?>
109 <?php if ($tpl->get('task')->acl_of('plan_date') < BEZ_PERMISSION_CHANGE) echo 'disabled' ?>
119 <?php if ($tpl->get('task')->acl_of('all_day_event') >= BEZ_PERMISSION_CHANGE): ?>
140 <?php if ($tpl->get('task')->acl_of('task_program_id') < BEZ_PERMISSION_CHANGE) echo 'disabled' ?>
162 <?php if ($tpl->get('task')->acl_of('plan_dat
[all...]
H A Dthread_report.php40 $tpl->get('thread')->acl_of('label_id') >= BEZ_PERMISSION_CHANGE): ?>
56 <?php if ($tpl->get('thread')->acl_of('coordinator') >= BEZ_PERMISSION_CHANGE): ?>
86 <?php if ($tpl->get('thread')->acl_of('private') >= BEZ_PERMISSION_CHANGE): ?>
H A Dtask_comment_box.php34 $tpl->get('task_comment')->acl_of('id') >= BEZ_PERMISSION_CHANGE): ?>
40 <?php if ($tpl->get('task_comment')->acl_of('id') >= BEZ_PERMISSION_DELETE): ?>
H A Dtask.php2 <?php if ($tpl->get('task')->thread_id != '' && $tpl->get('task')->thread->acl_of('id') >= BEZ_PERMISSION_VIEW): ?>
101 <?php if ($tpl->get('task')->acl_of('participants') >= BEZ_PERMISSION_CHANGE &&
145 <?php if ($tpl->get('task')->acl_of('participants') >= BEZ_PERMISSION_CHANGE): ?>
H A Dtask_box.php98 <?php if ($tpl->get('task')->acl_of('thread_id') >= BEZ_PERMISSION_CHANGE): ?>
127 <?php if ($tpl->get('task')->acl_of('state') >= BEZ_PERMISSION_CHANGE): ?>
154 <?php if ($tpl->get('task')->acl_of('id') >= BEZ_PERMISSION_DELETE): ?>
H A Dcommcause_form.php20 <?php if ($tpl->get('thread_comment')->acl_of('type') >= BEZ_PERMISSION_CHANGE &&
67 <?php if ($tpl->param('kid') == '' && $tpl->get('thread')->acl_of('state') >= BEZ_PERMISSION_CHANGE): ?>
H A Dthread_box.php76 $tpl->get('thread')->acl_of('state') >= BEZ_PERMISSION_CHANGE &&
100 <?php if ($tpl->get('thread')->acl_of('id') >= BEZ_PERMISSION_DELETE && $tpl->get('thread')->can_be_removed()): ?>
H A Dtask_comment_form.php40 <?php if ($tpl->param('zkid') == '' && $tpl->get('task')->acl_of('state') >= BEZ_PERMISSION_CHANGE): ?>
H A Dcommcause_box.php37 <?php if ( $tpl->get('thread_comment')->acl_of('id') >= BEZ_PERMISSION_DELETE &&
H A Dthread.php63 $tpl->get('thread')->acl_of('state') < BEZ_PERMISSION_CHANGE)): ?>
H A Dthreads.php150 <?php if ($thread->acl_of('id') < BEZ_PERMISSION_VIEW) continue ?>
H A Dtasks.php171 <?php if ($task->acl_of('id') < BEZ_PERMISSION_VIEW) continue ?>
/plugin/bez/mdl/
H A DEntity.php63 if ($this->acl_of($property) < BEZ_PERMISSION_VIEW) {
72 if ($this->acl_of($property) < BEZ_PERMISSION_CHANGE) {
140 public function acl_of($field) { function in dokuwiki\\plugin\\bez\\mdl\\Entity
141 return $this->acl->acl_of($field);
H A DAcl.php47 public function acl_of($col) { function in dokuwiki\\plugin\\bez\\mdl\\Acl
H A DTask.php282 if ($this->acl_of('state') < BEZ_PERMISSION_CHANGE) {
330 $this->acl_of('state') >= BEZ_PERMISSION_CHANGE)) {
478 if ($this->acl_of('thread_id') < BEZ_PERMISSION_CHANGE) {
503 if ($this->acl_of('thread_id') < BEZ_PERMISSION_CHANGE) {
H A DThread_comment.php99 if ($this->acl_of('type') < BEZ_PERMISSION_CHANGE) {
H A DThreadFactory.php281 if ($thread->acl_of('private') >= BEZ_PERMISSION_CHANGE) {
H A DFactory.php319 if ($obj->acl_of('id') < BEZ_PERMISSION_DELETE) {
H A DThread.php140 if ($this->acl_of('state') < BEZ_PERMISSION_CHANGE) {
/plugin/bez/ctl/
H A Dstart.php55 if ($thread->acl_of('id') < BEZ_PERMISSION_VIEW) continue;
78 if ($thread_comment->thread->acl_of('id') < BEZ_PERMISSION_VIEW) continue;
88 if ($task->acl_of('id') < BEZ_PERMISSION_VIEW) continue;
98 if ($task_comment->task->acl_of('id') < BEZ_PERMISSION_VIEW) continue;
H A Dthread.php17 if ($thread->acl_of('id') < BEZ_PERMISSION_VIEW) {