Fix buttons
This commit is contained in:
parent
d69f9eca40
commit
f787512592
@ -776,11 +776,11 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie
|
|||||||
|
|
||||||
// Save + Cancel Buttons
|
// Save + Cancel Buttons
|
||||||
if ($action != 'add_paiement') {
|
if ($action != 'add_paiement') {
|
||||||
print '<br><div class="center"><input type="checkbox" checked name="closepaidinvoices"> '.$langs->trans("ClosePaidInvoicesAutomatically");
|
print '<br><div class="center">';
|
||||||
print '<p> </p>';
|
print '<input type="checkbox" checked name="closepaidinvoices"> '.$langs->trans("ClosePaidInvoicesAutomatically").'<br>';
|
||||||
print '<br><input type="submit" class="button" value="'.$langs->trans('ToMakePayment').'">';
|
print '<input type="submit" class="button" value="'.$langs->trans('ToMakePayment').'">';
|
||||||
print '<p> </p>';
|
print ' <input type="button" class="button button-cancel" name="cancel" value="'.$langs->trans("Cancel").'">';
|
||||||
print '<br><input type="button" class="button button-cancel" value="'.$langs->trans("Cancel").'" onClick="javascript:history.go(-1)"></div>';
|
print '</div>';
|
||||||
}
|
}
|
||||||
|
|
||||||
// Form to confirm payment
|
// Form to confirm payment
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user