ModalTabsEdit.php 312 B

123456789101112131415
  1. <?php
  2. namespace ThurData\Servers\KerioEmail\Core\UI\Widget\Modals;
  3. /**
  4. * ModalTabsEdit controller
  5. *
  6. * @autor ThurData <info@thrudata.ch>
  7. */
  8. class ModalTabsEdit extends BaseEditModal
  9. {
  10. protected $id = 'modalTabsEdit';
  11. protected $name = 'modalTabsEdit';
  12. protected $title = 'modalTabsEdit';
  13. }