jenkins-bot has submitted this change and it was merged.

Change subject: Move "Edit without login" to the first position
......................................................................


Move "Edit without login" to the first position

Make anonymous editing more prominent and as progressive, move login
to the second position and neutral. Suggested by Halfak and community
(see connected task).

Bug: T87508
Change-Id: I571cabcb3ffe97604f155f5152c072eebc9bd42a
---
M templates/modules/editor/EditorOverlayAnonWarning.hogan
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Jdlrobson: Looks good to me, approved
  Bmansurov: Looks good to me, approved
  Nemo bis: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/templates/modules/editor/EditorOverlayAnonWarning.hogan 
b/templates/modules/editor/EditorOverlayAnonWarning.hogan
index cd1bdc2..f79dfc0 100644
--- a/templates/modules/editor/EditorOverlayAnonWarning.hogan
+++ b/templates/modules/editor/EditorOverlayAnonWarning.hogan
@@ -1,8 +1,8 @@
 <div class="alert">
        <p class="anonMsg alert warning">{{{anonMsg}}}</p>
        <div class="actions">
-               <a class="mw-ui-button mw-ui-block mw-ui-progressive" 
href="{{loginUrl}}">{{loginCaption}}</a>
+               <a class="mw-ui-button mw-ui-block mw-ui-progressive 
{{anonSelector}}">{{anonLabel}}</a>
+               <a class="mw-ui-button mw-ui-block" 
href="{{loginUrl}}">{{loginCaption}}</a>
                <a class="mw-ui-button mw-ui-block" 
href="{{signupUrl}}">{{signupCaption}}</a>
-               <a class="mw-ui-button mw-ui-block 
{{anonSelector}}">{{anonLabel}}</a>
        </div>
 </div>
\ No newline at end of file

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I571cabcb3ffe97604f155f5152c072eebc9bd42a
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Bmansurov <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: Nemo bis <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to