mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 20:01:36 +02: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',
|
template: egw.webserverUrl + '/api/templates/default/pgp_backup_restore.xet',
|
||||||
class: "pgp_backup_restore",
|
class: "pgp_backup_restore",
|
||||||
modal: true
|
isModal: true
|
||||||
});
|
});
|
||||||
return dialog;
|
return dialog;
|
||||||
};
|
};
|
||||||
@ -1801,7 +1801,7 @@ export abstract class EgwApp
|
|||||||
},
|
},
|
||||||
template: egw.webserverUrl + '/api/templates/default/pgp_installation.xet',
|
template: egw.webserverUrl + '/api/templates/default/pgp_installation.xet',
|
||||||
class: "pgp_installation",
|
class: "pgp_installation",
|
||||||
modal: true
|
isModal: true
|
||||||
//resizable:false,
|
//resizable:false,
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user