אונטערשייד צווישן ווערסיעס פון "מעדיעוויקי:Gadget-wikibugs-patrol-clone.js"

p
קאין תקציר עריכה
(p)
צייכן: צוריקגעשטעלט
שורה 311: שורה 311:


         $('h2').each(function () {
         $('h2').each(function () {
             var archive = $('<a>לבדיקה</a>').attr({ href: '#' }).css({ 'font-size': 'large', 'margin-right': '20px' }).click(archiveReport),
             var archive = $('<a>לבדיקה</a>').attr({ href: '#' }).css({ 'display': 'inline-block', 'padding': '10px 20px', 'text-align': 'center', 'text-decoration': 'none', 'background-color': '#007bff', 'color': '#fff', 'border': 'none', 'border-radius': '5px' }).click(archiveReport),
                 removeReportBtn = $('<a>אראפנעמען-</a>').attr({ href: '#' }).css({ 'font-size': 'large', 'margin-right': '20px' }).click(removeReport),
                 removeReportBtn = $('<a>אראפנעמען-</a>').attr({ href: '#' }).css({ 'font-size': 'large', 'margin-right': '20px' }).click(removeReport),
                 removeReportBtn2 = $('<a>אראפנעמען</a>').attr({ href: '#' }).css({ 'font-size': 'large', 'margin-right': '20px' }).click(removeReport2),
                 removeReportBtn2 = $('<a>אראפנעמען</a>').attr({ href: '#' }).css({ 'font-size': 'large', 'margin-right': '20px' }).click(removeReport2),
שורה 317: שורה 317:
                 saveChangeBtn2 = $('<a>טוישט<a>').attr({ href: '#' }).css({ 'font-size': 'large' }).click(saveChange2),
                 saveChangeBtn2 = $('<a>טוישט<a>').attr({ href: '#' }).css({ 'font-size': 'large' }).click(saveChange2),
                 saveChangeBtn3 = $('<a>טוישט-<a>').attr({ href: '#' }).css({ 'font-size': 'large', 'margin-right': '20px' }).click(saveChange3);
                 saveChangeBtn3 = $('<a>טוישט-<a>').attr({ href: '#' }).css({ 'font-size': 'large', 'margin-right': '20px' }).click(saveChange3);
             $(this).find('.mw-editsection').append(['<br><br>', removeReportBtn, saveChangeBtn, saveChangeBtn3, saveChangeBtn2, removeReportBtn2, archive]);
             $(this).find('.mw-editsection').append([removeReportBtn, saveChangeBtn, saveChangeBtn3, saveChangeBtn2, removeReportBtn2, archive]);
         });
         });
     });
     });
}
}