D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
application
/
smb
/
views
/
scripts
/
user
/
_form
/
Filename :
phone.phtml
back
Copy
<?php // Copyright 1999-2025. WebPros International GmbH. All rights reserved. ?> <div class='form-row'> <span class='field-name'> <?php echo $this->elementPart($this->element->getElement($this->phonePropertyName))->label(); ?> </span> <span class='field-value'> <?php echo $this->elementPart($this->element->getElement($this->phonePropertyName))->content(); ?> <span style="padding-left: 10px;"> <?php echo $this->elementPart($this->element->getElement($this->phoneTypePropertyName))->content(); ?> </span> <span class="field-errors" style="display: none;"></span> </span> </div>