D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
application
/
default
/
views
/
scripts
/
partials
/
forms
/
Filename :
element-with-units.phtml
back
Copy
<?php // Copyright 1999-2025. WebPros International GmbH. All rights reserved. ?> <div class='form-row' id='<?php echo $this->element->getId();?>-form-row'> <div class='field-name'> <?php echo $this->elementPart($this->element)->label(); ?> </div> <div class="field-value"> <?php echo $this->elementPart($this->element)->content(); ?> <span id='<?php echo $this->element->getId();?>-units'><?php echo $this->units; ?></span> <span class="field-errors" style="display: none;"></span> <?php echo $this->elementPart($this->element)->description(); ?> </div> </div>