mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Fixed bustage left behind by previous checkins of this file. Hook? = arielb
This commit is contained in:
parent
2316686429
commit
dfe3ec8d10
@ -1,11 +1,12 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://editor/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://messengercompose/skin/" type="text/css"?>
|
||||
<?xul-overlay href="chrome://global/content/globalOverlay.xul"?>
|
||||
<?xul-overlay href="chrome://global/content/tasksOverlay.xul"?>
|
||||
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://editor/skin/" type="text/css"?>
|
||||
<!-- FIX ME this should not be here when overlays support css files -->
|
||||
<?xml-stylesheet href="chrome://navigator/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://messengercompose/skin/" type="text/css"?>
|
||||
|
||||
<!--
|
||||
The contents of this file are subject to the Netscape Public
|
||||
@ -29,13 +30,14 @@ Rights Reserved.
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://messengercompose/locale/messengercompose.dtd">
|
||||
|
||||
<!-- removed, function must exist to use here
|
||||
onload="ComposeLoad()"
|
||||
-->
|
||||
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="ComposeLoad()"
|
||||
onunload="ComposeUnload()"
|
||||
width="640" height="480"
|
||||
title="&msgComposeWindow.title;"
|
||||
style="width:100%; height:100%"
|
||||
align="vertical">
|
||||
|
||||
|
||||
@ -100,7 +102,7 @@ Rights Reserved.
|
||||
<separator/>
|
||||
<menuitem name="&wrapCmd.label;" cmd="nsCmd:ComposeNYI"/>
|
||||
<separator/>
|
||||
<menu name="&dcharMenu.label;">
|
||||
<!-- <menu name="&dcharMenu.label;">
|
||||
<menuitem name="&dcharIso1Cmd.label;" onclick="SetDocumentCharacterSet('ISO-8859-1');"/>
|
||||
<menuitem name="&dcharIso2Cmd.label;" onclick="SetDocumentCharacterSet('ISO-8859-2');"/>
|
||||
<menuitem name="&dcharIso3Cmd.label;" onclick="SetDocumentCharacterSet('ISO-8859-3');"/>
|
||||
@ -162,6 +164,7 @@ Rights Reserved.
|
||||
<menuitem name="&dcharIso8Cmd.label;" onclick="SetDocumentCharacterSet('ISO-8859-8');"/>
|
||||
<menuitem name="&dcharCp1255Cmd.label;" onclick="SetDocumentCharacterSet('windows-1255');"/>
|
||||
</menu>
|
||||
-->
|
||||
</menu>
|
||||
<menu name="&insertMenu.label;">
|
||||
</menu>
|
||||
@ -272,13 +275,13 @@ Rights Reserved.
|
||||
</box>
|
||||
</box>
|
||||
</box>
|
||||
<box align="honrizontal" flex="100%">
|
||||
<box align="horizontal" flex="100%">
|
||||
<html:div flex="20%">&subject.label;</html:div>
|
||||
<html:input id="msgSubject" type="text" flex="80%" onkeyup="SetComposeWindowTitle(event.which);"/>
|
||||
</box>
|
||||
</box>
|
||||
<box align="vertical" flex="40%">
|
||||
<box align="honrizontal" flex="100%">
|
||||
<box align="horizontal" flex="100%">
|
||||
<html:div flex="100%">[attachment box]</html:div>
|
||||
<!--
|
||||
<tree id="attachment" class="attachment" flex="100%">
|
||||
|
Loading…
Reference in New Issue
Block a user