switch from titledbutton on toolbar to button

This commit is contained in:
ben%netscape.com 2000-03-23 04:21:55 +00:00
parent cc72754ba0
commit cf42a9139a
3 changed files with 22 additions and 22 deletions

View File

@ -214,12 +214,12 @@ Rights Reserved.
<toolbox>
<toolbar class="standard" id="abToolbar" persist="collapsed">
<box id="toolbar_button_box">
<titledbutton id="button_newcard" class="button28" align="top" value="&newcardButton.label;" onclick="AbNewCard()"/>
<titledbutton id="button_newlist" class="button28" align="top" value="&newlistButton.label;" disabled="true" onclick="AbNewList()"/>
<button class="key-toolbar left" orient="vertical" id="button_newcard" value="&newcardButton.label;" onclick="AbNewCard()"/>
<button class="key-toolbar left" orient="vertical" id="button_newlist" value="&newlistButton.label;" disabled="true" onclick="AbNewList()"/>
<toolbarseparator/>
<titledbutton id="button_editcard" class="other28" align="top" value="&editButton.label;" onclick="AbEditCard()"/>
<titledbutton id="button_newmessage" class="other28" align="top" value="&newmsgButton.label;" onclick="AbNewMessage()"/>
<titledbutton id="button_delete" class="other28" disabled="true" align="top" value="&deleteButton.label;" onclick="goDoCommand('button_delete')"/>
<button class="toolbar left" orient="vertical" id="button_editcard" value="&editButton.label;" onclick="AbEditCard()"/>
<button class="toolbar left" orient="vertical" id="button_newmessage" value="&newmsgButton.label;" onclick="AbNewMessage()"/>
<button class="toolbar left" orient="vertical" id="button_delete" disabled="true" value="&deleteButton.label;" onclick="goDoCommand('button_delete')"/>
<box align="vertical" flex="100%">
<spring flex="1"/>

View File

@ -756,17 +756,17 @@ Rights Reserved.
<toolbox>
<toolbar id="msgToolbar" class="standard" persist="collapsed">
<box id="toolbar_button_box">
<titledbutton id="button_getmsg" class="button28" align="top" value="&getMsgButton.label;" onclick="MsgGetMessage()"/>
<titledbutton id="button_newmsg" class="button28" align="top" value="&newMsgButton.label;" onclick="MsgNewMessage(event)"/>
<button class="key-toolbar left" orient="vertical" id="button_getmsg" value="&getMsgButton.label;" onclick="MsgGetMessage()"/>
<button class="key-toolbar left" orient="vertical" id="button_newmsg" value="&newMsgButton.label;" onclick="MsgNewMessage(event)"/>
<toolbarseparator/>
<titledbutton id="button_reply" class="button28" align="top" value="&replyButton.label;" onclick="MsgReplyMessage(event)"/>
<titledbutton id="button_replyall" class="button28" align="top" value="&replyAllButton.label;" onclick="MsgReplyToAllMessage(event)"/>
<titledbutton id="button_forward" class="button28" align="top" value="&forwardButton.label;" onclick="MsgForwardMessage(event)"/>
<button class="key-toolbar left" orient="vertical" id="button_reply" value="&replyButton.label;" onclick="MsgReplyMessage(event)"/>
<button class="key-toolbar left" orient="vertical" id="button_replyall" value="&replyAllButton.label;" onclick="MsgReplyToAllMessage(event)"/>
<button class="key-toolbar left" orient="vertical" id="button_forward" value="&forwardButton.label;" onclick="MsgForwardMessage(event)"/>
<toolbarseparator/>
<menu id="FileButtonMenu" datasources="rdf:null"
rdf:ignore="http://home.netscape.com/NC-rdf#MessageChild"
>
<titledbutton id="button_file" class="other28" align="top" value="&fileButton.label;"/>
<button class="toolbar left" orient="vertical" id="button_file" value="&fileButton.label;"/>
<template>
<rule nc:CanFileMessages="true" iscontainer="true" isempty="false">
<menupopup>
@ -816,10 +816,10 @@ Rights Reserved.
</menu>
<titledbutton id="button_next" class="other28" align="top" value="&nextButton.label;" onclick="MsgNextUnreadMessage()"/>
<titledbutton id="button_delete" class="other28" disabled="true" align="top" value="&deleteButton.label;" onclick="goDoCommand('button_delete')"/>
<titledbutton id="button_print" class="other28" align="top" value="&printButton.label;" onclick="PrintEnginePrint()"/>
<titledbutton id="button_stop" class="other28" align="top" value="&stopButton.label;" onclick="MsgStop();"/>
<button class="toolbar left" orient="vertical" id="button_next" value="&nextButton.label;" onclick="MsgNextUnreadMessage()"/>
<button class="toolbar left" orient="vertical" id="button_delete" disabled="true" value="&deleteButton.label;" onclick="goDoCommand('button_delete')"/>
<button class="toolbar left" orient="vertical" id="button_print" value="&printButton.label;" onclick="PrintEnginePrint()"/>
<button class="toolbar left" orient="vertical" id="button_stop" value="&stopButton.label;" onclick="MsgStop();"/>
<spring flex="100%"/>
</box>

View File

@ -368,15 +368,15 @@ ACTUALLY, EVERY TIME YOU TYPE ANY OF THE KEY DEFINED HERE AFTER WITHOUT ANY OF T
<toolbox>
<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()"/>
<button class="key-toolbar left" orient="vertical" id="button_send" 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" disabled="true" value="&quoteButton.label;" onclick="QuoteMessage()"/>
<!--titledbutton id="button_spelling" class="other28" align="top" value="&spellingButton.label;" onclick="Spelling()"/-->
<button class="toolbar left" orient="vertical" id="button_address" value="&addressButton.label;" onclick="SelectAddress()"/>
<button class="toolbar left" orient="vertical" id="button_attach" value="&attachButton.label;" onclick="AttachFile()"/>
<button class="toolbar left" orient="vertical" id="button_quote" disabled="true" value="&quoteButton.label;" onclick="QuoteMessage()"/>
<!--button class="toolbar left" orient="vertical" id="button_spelling" 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" disabled="true" value="&stopButton.label;" onclick="Stop()"/>
<button class="toolbar left" orient="vertical" id="button_save" value="&saveButton.label;" onclick="SaveAsDraft()"/>
<button class="toolbar left" orient="vertical" id="button_stop" disabled="true" value="&stopButton.label;" onclick="Stop()"/>
<spring flex="100%"/>
</box>