more changes for the download headers dialog ui.

This commit is contained in:
sspitzer%netscape.com 1999-12-28 23:45:57 +00:00
Родитель e6395f9b31
Коммит a6725d6f79
1 изменённых файлов: 17 добавлений и 0 удалений

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

@ -41,6 +41,23 @@ Rights Reserved.
<box align="vertical" style="width:36em; min-height:12em">
<spring flex="100%"/>
<html:div style="margin-bottom:.3em">&info.label;</html:div>
<box align="horizontal" flex="100%">
<html:input type="radio" id="all" name="download" check="true"/>
<html:label for="all">&all.label;</html:label>
</box>
<box align="horizontal" flex="100%">
<html:input type="radio" id="some" name="download"/>
<html:label for="some">&download.label;</html:label>
<html:input type="text" id="number" size="10"/>
<html:label>&headers.label;</html:label>
</box>
<box align="horizontal" flex="100%">
<html:input type="checkbox" id="mark"/>
<html:label>&mark.label;</html:label>
</box>
<spring flex="100%"/>
<box id="okCancelButtons"/>
</box>