Look and feel v16

This commit is contained in:
Laurent Destailleur 2022-06-21 11:16:36 +02:00
parent c1904f0e5e
commit 62c12bf55a

View File

@ -4749,7 +4749,7 @@ class Form
print img_picto('', 'bank_account', 'class="pictofixedwidth"'); print img_picto('', 'bank_account', 'class="pictofixedwidth"');
$nbaccountfound = $this->select_comptes($selected, $htmlname, 0, '', $addempty); $nbaccountfound = $this->select_comptes($selected, $htmlname, 0, '', $addempty);
if ($nbaccountfound > 0) { if ($nbaccountfound > 0) {
print '<input type="submit" class="button valignmiddle" value="'.$langs->trans("Modify").'">'; print '<input type="submit" class="button smallpaddingimp valignmiddle" value="'.$langs->trans("Modify").'">';
} }
print '</form>'; print '</form>';
} else { } else {