![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/vendor/mirasvit/module-core/src/Core/view/adminhtml/templates/ |
<?php /** @var \Mirasvit\Core\Block\Adminhtml\Manual $block */ ?> <div class="mst-core__manual"> <a href="<?= $block->getManualUrl() ?>" id="m__manual_link" title="<?= $block->getTitle() ?>" onclick="this.target='_blank'"><?= $block->getTitle() ?> </a> </div> <?php if ($block->getPosition() == 'bottom'): ?> <script type="text/javascript"> var helpLink = document.getElementById("m__manual_link"); var width = helpLink.clientWidth; var margin = -width / 2; helpLink.style.marginLeft = margin + "px"; </script> <?php endif; ?>