Uniformize code with filemanager module

This commit is contained in:
Laurent Destailleur 2012-03-26 09:57:52 +02:00
parent ffc0b2b44c
commit e33b0dc01a

View File

@ -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?'&amp;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)
{