Amire80 has submitted this change and it was merged.

Change subject: (bug 42019)  Find common range box must always flow 
left-to-right
......................................................................


(bug 42019)  Find common range box must always flow left-to-right

Change-Id: I296e9f919b3e15e0cd6ace3e5071ea56690c0bc0
---
M CheckUser_body.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Amire80: Verified; Looks good to me, approved



diff --git a/CheckUser_body.php b/CheckUser_body.php
index d9eab8e..e7b401a 100644
--- a/CheckUser_body.php
+++ b/CheckUser_body.php
@@ -191,7 +191,7 @@
        protected function addJsCIDRForm() {
                $s = '<fieldset id="mw-checkuser-cidrform" style="display:none; 
clear:both;">' .
                        '<legend>' . $this->msg( 'checkuser-cidr-label' 
)->escaped() . '</legend>';
-               $s .= '<textarea id="mw-checkuser-iplist" rows="5" 
cols="50"></textarea><br />';
+               $s .= '<textarea id="mw-checkuser-iplist" dir="ltr" rows="5" 
cols="50"></textarea><br />';
                $s .= $this->msg( 'checkuser-cidr-res' )->escaped() . '&#160;' .
                        Xml::input( 'mw-checkuser-cidr-res', 35, '', array( 
'id' => 'mw-checkuser-cidr-res' ) ) .
                        '&#160;<strong id="mw-checkuser-ipnote"></strong>';

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I296e9f919b3e15e0cd6ace3e5071ea56690c0bc0
Gerrit-PatchSet: 4
Gerrit-Project: mediawiki/extensions/CheckUser
Gerrit-Branch: master
Gerrit-Owner: Huji <[email protected]>
Gerrit-Reviewer: Amire80 <[email protected]>
Gerrit-Reviewer: Aude <[email protected]>
Gerrit-Reviewer: Grunny <[email protected]>
Gerrit-Reviewer: Huji <[email protected]>
Gerrit-Reviewer: Victor Vasiliev <[email protected]>
Gerrit-Reviewer: saper <[email protected]>

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

Reply via email to