From 4c6686c799d572452fd20df658058c0ecb4871b8 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 9 Sep 2008 00:19:06 +0000 Subject: [PATCH] New: Navigation in ECM module is done like in a file manager. --- htdocs/ecm/index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) {