|
@@ -40,8 +40,7 @@ $conf->dol_hide_leftmenu=1;
|
|
|
|
|
|
llxHeader('', $langs->trans("VATIntraCheckableOnEUSite"));
|
|
llxHeader('', $langs->trans("VATIntraCheckableOnEUSite"));
|
|
|
|
|
|
-print '<div>';
|
|
|
|
-print '<div>';
|
|
|
|
|
|
+print '<div class="vatcheckarea" style="margin-bottom: 10px">';
|
|
|
|
|
|
print load_fiche_titre($langs->trans("VATIntraCheckableOnEUSite"),'','title_setup');
|
|
print load_fiche_titre($langs->trans("VATIntraCheckableOnEUSite"),'','title_setup');
|
|
|
|
|
|
@@ -174,6 +173,8 @@ if ($messagetoshow)
|
|
print nl2br($messagetoshow);
|
|
print nl2br($messagetoshow);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+print '</div>';
|
|
|
|
+
|
|
// End of page
|
|
// End of page
|
|
llxFooter();
|
|
llxFooter();
|
|
$db->close();
|
|
$db->close();
|