33 lines
No EOL
1.3 KiB
XML
33 lines
No EOL
1.3 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE window SYSTEM "chrome://autovcard/locale/autovcard.dtd">
|
|
<?xml-stylesheet href="chrome://autovcard/content/autovcard.css" type="text/css"?>
|
|
<overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
<script type="application/javascript" src="chrome://autovcard/content/autovcard.js"/>
|
|
|
|
<command id="cmd_sendButton" oncommand="autovcard.check_vcard('cmd_sendButton')"/>
|
|
<command id="cmd_sendNow" oncommand="autovcard.check_vcard('cmd_sendNow')"/>
|
|
<command id="cmd_sendWithCheck" oncommand="autovcard.check_vcard('cmd_sendWithCheck')"/>
|
|
<command id="cmd_sendLater" oncommand="autovcard.check_vcard('cmd_sendLater')"/>
|
|
|
|
<textbox id="addressCol2#1" onchange="autovcard.to_changed(event);"></textbox>
|
|
|
|
<menulist id="addressCol1#1"
|
|
oncommand="gContentChanged=true;awSetAutoComplete(this.id.slice(this.id.lastIndexOf('#') + 1));autovcard.totype_changed(event);">
|
|
</menulist>
|
|
|
|
<command id="cmd_attachVCard" disabled="true" />
|
|
|
|
<toolbar id="composeToolbar2">
|
|
<toolbarbutton
|
|
class="toolbarbutton-1 autovcard_delete"
|
|
id="autovcard_button"
|
|
label="&autovcard.button.delete_vcard;"
|
|
label_delete="&autovcard.button.delete_vcard;"
|
|
label_attach="&autovcard.button.attach_vcard;"
|
|
disabled="true"
|
|
oncommand="autovcard.button_click();">
|
|
</toolbarbutton>
|
|
</toolbar>
|
|
|
|
</overlay> |