summaryrefslogtreecommitdiff
path: root/themes/CleanFS/templates/admin.resolution.tpl
blob: e8b78dc70908fc1116c2b16ca8d38efb1ce8fd7a (plain)
1
2
3
4
5
6
7
8
<div id="toolbox">
  <h3><?php echo Filters::noXSS(L('resolutionlist')); ?></h3>
  <?php
  $this->assign('list_type', 'resolution');
  $this->assign('rows', $proj->listResolutions(true));
  $this->display('common.list.tpl');
  ?>
</div>