Useless bottom-border

This commit is contained in:
Laurent Destailleur 2017-03-18 19:57:33 +01:00
parent b9d6122c53
commit 49624c7b68
2 changed files with 3 additions and 3 deletions

View File

@ -228,7 +228,7 @@ if ($action == 'edit')
print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
print '<input type="hidden" name="action" value="update">';
dol_fiche_head($head, 'common', '');
dol_fiche_head($head, 'common', '', -1);
print $langs->trans("EMailsDesc")."<br>\n";
print "<br>\n";
@ -453,7 +453,7 @@ if ($action == 'edit')
}
else
{
dol_fiche_head($head, 'common', '');
dol_fiche_head($head, 'common', '', -1);
print $langs->trans("EMailsDesc")."<br>\n";
print "<br>\n";

View File

@ -405,7 +405,7 @@ $head[$h][2] = 'templates';
$h++;
dol_fiche_head($head, 'templates', '');
dol_fiche_head($head, 'templates', '', -1);
// Confirmation de la suppression de la ligne
if ($action == 'delete')