1<div id="toolbox"> 2 <h3>{$proj->prefs['project_title']} : {L('resed')}</h3> 3 4 <?php 5 $this->assign('list_type', 'resolution'); 6 $this->assign('rows', $proj->listResolutions(true)); 7 $this->display('common.list.tpl'); 8 ?> 9</div> 10