User talk:Rutilant/ArchiveTool.js
Appearance
function addSpan(){
document.write("
Destination : <input id='archiveTo' value='/Archive 1'>
<input type=radio id=archiveSelected name=archiveSetting disabled><label for=1>Archive Selected (Unavailable)</label>
<input type=radio id=archiveAll name=archiveSetting checked><label for=archiveAll><a style=float:right href='#' onclick='$('#archiveMessages').fadeOut(100);'>Cancel</a> Archive all the following talk messages</label><fieldset style='width:668px;height:270px;overflow:auto'></fieldset>");
}
addOnloadHook(function() {
addPortletLink("p-cactions", "javascript:addSpan()", "ArchiveAll");
});