Box field to support the type="file" preference.

This commit is contained in:
mgalli%geckonnection.com 2006-02-14 21:00:57 +00:00
Родитель da6cb6753e
Коммит 790bb73c25
1 изменённых файлов: 7 добавлений и 4 удалений

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

@ -120,13 +120,16 @@
<hbox flex="1">
<textbox onchange="syncPref(this)" tabindex="54"
flex="1"
style="margin:3px ! important;"
<box onchange="syncPref(this)"
id="downloadDir"
preference="browser.download.dir"
/>
<textbox id="downloadDirDisplay" disabled="true"
style="margin:3px ! important;"
tabindex="54"
flex="1" />
<button id="chooseFolderButton" tabindex="55"
class='box-prefgroupitem'
label="&setSaveDirectory.label;"