Edit an article.
View page source.
Search for class=""
.
No empty class output.
<div class="control-group">
<div class="control-label"><label id="jform_modified_by-lbl" for="jform_modified_by" class="">
Modified By</label>
</div>
Custom fields are affected by this too.
I attempted to fix this in \joomla-cms-staging\layouts\joomla\form\renderfield.php
, however, I am unable to find out where $label is generated.
<div class="control-group<?php echo $class; ?>"<?php echo $rel; ?>>
<?php if (empty($options['hiddenLabel'])) : ?>
<div class="control-label"><?php echo $label; ?></div>
<?php endif; ?>
<div class="controls"><?php echo $input; ?></div>
</div>
Labels |
Added:
?
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-04-19 16:44:26 |
Closed_By | ⇒ | Quy |
how about renderlabel.php ?