add advanced button and smtp server list to build

r=sspitzer
This commit is contained in:
alecf%netscape.com 2000-03-30 14:57:37 +00:00
Родитель cb8d0db144
Коммит 701e217705
2 изменённых файлов: 9 добавлений и 0 удалений

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

@ -67,6 +67,11 @@ EXPORT_RESOURCE_SAMPLES = \
aw-accname.js \
aw-done.xul \
aw-done.js \
SmtpServerList.xul \
SmtpServerList.js \
smtpEditOverlay.xul \
SmtpServerEdit.xul \
SmtpServerEdit.js \
$(NULL)
include $(topsrcdir)/config/rules.mk

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

@ -60,4 +60,8 @@
</html:tr>
</html:table>
<box align="horizontal">
<spring flex="100%"/>
<button value="&advanced.label;" onclick="window.openDialog('chrome://messenger/content/SmtpServerList.xul', 'smtp', 'modal,chrome');"/>
</box>
</window>