revert multi col box, it broke keyboard selection

Cette révision appartient à :
Anthony Lieuallen 2006-05-15 00:39:38 +00:00
Parent fed40f158b
révision 0784cc875b
1 fichiers modifiés avec 4 ajouts et 3 suppressions

Voir le fichier

@ -6,7 +6,7 @@
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
title="&resurrect.title;"
buttons="accept, cancel"
onload="resurrect.loadMirrors()"
onload="document.getElementById('mirror').focus();"
ondialogaccept="resurrect.selectMirror(event);"
persist="width height screenX screenY"
>
@ -17,6 +17,7 @@
<label value='&resurrect.selectmirror;' />
<listbox id='mirror' rows='5' onselect='resurrect.selectMirror(event);'>
<!--
<listhead>
<listheader label='&resurrect.mirror;' />
<listheader label='&resurrect.quality;' />
@ -47,12 +48,12 @@
<listcell label='&resurrect.msn;' />
<listcell label='&resurrect.ok;' />
</listitem>
<!--
-->
<listitem value='coralcdn' label='&resurrect.coralcdn;' />
<listitem value='google' label='&resurrect.google;' />
<listitem value='yahoo' label='&resurrect.yahoo;' />
<listitem value='archive' label='&resurrect.archive;' />
<listitem value='msn' label='&resurrect.msn;' />
-->
</listbox>
</vbox>
</dialog>