Fix bug 25565 and part of bug 25573. Add separator beetween toolbar buttons and disable the one not yet implemented. R=hangas

This commit is contained in:
ducarroz%netscape.com 2000-02-05 01:15:06 +00:00
Родитель 51304c5c60
Коммит 85a1053a0d
1 изменённых файлов: 5 добавлений и 3 удалений

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

@ -388,12 +388,14 @@ ACTUALLY, EVERY TIME YOU TYPE ANY OF THE KEY DEFINED HERE AFTER WITHOUT ANY OF T
<toolbar id="composeToolbar" class="standard" persist="collapsed">
<box id="toolbar_button_box">
<titledbutton id="button_send" class="button28" align="top" value="&sendButton.label;" onclick="SendMessage()"/>
<toolbarseparator/>
<titledbutton id="button_address" class="other28" align="top" value="&addressButton.label;" onclick="SelectAddress()"/>
<titledbutton id="button_attach" class="other28" align="top" value="&attachButton.label;" onclick="AttachFile()"/>
<titledbutton id="button_quote" class="other28" align="top" value="&quoteButton.label;" onclick="QuoteMessage()"/>
<titledbutton id="button_spelling" class="other28" align="top" value="&spellingButton.label;" onclick="Spelling()"/>
<titledbutton id="button_quote" class="other28" align="top" disabled="true" value="&quoteButton.label;" onclick="QuoteMessage()"/>
<!--titledbutton id="button_spelling" class="other28" align="top" value="&spellingButton.label;" onclick="Spelling()"/-->
<toolbarseparator/>
<titledbutton id="button_save" class="other28" align="top" value="&saveButton.label;" onclick="SaveAsDraft()"/>
<titledbutton id="button_stop" class="other28" align="top" value="&stopButton.label;" onclick="Stop()"/>
<titledbutton id="button_stop" class="other28" align="top" disabled="true" value="&stopButton.label;" onclick="Stop()"/>
<spring flex="100%"/>
</box>