User tests: Successful: Unsuccessful:
New issue:
Broken view in administrator/components/com_languages/views/installed/tmpl/default.php under smaller resolutions. The Native Title
header ins't removed in smaller resolutions due to missing classes
Details:
Native Title
headerLanguage Tag
columnNone
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_languages |
Labels |
Added:
?
|
Another approach could be to show this info as a ToolTip when user hovers over the Title
column or the entire row.
The field is rarely used for now because it is a new feature in the xml metadata, Language packs will be updated for 3.7 and will populate the column.
Example for the future French 3.7.0.1 pack
<metadata>
<name>French (FR)</name>
<nativeName>Français (France)</nativeName>
<tag>fr-FR</tag>
<rtl>0</rtl>
<locale>fr_FR.utf8, fr_FR.UTF-8, fr_FR.UTF-8@euro, fr_FR, fre_FR, fr, france</locale>
<firstDay>1</firstDay>
<weekEnd>0,6</weekEnd>
<calendar>gregorian</calendar>
</metadata>
I have tested this item
Test OK
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC. Thanks
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-01-06 07:10:17 |
Closed_By | ⇒ | Bakual | |
Labels |
Added:
?
|
Hmm. Native Title is not even shown on some Tablet sizes (800x600 and 768x1024)
I suggest to modify to get it there:
To get this, we should imho take off the nowrap and hidden-tablet, i.e. I propose this diff: