first commit
This commit is contained in:
8
templates/html/form-text.php
Normal file
8
templates/html/form-text.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<div class="form-group">
|
||||
<label class="col-lg-4 control-label"><?= $this -> params['label'];?><? if ( $this -> params['label'] ) echo ':';?></label>
|
||||
<div class="col-lg-8">
|
||||
<p class="form-control-static" id="<?= $this -> params['id'];?>">
|
||||
<?= $this -> params['text'];?>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user