Go to the documentation of this file.00001 <?php
00002 if ($allowAdd)
00003 echo '<a href="'.$addPage.'">'.utils::getIcon(array('name'=>'add','type'=>$iconType)).' '.tr::__('scaffold_add').'</a><br />';
00004 echo $filterTable;
00005 echo $dataTable;
00006 ?>