blob: 0ceff3328088b477a2009bc3934ed78f49238ebb (
plain)
1
2
3
4
5
6
7
8
|
<div id="toolbox">
<h3><?php echo Filters::noXSS(L('tasktypes')); ?></h3>
<?php
$this->assign('list_type', 'tasktype');
$this->assign('rows', $proj->listTaskTypes(true));
$this->display('common.list.tpl');
?>
</div>
|