diff --git a/htdocs/ecm/index.php b/htdocs/ecm/index.php index d6283444d22..87511996077 100644 --- a/htdocs/ecm/index.php +++ b/htdocs/ecm/index.php @@ -229,7 +229,7 @@ $head = ecm_prepare_head_fm($fac); dolibarr_fiche_head($head, $selected, '', 1); -print '
'; +print '
'; // Left area print ''; print ''; print ''; print ''; @@ -537,7 +537,7 @@ print ''; // Actions buttons print '
'; @@ -301,7 +301,7 @@ if (empty($action) || $action == 'file_manager' || eregi('refresh',$action) || $ print '
'.$langs->trans("ECMSections").''; - print ''.$langs->trans("Refresh").' '.img_picto($langs->trans("Refresh"),'refresh').''; + print ''.$langs->trans("Refresh").' '.img_picto($langs->trans("Refresh"),'refresh').''; print '
'; -if (empty($action) || $action == 'file_manager') +if (empty($action) || $action == 'file_manager' || eregi('refresh',$action)) { if ($user->rights->ecm->setup) {