disable the save all button for attachments because that isn't implemented yet...

r=sspitzer
This commit is contained in:
mscott%netscape.com 2000-02-08 01:09:16 +00:00
Родитель ff4cb04602
Коммит 6940ec22be
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -72,7 +72,7 @@ Rights Reserved.
<titledbutton id="attachmentButton" class="push" value="1" align="right"/>
<menupopup id="attachmentPopup" popupanchor="bottomright" popupalign="topright">
<menuseparator/>
<menuitem value="Save All..." oncommand="SaveAllAttachmentsDialog()"/>
<menuitem value=".Save All..." disabled="true" oncommand="SaveAllAttachmentsDialog()"/>
</menupopup>
</menu>
<spring flex="1"/>