mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 13:11:31 +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
|
'value'=>1
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
$this->formSubmit(getMLText('cancel_checkout'));
|
$this->formSubmit(getMLText('cancel_checkout'), '', '', 'danger');
|
||||||
?>
|
?>
|
||||||
</form>
|
</form>
|
||||||
<?php
|
<?php
|
||||||
|
|
Loading…
Reference in New Issue
Block a user