Magellan Linux

Contents of /trunk/flyspray/themes/Magellan/templates/admin.resolution.tpl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6 - (show annotations) (download)
Thu Mar 24 13:33:23 2016 UTC (8 years, 2 months ago) by niro
File size: 237 byte(s)
-import flyspray-1.0-beta Magellan theme
1 <div id="toolbox">
2 <h3><?php echo Filters::noXSS(L('resolutionlist')); ?></h3>
3 <?php
4 $this->assign('list_type', 'resolution');
5 $this->assign('rows', $proj->listResolutions(true));
6 $this->display('common.list.tpl');
7 ?>
8 </div>