From 91c11aa9274d13ceb3720a89ccd056493d247a60 Mon Sep 17 00:00:00 2001 From: Anthony Lieuallen Date: Sun, 14 May 2006 23:39:20 +0000 Subject: [PATCH] more localized --- content/resurrect-select-mirror.xul | 39 +++++++++++++++++++++++++++-- content/resurrect.js | 11 -------- locale/en-US/overlay.dtd | 15 ++++++++++- 3 files changed, 51 insertions(+), 14 deletions(-) diff --git a/content/resurrect-select-mirror.xul b/content/resurrect-select-mirror.xul index ba48a64..097f81f 100644 --- a/content/resurrect-select-mirror.xul +++ b/content/resurrect-select-mirror.xul @@ -16,8 +16,43 @@ - diff --git a/content/resurrect.js b/content/resurrect.js index 58bba89..93f610a 100644 --- a/content/resurrect.js +++ b/content/resurrect.js @@ -66,17 +66,6 @@ var resurrect={ ); }, - loadMirrors:function() { - var listbox=document.getElementById('mirror'); - for (var i=0, mirror=null; mirror=resurrect.mirrors[i]; i++) { - var listitem=document.createElement('listitem'); - listitem.setAttribute('label', mirror.name); - listitem.setAttribute('value', mirror.id); - listbox.appendChild(listitem); - } - listbox.setAttribute('rows', listbox.getRowCount()); - }, - selectMirror:function(event) { var listbox=document.getElementById('mirror'); diff --git a/locale/en-US/overlay.dtd b/locale/en-US/overlay.dtd index 7599a2c..4f7cf39 100644 --- a/locale/en-US/overlay.dtd +++ b/locale/en-US/overlay.dtd @@ -2,4 +2,17 @@ - \ No newline at end of file + + + + + + + + + + + + + +