Fix responsive

This commit is contained in:
Laurent Destailleur 2019-12-04 15:12:18 +01:00
parent bde917d7fc
commit e073a2378b
2 changed files with 4 additions and 0 deletions

View File

@ -128,6 +128,7 @@ print '<form action="'.$_SERVER["PHP_SELF"].'" method="post">';
print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
print '<input type="hidden" name="action" value="set">';
print '<div class="div-table-responsive">';
print '<table class="noborder centpercent">';
print '<tr class="liste_titre">';
@ -290,6 +291,7 @@ print $form->selectarray('TAKEPOS_EMAIL_TEMPLATE_INVOICE', $arrayofmessagename,
print "</td></tr>\n";
print '</table>';
print '</div>';
print '<br>';

View File

@ -126,6 +126,7 @@ print '<form action="'.$_SERVER["PHP_SELF"].'?terminal='.(empty($terminal) ? 1 :
print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
print '<input type="hidden" name="action" value="set">';
print '<div class="div-table-responsive">';
print '<table class="noborder centpercent">';
print '<tr class="liste_titre">';
print '<td>'.$langs->trans("Parameters").'</td><td>'.$langs->trans("Value").'</td>';
@ -236,6 +237,7 @@ if (!empty($conf->stock->enabled))
}
print '</table>';
print '</div>';
if ($atleastonefound == 0 && !empty($conf->banque->enabled))
{