Merge branch '7.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts: htdocs/filefunc.inc.php
This commit is contained in:
commit
9997a6c787
File diff suppressed because one or more lines are too long
@ -212,7 +212,9 @@ class FormMargin
|
||||
if (!empty($hidemargininfos)) print '<script>$(document).ready(function() {$(".margininfos").hide();});</script>';
|
||||
}
|
||||
|
||||
print '<div class="div-table-responsive-no-min">';
|
||||
print '<!-- Margin table -->'."\n";
|
||||
|
||||
print '<table class="noborder margintable centpercent">';
|
||||
print '<tr class="liste_titre">';
|
||||
print '<td class="liste_titre">'.$langs->trans('Margins').'</td>';
|
||||
@ -271,6 +273,7 @@ class FormMargin
|
||||
print '</tr>';
|
||||
}
|
||||
print '</table>';
|
||||
print '</div>';
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@ -555,7 +555,7 @@ MonthShort11=Nov.
|
||||
MonthShort12=Déc.
|
||||
MonthVeryShort01=J
|
||||
MonthVeryShort02=F
|
||||
MonthVeryShort03=L
|
||||
MonthVeryShort03=M
|
||||
MonthVeryShort04=A
|
||||
MonthVeryShort05=M
|
||||
MonthVeryShort06=J
|
||||
|
||||
Loading…
Reference in New Issue
Block a user