mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-17 10:51:38 +01:00
more renames of Et2Dialog attribute modal to isModal
This commit is contained in:
parent
94a2a0473b
commit
fc603d0a85
@ -1742,7 +1742,7 @@ export abstract class EgwApp
|
||||
},
|
||||
template: egw.webserverUrl + '/api/templates/default/pgp_backup_restore.xet',
|
||||
class: "pgp_backup_restore",
|
||||
modal: true
|
||||
isModal: true
|
||||
});
|
||||
return dialog;
|
||||
};
|
||||
@ -1801,7 +1801,7 @@ export abstract class EgwApp
|
||||
},
|
||||
template: egw.webserverUrl + '/api/templates/default/pgp_installation.xet',
|
||||
class: "pgp_installation",
|
||||
modal: true
|
||||
isModal: true
|
||||
//resizable:false,
|
||||
});
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user