User tests: Successful: Unsuccessful:
Pull Request for Issue #33279 .
Check the newly introduced blankstate layouts. They should look the same before and after this PR.
Should be included in the documentation about blankstate layouts when/if/once that exists
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_banners com_contact com_content com_messages com_newsfeeds com_users Language & Strings Layout |
One thing I wondered: The "Learn More" link currently opens in the same tab. Maybe it makes more sense to open it in a new tab?
@brianteeman will tell you that... IIRC there was as reason we no longer force things into new windows.
From an accessibility perspective it is OK to open a new window in this case because the content is designed to be read with the web page. This is even an example use case in the WCAG docs
Adjusted the language strings for the "_CONTENT" so they only differate in the prefix. This could also be changed to "_ITEMS" but I think basically everything is "content"
I read it as "the content of the message to be displayed on the screen"
Labels |
Added:
?
?
|
I've added target="_blank"
to the help link so it opens in a new tab.
Please can you check #33286 which was done at the same time as your great work to see if either of us needs to change much (other than the normal complete refactoring) due to the addition of the extension part.
I think from a first look of it, it should work fine with this PR
Please can you check #33286 which was done at the same time as your great work to see if either of us needs to change much (other than the normal complete refactoring) due to the addition of the extension part.
I think from a first look of it, it should work fine with this PR
The problem I will have it concating two language strings to make the title. Like "Articles :: Categories" while reusing existing language strings. Ive added a note in the line Im concerned about.
adding target=_blank gives this horrid icon, its not even inline pixel perfectly...
Didn't even notice this, but you're right. It doesn't look nice. Open for suggestions (could also be done in a separate PR).
Didn't even notice this, but you're right. It doesn't look nice. Open for suggestions (could also be done in a separate PR).
Unfortunately that is a global Joomla 4 admin thing... I dont think we can "fix it" quickly or just for this feature, other than now loading into _blank :(
I have tested this item
Awesome work!
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-04-25 17:49:55 |
Closed_By | ⇒ | richard67 | |
Labels |
Added:
?
|
Thanks!
One thing I wondered: The "Learn More" link currently opens in the same tab. Maybe it makes more sense to open it in a new tab? Since I guess usually the people going to read the help page don't actually want to leave the admin backend.