Utente:Daimona Eaytoy/Massblock.js: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
m La talk è comunque modificabile |
+fieldset |
||
Riga 171:
'talkmsg': 'Replace talk page with (leave blank to leave no message):',
'upmsg': 'Replace user page text with, or text to add if the expiry is not infinite (leave blank for no change):',
'options-label': 'Options',
'common-reasons': 'Common reasons:',
'other-reason': 'Other reason',
Riga 206 ⟶ 207:
'talkmsg': 'Sostituisci la talk con (lasciare vuoto per non modificare la talk):',
'upmsg': 'Sostituisci la pagina utente con, oppure aggiungi alla talk se il blocco non è infinito (lasciare vuoto per non modificare la pagina utente):',
'options-label': 'Opzioni',
'common-reasons': 'Motivazioni comuni:',
'other-reason': 'Altra motivazione',
Riga 247 ⟶ 249:
msg[ 'upmsg' ] + '<br />' +
'<textarea tabindex="3" accesskey="," name="wpMassBlockTag" id="wpMassBlockTag" rows="10" cols="80"></textarea>' +
'<br /><br /><
'<table style="background-color:transparent">' +
'<tr><td>' + msg[ 'common-reasons' ] + '</td>' +
'<td><select id="wpMassBlockReasons">' +
Riga 285 ⟶ 288:
content += '<tr><td>' + msg[ 'override' ] + '</td><td><input type="checkbox" id="wpMassBlockReblock" name="wpMassBlockReblock" checked="checked" /></td></tr>' +
'<tr><td><input type="button" id="wpMassBlockSubmit" name="wpMassBlockSubmit" value="' + msg[ 'submit-text' ] + '" onclick="doMassBlock()" /></td></tr>' +
'</table></fieldset></form>';
document.getElementById( bodyContent ).innerHTML = content;
|