mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 17:48:25 +01:00
Fix: le button:focus crait un dplacement du bouton dans les confirmation ajax
This commit is contained in:
@@ -692,7 +692,7 @@ function dialogConfirm(linkurl,message,ok,cancel,objectID) {
|
||||
width:300,
|
||||
okLabel: ok,
|
||||
cancelLabel: cancel,
|
||||
buttonClass: "button",
|
||||
buttonClass: "buttonajax",
|
||||
id: objectID,
|
||||
destroyOnClose: true,
|
||||
cancel:function(win){},
|
||||
|
||||
Reference in New Issue
Block a user