User tests: Successful: Unsuccessful:
This is just a small fix for the missing closing tags mentioned in #7230. You won't be able to see any visual changes since browsers were already suppressing the errors.
Locations fixed:
</div> tag for <div id="j-main-container">)</div> for
<div class="tab-content" id="myTabContent"> and </li> for <li>No default text filters found.)| Status | New | ⇒ | Pending |
| Labels |
Added:
?
|
||
| Category | ⇒ | Code style |
| Easy | No | ⇒ | Yes |
Waiting on Travis (I'm sure I got some CS issues), but here's what I did:
Joomla.JText._()
<form> inside #j-main-container
" into ", better use $this->escape() if you don't trust the language key<button> instead of <input>
myTab ID but it seems to be hard-coded in the webinstaller plugin so leaving that like it is for nowmedia/jui are not following the images/ naming convention, instead they're in img/. I've moved ajax-loader.gif to media/jui/images so that it can be overwritten by the template. I don't see any other place where this is used so I though it's alright..j-jed-message
#loading div and no longer rely on Javascript to create itLooks great! ![]()
Only two travis errors.
@test works fine for me
Good testing instructions are missing.
To test open the following files and check for the missing divs. A good IDE will point them out.
administrator\components\com_installer\views\database\tmpl\default.php
On line 103: Starting div without closing div
administrator\components\com_installer\views\install\tmpl\default.php
On line 20: Starting div without closing div
On line 40: Starting li without closing li
After applying the test the missing html tags are added.
PR works as intended and missing code is added.
| Status | Pending | ⇒ | Ready to Commit |
RTC Thanks
| Labels |
Added:
?
|
||
| Milestone |
Added: |
||
Thank you @OctavianC! Merged with 87db28b
| Status | Ready to Commit | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-09-01 19:38:48 |
| Closed_By | ⇒ | Kubik-Rubik |
| Labels |
Removed:
?
|
||
Nota bene: This PR introduced 2 regressions:
Looks good to me.
But maybe we can make the alignment in
administrator/components/com_installer/views/install/tmpl/default.phpa little bit better?For example the
divabove theform. We can add tabs right there. Also on line 119 the tab alignment isn't fully correct.Good idea?