Add spacing in the protection form.
authorRotem Liss <rotem@users.mediawiki.org>
Sun, 23 Jul 2006 11:13:16 +0000 (11:13 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Sun, 23 Jul 2006 11:13:16 +0000 (11:13 +0000)
languages/MessagesHe.php
skins/common/protect.js

index dff38b2..839c438 100644 (file)
@@ -1061,7 +1061,7 @@ $NEWPAGE
 "confirmunprotecttext"        => "האם אתם בטוחים שברצונכם לבטל את ההגנה על דף זה?",
 "confirmunprotect"            => "מאשר את ביטול ההגנה",
 "unprotectcomment"            => "הסיבה להסרת ההגנה",
-"protect-unchain"             => " אפשר שינוי הרשאות העברה",
+"protect-unchain"             => "אפשר שינוי הרשאות העברה",
 "protect-text"                => "באפשרותכם לראות ולשנות כאן את רמת ההגנה של הדף [[:$1]]. אנא ודאו שאתם פועלים בהתאם בהתאם לנהלי האתר.",
 "protect-viewtext"            => "לחשבון שלך אין הרשאה לשנות את רמת ההגנה של הדף. להלן ההגדרות הנוכחיות עבור הדף [[:$1]]:",
 "protect-default"             => "(ברירת מחדל)",
index a144e5e..4baa5e4 100644 (file)
@@ -18,6 +18,9 @@ function protectInitialize(tableId, labelText) {
                check.onclick = protectChainUpdate;
                col2.appendChild(check);
                
+               var space = document.createTextNode(" ");
+               col2.appendChild(space);
+               
                var label = document.createElement('label');
                label.setAttribute("for", "mwProtectUnchained");
                label.appendChild(document.createTextNode(labelText));