Files
crmPRO/templates/html/form-text.php
2024-11-10 11:11:35 +01:00

8 lines
262 B
PHP

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