Lines Matching refs:get

4 	$url = $tpl->url('thread', 'id', $tpl->get('thread')->id, 'action', $tpl->param('action', 'add'), 'tid', $tpl->param('tid'), 'kid', $tpl->param('kid'));
5 $id = 'bez:thread' . $tpl->get('thread')->id;
23 <span><strong>#z<?php echo $tpl->get('task')->id ?></strong></span>
26 <?php if ($tpl->get('thread') != '' &&
27 $tpl->get('task')->acl_of('thread_comment_id') >= BEZ_PERMISSION_CHANGE): ?>
35 <?php foreach ($tpl->get('thread')->get_causes() as $cause_id): ?>
45 <?php if ($tpl->get('task')->thread_comment_id != ''): ?>
62 <?php if ($tpl->get('task')->acl_of('assignee') >= BEZ_PERMISSION_CHANGE): ?>
65 <?php foreach ($tpl->get('users') as $nick => $name): ?>
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): ?>
127 <?php if ($tpl->get('task')->all_day_event == '1'): ?>
140 <?php if ($tpl->get('task')->acl_of('task_program_id') < BEZ_PERMISSION_CHANGE) echo 'disabled' ?>
141 <?php if (!$tpl->get('task')->can_be_null('task_program_id')) echo 'data-validation="required"' ?>>
142 <?php if ($tpl->get('task')->can_be_null('task_program_id')): ?>
150 <?php foreach ($tpl->get('task_programs') as $task_program): ?>
162 <?php if ($tpl->get('task')->acl_of('plan_date') < BEZ_PERMISSION_CHANGE) echo 'disabled' ?>></span>
168 <strong><?php echo $tpl->getLang('task_' . $tpl->get('task')->state) ?></strong>
178 echo $tpl->url('thread', 'id', $tpl->get('thread')->id);
179 } else if ($tpl->action() == 'task' && $tpl->get('task')->id != '') {
180 echo $tpl->url('task', 'tid', $tpl->get('task')->id);
181 } else if ($tpl->get('task')->task_program_id != '') {
182 echo $tpl->url('tasks', 'task_program_id', $tpl->get('task')->task_program_id);