fix style
This commit is contained in:
parent
e9288ce0da
commit
0b3a5dc796
@ -242,6 +242,7 @@ print '<input type="hidden" name="action" value="update">';
|
|||||||
clearstatcache();
|
clearstatcache();
|
||||||
|
|
||||||
print '<br>';
|
print '<br>';
|
||||||
|
print '<div class="div-table-responsive-no-min">';
|
||||||
print '<table summary="edit" class="noborder centpercent editmode tableforfield">';
|
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 class="liste_titre"><th>'.img_picto('', 'language').' '.$langs->trans("Language").'</th><th></th>';
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
@ -260,12 +261,14 @@ print '</td>';
|
|||||||
print '</tr>';
|
print '</tr>';
|
||||||
|
|
||||||
print '</table><br>'."\n";
|
print '</table><br>'."\n";
|
||||||
|
print '</div>';
|
||||||
|
|
||||||
// Themes and themes options
|
// Themes and themes options
|
||||||
showSkins(null, 1);
|
showSkins(null, 1);
|
||||||
print '<br>';
|
print '<br>';
|
||||||
|
|
||||||
// Other
|
// Other
|
||||||
|
print '<div class="div-table-responsive-no-min">';
|
||||||
print '<table summary="otherparameters" class="noborder centpercent editmode">';
|
print '<table summary="otherparameters" class="noborder centpercent editmode">';
|
||||||
print '<tr class="liste_titre"><th>'.$langs->trans("Miscellaneous").'</th><th></th>';
|
print '<tr class="liste_titre"><th>'.$langs->trans("Miscellaneous").'</th><th></th>';
|
||||||
print '<th width="20"> </tg>';
|
print '<th width="20"> </tg>';
|
||||||
@ -391,6 +394,7 @@ $doleditor->Create();
|
|||||||
print '</td></tr>'."\n";
|
print '</td></tr>'."\n";
|
||||||
|
|
||||||
print '</table>'."\n";
|
print '</table>'."\n";
|
||||||
|
print '</div>';
|
||||||
|
|
||||||
print '<br>';
|
print '<br>';
|
||||||
|
|
||||||
|
|||||||
@ -315,6 +315,7 @@ function showSkins($fuser, $edit = 0, $foruserprofile = false)
|
|||||||
if ($foruserprofile) $colspan = 4;
|
if ($foruserprofile) $colspan = 4;
|
||||||
|
|
||||||
$thumbsbyrow = 6;
|
$thumbsbyrow = 6;
|
||||||
|
print '<div class="div-table-responsive-no-min">';
|
||||||
print '<table class="noborder centpercent'.($edit ? ' editmode' : '').' tableforfield">';
|
print '<table class="noborder centpercent'.($edit ? ' editmode' : '').' tableforfield">';
|
||||||
|
|
||||||
// Title
|
// Title
|
||||||
@ -911,4 +912,5 @@ function showSkins($fuser, $edit = 0, $foruserprofile = false)
|
|||||||
} else {
|
} else {
|
||||||
}
|
}
|
||||||
print '</table>';
|
print '</table>';
|
||||||
|
print '</div>';
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user