Fix css
This commit is contained in:
parent
fdce538380
commit
93fdf41521
@ -315,8 +315,11 @@ if ($action == 'create') {
|
|||||||
print "</table>";
|
print "</table>";
|
||||||
|
|
||||||
// Bouton Save payment
|
// Bouton Save payment
|
||||||
print '<br><div class="center"><input type="checkbox" checked name="closepaidsalary"> '.$langs->trans("ClosePaidSalaryAutomatically");
|
print '<br>';
|
||||||
print '<br><input type="submit" class="button" name="save" value="'.$langs->trans('ToMakePayment').'">';
|
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 '<input type="submit" class="button" name="save" value="'.$langs->trans('ToMakePayment').'">';
|
||||||
print ' ';
|
print ' ';
|
||||||
print '<input type="submit" class="button" name="cancel" value="'.$langs->trans("Cancel").'">';
|
print '<input type="submit" class="button" name="cancel" value="'.$langs->trans("Cancel").'">';
|
||||||
print '</div>';
|
print '</div>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user