Pull-request: #15969 Fixes: #15968 Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
commit
d80f901828
@ -4510,7 +4510,7 @@ Functions.createPrintAndBackButtons = function () {
|
||||
var backButton = $('<input>',{
|
||||
type: 'button',
|
||||
value: Messages.back,
|
||||
class: 'btn btn-primary',
|
||||
class: 'btn btn-secondary',
|
||||
id: 'back_button_print_view'
|
||||
});
|
||||
backButton.on('click', Functions.removePrintAndBackButton);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user