fix for #169241. fix layout of "Bcc <email>" ui.

r/sr=bienvenu.
This commit is contained in:
sspitzer%netscape.com 2002-09-17 19:53:18 +00:00
Родитель c08c85c8c0
Коммит d6b5784bb2
1 изменённых файлов: 6 добавлений и 4 удалений

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

@ -81,16 +81,18 @@
</radiogroup>
<hbox align="center">
<checkbox wsm_persist="true" id="identity.bccSelf" before="&bccAccount.label; &lt;" after="&gt;"
prefattribute="value"
<checkbox wsm_persist="true" id="identity.bccSelf"
before="&bccAccount.label; &lt;" after="&gt;"
prefattribute="value" flex="1"
prefstring="mail.identity.%identitykey%.bcc_self"/>
</hbox>
<hbox align="center">
<checkbox wsm_persist="true" id="identity.bccOthers" label="&bccAddress.label;"
oncommand="setupBCCTextbox();"
prefattribute="value"
prefattribute="value"
prefstring="mail.identity.%identitykey%.bcc_other"/>
<textbox wsm_persist="true" id="identity.bccList" flex="1"
prefstring="mail.identity.%identitykey%.bcc_other_list"/>
</hbox>