if (isset($marginal) || ($this->params['controller'] == 'toolboxes' AND $this->params['action']=='details')) : ?>
endif?>
echo $marginal;
if (!empty($contentAr['File'])) {
foreach ($contentAr['File'] AS $file) {
$text = ($file['linktext'] != '') ? $file['linktext'] : 'More Details...';
echo '
'.$this -> html -> link($text, '/files/pages/' . $file['filename'], array('target' => '_blank', 'escape' => false));
}
}
?>
List of all tools
if (!empty($toolboxes)) {
echo $this -> element('/Toolboxes/searchResult');
}
else {
echo 'No entries found.';
}
?>
echo $this -> Html -> image('processing.gif', array('border' => '0')); ?>