diff --git a/htdocs/ecm/index.php b/htdocs/ecm/index.php index a44c0f4adb617f74406c731a8c88c4b972ddd313..2e5de8c31c9b2d2e1e26f163114843f9948e609f 100644 --- a/htdocs/ecm/index.php +++ b/htdocs/ecm/index.php @@ -395,7 +395,7 @@ else print '<tr><td colspan="2" style="background: #FFFFFF" style="height: 34px !important">'; } // Start top panel, toolbar - +print '<div class="toolbarbutton">'; // Toolbar if ($user->rights->ecm->setup) @@ -414,7 +414,7 @@ print '<a href="'.$_SERVER["PHP_SELF"].'?action=refreshmanual'.($module?'&mo print '<img class="toolbarbutton" border="0" src="'.DOL_URL_ROOT.'/theme/common/view-refresh.png">'; print '</a>'; - +print '</div>'; // End top panel, toolbar if ($conf->use_javascript_ajax) {