fix style

This commit is contained in:
Frédéric FRANCE 2020-12-11 18:09:37 +01:00
parent e9288ce0da
commit 0b3a5dc796
No known key found for this signature in database
GPG Key ID: 06809324E4B2ABC1
2 changed files with 6 additions and 0 deletions

View File

@ -242,6 +242,7 @@ print '<input type="hidden" name="action" value="update">';
clearstatcache();
print '<br>';
print '<div class="div-table-responsive-no-min">';
print '<table summary="edit" class="noborder centpercent editmode tableforfield">';
print '<tr class="liste_titre"><th>'.img_picto('', 'language').' '.$langs->trans("Language").'</th><th></th>';
print '</tr>';
@ -260,12 +261,14 @@ print '</td>';
print '</tr>';
print '</table><br>'."\n";
print '</div>';
// Themes and themes options
showSkins(null, 1);
print '<br>';
// Other
print '<div class="div-table-responsive-no-min">';
print '<table summary="otherparameters" class="noborder centpercent editmode">';
print '<tr class="liste_titre"><th>'.$langs->trans("Miscellaneous").'</th><th></th>';
print '<th width="20">&nbsp;</tg>';
@ -391,6 +394,7 @@ $doleditor->Create();
print '</td></tr>'."\n";
print '</table>'."\n";
print '</div>';
print '<br>';

View File

@ -315,6 +315,7 @@ function showSkins($fuser, $edit = 0, $foruserprofile = false)
if ($foruserprofile) $colspan = 4;
$thumbsbyrow = 6;
print '<div class="div-table-responsive-no-min">';
print '<table class="noborder centpercent'.($edit ? ' editmode' : '').' tableforfield">';
// Title
@ -911,4 +912,5 @@ function showSkins($fuser, $edit = 0, $foruserprofile = false)
} else {
}
print '</table>';
print '</div>';
}