update with html5 compliant code

This commit is contained in:
Philippe GRAND
2019-01-22 11:56:09 +01:00
parent a75ecc0832
commit 0a45d87f4a
14 changed files with 37 additions and 37 deletions

View File

@@ -275,7 +275,7 @@ print '<input type="hidden" name="action" value="setlevel">';
print '<table class="noborder" width="100%">';
print '<tr class="liste_titre">';
print '<td>'.$langs->trans("Parameter").'</td><td>'.$langs->trans("Value").'</td>';
print '<td align="right"><input type="submit" class="button" '.$option.' value="'.$langs->trans("Modify").'"></td>';
print '<td class="right"><input type="submit" class="button" '.$option.' value="'.$langs->trans("Modify").'"></td>';
print "</tr>\n";
print '<tr class="oddeven"><td width="140">'.$langs->trans("SyslogLevel").'</td>';