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