Lines Matching refs:get

2 <div    data-type="<?php echo $tpl->get('thread')->type ?>"
5 if ($tpl->get('thread')->state == 'opened') {
6 echo 'priority_' . $tpl->get('thread')->priority;
12 <a href="<?php echo $tpl->url('thread', 'id', $tpl->get('thread')->id) ?>">
13 #<?php echo $tpl->get('thread')->id ?>
16 <?php if ($tpl->get('thread')->type == 'project'): ?>
18 <?php elseif (!empty($tpl->get('thread')->label_name)): ?>
19 <?php echo $tpl->get('thread')->label_name ?>
24 (<?php echo $tpl->getLang('state_' . $tpl->get('thread')->state) ?>)
26 <?php if ($tpl->get('thread')->private == '1'): ?>
31 <h1 class="thread_header"><?php echo $tpl->get('thread')->title ?></h1>
36 <?php echo $tpl->date($tpl->get('thread')->create_date) ?>
40 <?php if ($tpl->get('thread')->state == 'closed' || $tpl->get('thread')->state == 'rejected'): ?>
43 <?php echo $tpl->date($tpl->get('thread')->close_date) ?>
48 <?php echo $tpl->date_diff_days($tpl->get('thread')->create_date, $tpl->get('thread')->close_date, '%a') ?>
57 <?php echo $tpl->user_name($tpl->get('thread')->original_poster) ?>
62 <?php if ($tpl->get('thread')->coordinator == ''): ?>
65 <?php echo $tpl->user_name($tpl->get('thread')->coordinator) ?>
71 <?php echo $tpl->get('thread')->content_html ?>
72 <?php if (!$tpl->get('no_actions')): ?>
76 $tpl->get('thread')->acl_of('state') >= BEZ_PERMISSION_CHANGE &&
77 ($tpl->get('thread')->can_be_closed() ||
78 $tpl->get('thread')->can_be_rejected() ||
79 $tpl->get('thread')->can_be_reopened())): ?>
83 href="<?php echo $tpl->url('thread', 'id', $tpl->get('thread')->id) ?>#k_">
84 <?php if ($tpl->get('thread')->can_be_closed()): ?>
85 ↬ <?php echo $tpl->getLang('js')['close_issue' . $tpl->get('lang_suffix')] ?>
86 <?php elseif ($tpl->get('thread')->can_be_rejected()): ?>
87 ↛ <?php echo $tpl->getLang('js')['reject_issue' . $tpl->get('lang_suffix')] ?>
88 <?php elseif ($tpl->get('thread')->can_be_reopened()): ?>
89 ↻ <?php echo $tpl->getLang('js')['reopen_issue'. $tpl->get('lang_suffix')] ?>
94 <?php if (count($tpl->get('thread')->changable_fields(array('label_id', 'title', 'content', 'coordinator'))) > 0): ?>
95 <a href="<?php echo $tpl->url('thread_report', 'action', 'edit', 'id', $tpl->get('thread')->id) ?>" class="bds_inline_button">
100 <?php if ($tpl->get('thread')->acl_of('id') >= BEZ_PERMISSION_DELETE && $tpl->get('thread')->can_be_removed()): ?>
102 href="<?php echo $tpl->url('thread', 'id', $tpl->get('thread')->id, 'action', 'delete');
109 <?php echo $tpl->mailto($tpl->user_email($tpl->get('thread')->coordinator),
110 '#'.$tpl->get('thread')->id.' '.$tpl->get('thread')->title,
111 $tpl->url('thread', 'id', $tpl->get('thread')->id)) ?>">
115 <?php if ($tpl->get('thread')->type == 'issue'): ?>
116 <a href="<?php echo $tpl->url('8d', 'id', $tpl->get('thread')->id) ?>" class="bds_inline_button bds_report_button">
120 <a href="<?php echo $tpl->url('kp', 'id', $tpl->get('thread')->id) ?>" class="bds_inline_button bds_report_button">