D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
plib
/
modules
/
git
/
views
/
scripts
/
partials
/
forms
/
Filename :
deployment-path.phtml
back
Copy
<?php // Copyright 1999-2023. Plesk International GmbH. All rights reserved. ?> <div id='<?php echo $this->element->getId(); ?>-form-row' class='form-row'> <div class="field-name"> <label for="<?php echo $this->element->getId(); ?>"> <?php echo $this->element->getLabel(); ?> <?php if (!$this->readOnly && $this->element->isRequired()): ?> <span class="required">*</span> <?php endif; ?> </label> </div> <div class='field-value'> <span> <img src="<?php echo $this->skinUrl('/icons/16/plesk/website.png'); ?>"/> / <?php echo $this->elementPart($this->element)->content(); ?> <?php echo $this->elementPart($this->element)->description(); ?> </span> <span class="field-errors" style="display: none;"></span> </div> </div>