Florianschmidtwelzow has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/186591

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, moved signup
to the second position and neutral, like 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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend 
refs/changes/91/186591/1

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: newchange
Gerrit-Change-Id: I571cabcb3ffe97604f155f5152c072eebc9bd42a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Florianschmidtwelzow <[email protected]>

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

Reply via email to