function buttons($action)
 {
     echo '<span style="background-color:#f4f4f4;font-weight:bold;">';
     menuFacileForms::button(BFText::_('COM_BREEZINGFORMS_TOOLBAR_MANAGERECS'), $action, 'managerecs');
     menuFacileForms::button(BFText::_('COM_BREEZINGFORMS_TOOLBAR_MANAGEMENUS'), $action, 'managemenus');
     menuFacileForms::button(BFText::_('COM_BREEZINGFORMS_TOOLBAR_MANAGEFORMS'), $action, 'manageforms');
     menuFacileForms::button(BFText::_('COM_BREEZINGFORMS_TOOLBAR_MANAGESCRIPTS'), $action, 'managescripts');
     menuFacileForms::button(BFText::_('COM_BREEZINGFORMS_TOOLBAR_MANAGEPIECES'), $action, 'managepieces');
     menuFacileForms::button(BFText::_('COM_BREEZINGFORMS_TOOLBAR_CONFIGURATION'), $action, '', 'config');
     echo '</span>';
 }