set type='danger' of submit button

This commit is contained in:
Uwe Steinmann 2021-04-22 14:41:30 +02:00
parent f55db469c7
commit fa241482c0

View File

@ -708,7 +708,7 @@ $(document).ready(function() {
'value'=>1
)
);
$this->formSubmit(getMLText('cancel_checkout'));
$this->formSubmit(getMLText('cancel_checkout'), '', '', 'danger');
?>
</form>
<?php