D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
application
/
admin
/
views
/
scripts
/
service-plan
/
hosting
/
Filename :
webstat.phtml
back
Copy
<?php // Copyright 1999-2025. WebPros International GmbH. All rights reserved. ?> <div class='form-row'> <div class='field-name'> <?php echo $this->elementPart($this->element->getElement('webstatEnabled'))->content() ?> <?php echo $this->elementPart($this->element->getElement('webstatEnabled'))->label() ?> </div> <div class='field-value'> <span><?php echo $this->elementPart($this->element->getElement('webstatName'))->content() ?></span> <span class="field-errors" style="display: none;"></span> </div> </div> <?php echo $this->element->getElement('webstatProtectedDir')->render($this); ?> <?php echo $this->masterCheckbox( $this->element->getElement('webstatEnabled')->getId(), array($this->element->getElement('webstatName')->getId()), true, false); ?>