mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix css
This commit is contained in:
parent
5850b68f79
commit
e4767e91ea
|
|
@ -317,8 +317,7 @@ if ($action == 'create') {
|
|||
// Bouton Save payment
|
||||
print '<br>';
|
||||
print '<div class="center">';
|
||||
print '<div class="paddingbottom"><input type="checkbox" checked name="closepaidsalary" id="closepaidsalary"><label for="closepaidsalary">'.$langs->trans("ClosePaidSalaryAutomatically").'</label>';
|
||||
print '<br>';
|
||||
print '<div class="paddingbottom"><input type="checkbox" checked name="closepaidsalary" id="closepaidsalary"><label for="closepaidsalary">'.$langs->trans("ClosePaidSalaryAutomatically").'</label></div>';
|
||||
print '<input type="submit" class="button" name="save" value="'.$langs->trans('ToMakePayment').'">';
|
||||
print ' ';
|
||||
print '<input type="submit" class="button" name="cancel" value="'.$langs->trans("Cancel").'">';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user