Lines Matching refs:tpl
3 <?php if ($tpl->factory('thread')->permission() >= BEZ_TABLE_PERMISSION_INSERT): ?>
4 …<a href="<?php echo $tpl->url('thread_report', 'type', 'issue') ?>" class="bez_start_button" id="b…
5 <?php echo $tpl->getLang('report_threads') ?>
8 <?php if ($tpl->factory('thread')->permission() >= BEZ_TABLE_PERMISSION_INSERT): ?>
9 …<a href="<?php echo $tpl->url('thread_report', 'type', 'project') ?>" class="bez_start_button" id=…
10 <?php echo $tpl->getLang('report_projects') ?>
14 <?php if ($tpl->factory('task')->permission() >= BEZ_TABLE_PERMISSION_INSERT): ?>
15 …<a href="<?php echo $tpl->url('task_form') ?>" class="bez_start_button" id="bez_report_task_button…
16 <?php echo $tpl->getLang('add_task') ?>
25 <?php echo $tpl->getLang('menu_activity') ?>
27 <?php if ($tpl->user_acl_level() >= BEZ_AUTH_ADMIN): ?>
29 <?php echo $tpl->getLang('proposals') ?>
30 (<span class="count"><?php echo $tpl->get('proposals_count') ?></span>)
34 <?php echo $tpl->getLang('close_issues') ?>
35 (<span class="count"><?php echo $tpl->get('my_threads_count') ?></span>)
38 <?php echo $tpl->getLang('close_tasks') ?>
39 (<span class="count"><?php echo $tpl->get('my_tasks_count') ?></span>)
42 <?php echo $tpl->getLang('my_reported_threads') ?>
43 (<span class="count"><?php echo $tpl->get('reported_threads_count') ?></span>)
46 <?php echo $tpl->getLang('my_reported_tasks') ?>
47 (<span class="count"><?php echo $tpl->get('reported_tasks_count') ?></span>)
53 <?php $tpl->set('no_filters', true) ?>
54 <?php if ($tpl->user_acl_level() >= BEZ_AUTH_ADMIN): ?>
56 <?php $tpl->set('threads', $tpl->get('proposals')) ?>
61 <?php $tpl->set('threads', $tpl->get('my_threads')) ?>
65 <?php $tpl->set('tasks', $tpl->get('my_tasks')) ?>
69 <?php $tpl->set('threads', $tpl->get('reported_threads')) ?>
73 <?php $tpl->set('tasks', $tpl->get('reported_tasks')) ?>