Bartosz Dziewoński has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/382187 )

Change subject: Do not special-case ULS and "Not logged in" in RTL in personal 
bar
......................................................................

Do not special-case ULS and "Not logged in" in RTL in personal bar

Follow-up to 5d0a07bf9dac66a9b705865b5c675f2be960e4e6.

Bug: T48947
Bug: T177312
Change-Id: I65c0961d19885c262fdaebf4ee199e1d1e6d5fe6
---
M VectorTemplate.php
1 file changed, 2 insertions(+), 10 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/Vector 
refs/changes/87/382187/1

diff --git a/VectorTemplate.php b/VectorTemplate.php
index 7ed0675..abdf021 100644
--- a/VectorTemplate.php
+++ b/VectorTemplate.php
@@ -438,18 +438,10 @@
                                                                unset( 
$personalTools[ 'uls' ] );
                                                        }
 
-                                                       if ( !$this->data[ 
'rtl' ] ) {
-                                                               echo 
$langSelector;
-                                                               echo 
$notLoggedIn;
-                                                       }
-
+                                                       echo $langSelector;
+                                                       echo $notLoggedIn;
                                                        foreach ( 
$personalTools as $key => $item ) {
                                                                echo 
$this->makeListItem( $key, $item );
-                                                       }
-
-                                                       if ( $this->data[ 'rtl' 
] ) {
-                                                               echo 
$notLoggedIn;
-                                                               echo 
$langSelector;
                                                        }
                                                        ?>
                                                </ul>

-- 
To view, visit https://gerrit.wikimedia.org/r/382187
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I65c0961d19885c262fdaebf4ee199e1d1e6d5fe6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/Vector
Gerrit-Branch: master
Gerrit-Owner: Bartosz Dziewoński <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to