mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 12:11:19 +00:00
set type='danger' of submit button
This commit is contained in:
parent
f55db469c7
commit
fa241482c0
|
@ -708,7 +708,7 @@ $(document).ready(function() {
|
|||
'value'=>1
|
||||
)
|
||||
);
|
||||
$this->formSubmit(getMLText('cancel_checkout'));
|
||||
$this->formSubmit(getMLText('cancel_checkout'), '', '', 'danger');
|
||||
?>
|
||||
</form>
|
||||
<?php
|
||||
|
|
Loading…
Reference in New Issue
Block a user