Update sql image file for 7.0 stable
This commit is contained in:
parent
fe94562a56
commit
96ff5b1b23
File diff suppressed because one or more lines are too long
@ -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>';
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user