blob: 4bbe0daf413685c5076d5482be8f548a7165ebb5 (
plain)
1
2
3
4
5
6
7
8
9
|
<div id="toolbox">
<h3><?php echo Filters::noXSS(L('oslist')); ?></h3>
<?php
$this->assign('list_type', 'os');
$this->assign('rows', $proj->listOs(true));
$this->display('common.list.tpl');
?>
</div>
|