Hey i got a duplicate of COM_USERS_RESET_COMPLETE_LABEL in password reset page. I fixed it in com_users/views/reset/templ/complete.php (position of $fieldset->label).
<fieldset>
<p><?php echo JText::_($fieldset->label); ?></p>Label
<?php foreach ($this->form->getFieldset($fieldset->name) as $name => $field) : ?>
<div class="control-group">
<div class="control-label">
<?php echo $field->label; ?>
</div>
<div class="controls">
<?php echo $field->input; ?>
</div>
</div>
<?php endforeach; ?>
</fieldset>
Closing as this will be fixed with the next CMS update. Thanks @ChuckNorrison and @losedk
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-05-05 10:12:29 |
Closed_By | ⇒ | zero-24 |
Labels |
Added:
?
|
This is already fixed in #6540