13 lines
402 B
PHTML
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>
|