showTranslations();
?>
>
getItems() as $action){
if (in_array($action->getType(),$hiddenActions)) continue;
echo "
";
switch ($action->getType()){
case "create": {
tpl_action('edit', true, false, false, '', '', "
") ;
break;
}
case "edit": {
tpl_action('edit', true, false, false, '', '', "
") ;
break;
}
case "revs": {
tpl_action('revisions', true, false, false, '', '', "
");
break;
}
case "export_pdf": {
$attr = buildAttributes($action->getLinkAttributes());
echo "
";
break;
}
default: {
$attr = buildAttributes($action->getLinkAttributes());
echo "
";
break;
}
}
echo "
";
}
?>