mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-12 19:02:35 +01:00
Ajout d'une div responsive autour du formulaire pour améliorer la mise en page (#36825)
Co-authored-by: Anthony Berton <anthony.berton@bb2a.fr>
This commit is contained in:
@@ -2289,6 +2289,7 @@ class FormFile
|
||||
|
||||
print '<form action="'.$_SERVER['PHP_SELF'].($param ? '?'.$param : '').'" id="'.$htmlname.'" method="POST">';
|
||||
print '<input type="hidden" name="token" value="'.newToken().'">';
|
||||
print '<div class="div-table-responsive-no-min">';
|
||||
|
||||
print '<table class="liste noborder nobottom centpercent">';
|
||||
print '<tr class="liste_titre">';
|
||||
@@ -2404,7 +2405,7 @@ class FormFile
|
||||
print "</table>";
|
||||
|
||||
print '</form>';
|
||||
|
||||
print '</div>';
|
||||
return $nboflinks;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user