mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-09 01:25:22 +01:00
more renames of Et2Dialog attribute modal to isModal
This commit is contained in:
parent
5ffdbf7341
commit
8c4ca8701d
@ -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