Admin status module updates#10918
Admin status module updates#10918rdeutz merged 10 commits intojoomla:stagingfrom C-Lodder:adminstatus
Conversation
|
I have tested this item ✅ successfully on d5320ba I love this way. Thanks This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/10918. |
|
This PR has received new commits. CC: @MATsxm This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/10918. |
|
@MATsxm - done ;) |
|
I have tested this item 🔴 unsuccessfully on 73aff5a also it seems generatecss.php has not run to generate the css from less files. This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/10918. |
| . '<span class="icon-envelope"></span>' | ||
| . '<span class="badge' . $active . '">' . $unread . '</span>' | ||
| . '<span class="badge' . $active . '">' . $unread . '</span> ' | ||
| . JText::plural('MOD_STATUS_MESSAGES_LABEL', $unread) |
There was a problem hiding this comment.
Can you look at removing the space please so that the link is not " messages" but "messages"
There was a problem hiding this comment.
You will see the logout link is ok
|
After applying the PR my site doesnt look exactly the same as your screenshot. The separator is not evenly spaced |
|
I have tested this item ✅ successfully on 73aff5a Didn't test on RTL This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/10918. |
|
When you only have multilingual mod enabled you have a seperator hanging on On 23 June 2016 at 17:21, Marc-Antoine Thevenet notifications@github.com
Brian Teeman |
Yes, because it is a different module maybe better remove it from this module About RTL it works, if you copy new CSS into the RTL css file (or into the less files), About extra spacing in seperators it is because of isis CSS rule: And in RTL same effect with extra spacing seperators is because of isis CSS rule: we could add this to fix it: But it seems like and unneeded hack to do this, because the seperator is inside the btn-group, i have tested moving the separator out of the btn-group: and the result is proper in both cases (RTL, non-RTL) |
|
Concerning Messages, I guess the tooltip is no more necessary. |
|
@infograf768 - I used new language strings bacause the ones already provided add a number to the beginning of the string, hence the I'll double check on RTL....always forget this |
|
@C-Lodder |
|
This PR has received new commits. CC: @andrepereiradasilva, @MATsxm This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/10918. |
|
I've now applied the change to RTL languages and also fixed the whitespace issue as mentioned by @brianteeman Oh and removed the tooltip |
|
This PR has received new commits. CC: @andrepereiradasilva, @MATsxm This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/10918. |
|
I have tested this item ✅ successfully on 6d6544e This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/10918. |
|
Sorry to be a pain but because of some stupid rules we dont remove unused strings |
|
This PR has received new commits. CC: @andrepereiradasilva, @brianteeman, @MATsxm This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/10918. |
|
Added them back in. Why on earth are language strings that are no longer used not removed? |
|
This PR has received new commits. CC: @andrepereiradasilva, @brianteeman, @MATsxm This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/10918. |
|
@infograf768 - alpha ordered the language strings. No idea what you mean by the |
|
When you modify a .less file you have to run a CLI called generatecss.php, NOT use the Isis compilation. |
|
@infograf768 - Erm ok, never heard about this before, nor have I ever done it. Is there some sort of "Contributing guidelines" wiki that I can refer to for future reference? |
|
I don't mean that. I mean a guideline as to what steps to take when contributing to Joomla. Where does it say that people need to build the |
|
It doesn't say it explicitly anywhere but if you make a change to any LESS file in core you should run the |
|
@C-Lodder I can't merge this until you run the |
|
I'm removing the RTC label for now |
|
@wilsonge I'll run it tomorrow |
|
@wilsonge - all done |
|
RTC |
|
Bad bot |
|
Come on @joomla-cms-bot |
* Admin status module updates * Added separator + removed class for multilingual status label * Moved separator element inside button group container * Removed tooltip * Fixed on RTL + removed whitespace * Removed old language strings for tooltip * Re-added tooltip language strings * order language strings alphabetically * Build generatecss.php
* Admin status module updates * Added separator + removed class for multilingual status label * Moved separator element inside button group container * Removed tooltip * Fixed on RTL + removed whitespace * Removed old language strings for tooltip * Re-added tooltip language strings * order language strings alphabetically * Build generatecss.php

Pull Request for Issue #10910
Summary of Changes
Testing Instructions
Very simple. Apply the patch and match again the screenshots below:
Before:

After:
