fix: print and back button style
Signed-off-by: Cliff Su <stu01509@yahoo.com.tw>
This commit is contained in:
parent
0be2fff28e
commit
c289cab002
@ -4510,6 +4510,7 @@ Functions.createPrintAndBackButtons = function () {
|
||||
var backButton = $('<input>',{
|
||||
type: 'button',
|
||||
value: Messages.back,
|
||||
class: 'btn btn-secondary',
|
||||
id: 'back_button_print_view'
|
||||
});
|
||||
backButton.on('click', Functions.removePrintAndBackButton);
|
||||
@ -4517,6 +4518,7 @@ Functions.createPrintAndBackButtons = function () {
|
||||
var printButton = $('<input>',{
|
||||
type: 'button',
|
||||
value: Messages.print,
|
||||
class: 'btn btn-primary',
|
||||
id: 'print_button_print_view'
|
||||
});
|
||||
printButton.on('click', Functions.printPage);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user