20 lines
572 B
PHTML
20 lines
572 B
PHTML
<?php
|
|
// Copyright 1999-2025. WebPros International GmbH. All rights reserved.
|
|
?>
|
|
<script type="text/javascript">
|
|
//<![CDATA[
|
|
new Jsw.Panel({
|
|
cls: 'tools-box',
|
|
renderTo: 'main',
|
|
renderMode: 'top',
|
|
items: [{
|
|
componentType: 'Jsw.Hint',
|
|
hint: '<?php echo Plesk_Base_Utils_String::safeForJs( $this->form->lmsg('formGeneralHint') . (Os::factory()->isUnix() ? ' ' . $this->form->lmsg('formGeneralHintAdditional') : '')); ?>',
|
|
expandable: true
|
|
}]
|
|
});
|
|
//]]>
|
|
</script>
|
|
|
|
<?php echo $this->form; ?>
|