summaryrefslogtreecommitdiff
path: root/themes/CleanFS/templates/pm.resolution.tpl
blob: 451ef5ac87302f875f00a3a22b64ad2b835c0069 (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('resed')); ?></h3>
<?php
$this->assign('list_type', 'resolution');
$this->assign('rows', $proj->listResolutions(true));
  
$systemwide = new Project(0);
$this->assign('sysrows', $systemwide->listResolutions(true));

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