Files
inwestprofil.eu/admin/templates/html/form-text.php
Roman Pyrih 197675d958 first commit
2026-02-03 13:33:04 +01:00

8 lines
262 B
PHP

<div class="form-group">
<label class="col-lg-3 control-label"><?= $this -> params['label'];?>:</label>
<div class="col-lg-9">
<p class="form-control-static" id="<?= $this -> params['id'];?>">
<?= $this -> params['text'];?>
</p>
</div>
</div>