diff --git a/htdocs/resource/list.php b/htdocs/resource/list.php index 27eeb86d8d8..794db0149e2 100644 --- a/htdocs/resource/list.php +++ b/htdocs/resource/list.php @@ -149,27 +149,6 @@ else } -/* - * Boutons actions -*/ -print '
'; -$parameters = array(); -$reshook = $hookmanager->executeHooks('addMoreActionsButtons', $parameters, $object, $action); // Note that $action and $object may have been -// modified by hook -if (empty($reshook)) -{ - if ($action != "edit" ) - { - // Edit resource - if($user->rights->resource->write) - { - print '
'; - print ''.$langs->trans('AddResource').''; - print '
'; - } - } -} -print '
'; llxFooter();