ModalConfirmSuccess.php 352 B

123456789101112131415
  1. <?php
  2. namespace ThurData\Servers\KerioEmail\Core\UI\Widget\Modals;
  3. /**
  4. * Modal for confirmation of a dangerous action
  5. *
  6. * @autor ThurData <info@thurdata.ch>
  7. */
  8. class ModalConfirmSuccess extends BaseModal
  9. {
  10. protected $id = 'modalConfirmSuccess';
  11. protected $name = 'modalConfirmSuccess';
  12. protected $title = 'modalConfirmSuccess';
  13. }