Submit
Path:
~
/
/
usr
/
local
/
psa
/
admin
/
plib
/
modules
/
nodejs
/
views
/
scripts
/
domain
/
_form
/
File Content:
variable-group.phtml
<?php // Copyright 1999-2024. WebPros International GmbH. All rights reserved. ?> <?php $nameElement = $this->element->getElement($this->nameId); ?> <div id='<?php echo $nameElement->getId(); ?>-form-row' class='form-row'> <div class='field-name'> <label for="<?php echo $nameElement->getId(); ?>"> <?php echo $nameElement->getLabel(); ?> <?php if ($nameElement->isRequired()): ?> <span class="required">*</span> <?php endif; ?> </label> </div> <div class='field-value'> <span> <?php echo $this->elementPart($nameElement)->content() . ' ' . $this->elementPart($this->element->getElement($this->valueId))->content(); ?> </span> <span class="field-errors" style="display: none;"></span> <?php if ($nameElement->getDescription()): ?> <span class="hint"><?php echo $nameElement->getDescription(); ?></span> <?php endif; ?> </div> </div>
Edit
Rename
Chmod
Delete
FILE
FOLDER
INFO
Name
Size
Permission
Action
variable-dynamic.phtml
892 bytes
0644
variable-group.phtml
1026 bytes
0644
N4ST4R_ID | Naxtarrr