summaryrefslogtreecommitdiff
path: root/themes/CleanFS/templates/pm.tasktype.tpl
blob: 6dcd02969504b849b3969c0952a5bc8494d68e2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<div id="toolbox">
  <h3><?php echo Filters::noXSS($proj->prefs['project_title']); ?> : <?php echo Filters::noXSS(L('tasktypeed')); ?></h3>
  <?php
  $this->assign('list_type', 'tasktype');
  $this->assign('rows', $proj->listTaskTypes(true));

  $systemwide = new Project(0);
  $this->assign('sysrows', $systemwide->listTaskTypes(true));

  $this->display('common.list.tpl');
  ?>
</div>