summaryrefslogtreecommitdiff
path: root/themes/CleanFS/templates/pm.version.tpl
blob: 0b56fe6aa06fc1444814aa45ab1052807ecd7a42 (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('verlisted')); ?></h3>
<?php
$this->assign('list_type', 'version');
$this->assign('rows', $proj->listVersions(true));
  
$systemwide = new Project(0);
$this->assign('sysrows', $systemwide->listVersions(true));
  
$this->display('common.list.tpl');
?>
</div>