further tweaks to smtp server editor

r=sspitzer
This commit is contained in:
alecf%netscape.com 2000-03-30 14:58:36 +00:00
Родитель 25b2bf6b6d
Коммит bb1d11d8bb
2 изменённых файлов: 8 добавлений и 3 удалений

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

@ -44,7 +44,9 @@
<key id="keyset"/>
</keyset>
<html>&smtpListDesc.label;</html>
<box align="horizontal">
<html flex="1">&smtpListDesc.label;</html>
</box>
<box align="horizontal">
<tree id="smtpTree" onselect="onSelectionChange(event);">
<treechildren id="smtpTreeChildren"/>

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

@ -24,13 +24,16 @@
-->
<!DOCTYPE window SYSTEM "chrome://messenger/locale/SmtpServerList.dtd">
<!DOCTYPE window SYSTEM "chrome://messenger/locale/smtpEditOverlay.dtd">
<overlay xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<box id="smtpServerEditor" align="horizontal">
<text value="this is the smtp server overlay"/>
<box align="vertical">
<text value="&serverName.label;"/>
<textedit/>
</box>
</box>
</overlay>