D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
application
/
default
/
views
/
scripts
/
partials
/
forms
/
Filename :
control-buttons.phtml
back
Copy
<?php // Copyright 1999-2025. WebPros International GmbH. All rights reserved. ?> <div class="btns-box"> <div class="box-area"> <div class="form-row"> <div class="field-name"> <?php if ($this->element->getLegend()): ?> <?= $this->requiredMark() ?> <?php echo $this->escape($this->element->getLegend()); ?> <?php endif; ?> </div> <div class="field-value"> <?php foreach ($this->element->getElements() as $element): ?> <?php echo $element; ?> <?php endforeach; ?> <!-- ability to submit form via Enter --> <input type="image" src="<?php echo $this->skinUrl('/images/blank.gif'); ?>" style="border: 0; height: 0; width: 0; position: absolute;" /> </div> </div> </div> </div>