User tests: Successful: Unsuccessful:
I changed the template how Joomla renders the fields in an backend edit view. In detail, the template generates a div-element with the css class "control-group ". Always with an additional space at the end of the css class "control-group".
My fix sets the css class to "control-group" if there is no additional css class. (without the additional space) else the space is added.
Use the 'renderFieldset' function in the 'JForm' class, Joomla uses the layout in renderfield.php to create the form fields.
The output of this method is not the same as in the Joomla core extensions. This fix makes the output consistent with the Joomla core extension template.
view-source
option of your browser to see the renderd fieldNew PR for: #5200 against staging. Code and credit by @Wolf-Rost
Labels |
Added:
?
|
Category | ⇒ | Layout UI/UX |
Status | Pending | ⇒ | Ready to Commit |
Thanks @infograf768, @losedk and @wilsonge moving to RTC
Milestone |
Added: |
Status | Ready to Commit | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-01-06 08:05:08 |
@test
Looks fine here.