Lines Matching refs:get
2 <?php $url = $tpl->url('thread', 'id', $tpl->get('thread')->id, 'action',
20 <?php if ($tpl->get('thread_comment')->acl_of('type') >= BEZ_PERMISSION_CHANGE &&
21 $tpl->get('thread')->can_add_causes()): ?>
27 $tpl->get('thread_comment')->task_count > 0)
56 <a href="<?php echo $tpl->url('thread', 'id', $tpl->get('thread')->id) ?><?php if ($tpl->param('kid') != '') echo '#k'.$tpl->param('kid') ?>"
62 <?php if ($tpl->get('thread')->can_add_comments()): ?>
67 <?php if ($tpl->param('kid') == '' && $tpl->get('thread')->acl_of('state') >= BEZ_PERMISSION_CHANGE): ?>
68 <?php if ($tpl->get('thread')->can_be_closed()): ?>
70 <?php echo $tpl->getLang('js')['close_issue' . $tpl->get('lang_suffix')] ?>
72 <?php elseif ($tpl->get('thread')->can_be_rejected()): ?>
74 <?php echo $tpl->getLang('js')['reject_issue' . $tpl->get('lang_suffix')] ?>
76 <?php elseif ($tpl->get('thread')->can_be_reopened()): ?>
78 <?php echo $tpl->getLang('js')['reopen_issue'. $tpl->get('lang_suffix')] ?>
86 $tpl->get('thread_comment')->task_count > 0): ?>
88 <?php foreach ($tpl->get('tasks ' . $tpl->get('thread_comment')->id, array()) as $task): ?>