This commit is contained in:
mgalli%geckonnection.com 2006-02-14 22:21:32 +00:00
Родитель 9fe2dae6cc
Коммит 6574c85862
1 изменённых файлов: 5 добавлений и 3 удалений

Просмотреть файл

@ -1346,12 +1346,13 @@ function DownloadCancel(refId) {
function DownloadReveal() {
alert(document.getElementById("toolbar-download-tag").getAttribute("reveal"));
document.getElementById("toolbar-download-tag").value=document.getElementById("toolbar-download-tag").getAttribute("reveal");
document.getElementById("download-button-stop").label="";
document.getElementById("toolbar-download-tag").inputField.style.backgroundColor="lightgreen";
document.getElementById("toolbar-download-tag").inputField.style.backgroundPosition=gInputBoxObject.width+20+"px 100%";
}
function TransferItemFactory() {
}
@ -1387,6 +1388,7 @@ TransferItem.prototype = {
document.getElementById("download-button-stop").disabled=false;
document.getElementById("toolbar-download-tag").value=aSource.spec;
document.getElementById("toolbar-download-tag").setAttribute("reveal",aTarget.spec);
document.getElementById("toolbar-download-tag").setAttribute("sourcelocation",aSource.spec);
},