- <?php
- namespace ThurData\Servers\KerioEmail\Core\UI\Widget\Modals;
- /**
- * Modal for confirmation of a dangerous action
- *
- * @autor ThurData <info@thurdata.ch>
- */
- class ModalConfirmSuccess extends BaseModal
- {
- protected $id = 'modalConfirmSuccess';
- protected $name = 'modalConfirmSuccess';
- protected $title = 'modalConfirmSuccess';
- }
|