Wikipedia:Monobook.js/LiveRC.js: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Nessun oggetto della modifica
Nessun oggetto della modifica
Riga 1 583:
else
lvPreviewFoot.innerHTML += '<input id="shidPrev" type="checkbox" onclick="showHideObj(this, \'divLivePreview\');" />';
showHideObj(thisdocument.getElementById("shidPrev"), 'divLivePreview');
lvPreviewFoot.innerHTML += '<label for="shidPrev">' + lang_menu[0].PREVIEW + '</label>';
Riga 1 591:
else
lvPreviewFoot.innerHTML += '<input id="shidList" type="checkbox" onclick="showHideObj(this, \'liveFollow\');" />';
showHideObj(thisdocument.getElementById("shidList"), 'liveFollowdivLivePreview');
lvPreviewFoot.innerHTML += '<label for="shidList">' + lang_menu[0].LISTS + '</label>';
Riga 1 606:
else
lvPreviewFoot.innerHTML += '<input id="shidRC" type="checkbox" checked onclick="showHideObj(this, \'divTabRC\');" />';
showHideObj(thisdocument.getElementById("shidRC"), 'divTabRCdivLivePreview');
lvPreviewFoot.innerHTML += '<label for="shidRC">' + lang_menu[0].RCLABEL + '</label>';
Riga 1 636:
lvPreviewFoot.innerHTML += '<input id="showLog" type="checkbox" checked />';
lvPreviewFoot.innerHTML += '<label for="showLog">' + lang_menu[0].LOGSHOW + ' • </label>';
 
// Spostate sopra
// showHideObj(document.getElementById("shidPrev"), 'divLivePreview');
// showHideObj(document.getElementById("shidList"), 'liveFollow');
// showHideObj(document.getElementById("shidRC"), 'divTabRC');
lvPreviewFoot.innerHTML += '<span id="selectNS" />';