Update sql image file for 7.0 stable

This commit is contained in:
Laurent Destailleur 2018-03-16 11:19:58 +01:00
parent fe94562a56
commit 96ff5b1b23
2 changed files with 1614 additions and 1347 deletions

File diff suppressed because one or more lines are too long

View File

@ -214,7 +214,9 @@ class FormMargin
if (!empty($hidemargininfos)) print '<script>$(document).ready(function() {$(".margininfos").hide();});</script>'; if (!empty($hidemargininfos)) print '<script>$(document).ready(function() {$(".margininfos").hide();});</script>';
} }
print '<div class="div-table-responsive-no-min">';
print '<!-- Margin table -->'."\n"; print '<!-- Margin table -->'."\n";
print '<table class="noborder margintable centpercent">'; print '<table class="noborder margintable centpercent">';
print '<tr class="liste_titre">'; print '<tr class="liste_titre">';
print '<td class="liste_titre">'.$langs->trans('Margins').'</td>'; print '<td class="liste_titre">'.$langs->trans('Margins').'</td>';
@ -273,6 +275,7 @@ class FormMargin
print '</tr>'; print '</tr>';
} }
print '</table>'; print '</table>';
print '</div>';
} }
} }