Files
server/opt/psa/admin/application/smb/views/scripts/mail-settings/outgoing-mail.phtml
2026-01-07 20:52:11 +01:00

13 lines
402 B
PHTML

<?php
// Copyright 1999-2025. WebPros International GmbH. All rights reserved.
?>
<?php echo $this->partial('partials/tabs.phtml', array('tabs' => $this->tabs, 'renderTo' => 'main')); ?>
<script type="text/javascript">
//<![CDATA[
new Jsw.Hint({
renderTo: 'main',
hint: <?php echo $this->jsLmsg('description', ['link' => $this->outgoingMailControlLink]); ?>
});
//]]>
</script>