D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
application
/
default
/
views
/
scripts
/
partials
/
Filename :
im-number.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('imNumber'))->label(); ?> </div> <div class='field-value'> <?php echo $this->elementPart($this->element->getElement('imNumber'))->content(); ?> <span style="padding-left: 10px;"> <?php echo $this->elementPart($this->element->getElement('imType'))->content(); ?> </span> <span class="field-errors" style="display: none;"></span> </div> </div>