home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
-
- <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
- <?xml-stylesheet href="chrome://aim/skin/dialogs.css" type="text/css"?>
-
- <?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
-
-
- <!DOCTYPE window SYSTEM "chrome://aim/locale/AimStoreEmail.dtd">
-
- <window
- xmlns:html="http://www.w3.org/1999/xhtml"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- class="dialog" id="AimDisplayName"
- windowtype="Aim:AimDisplayName" width="340" height="150"
- title="&AimDisplayName.title;"
- onload="AimDisplayNameOnLoad();" >
-
- <script language="JavaScript" src="chrome://aim/content/AimDisplayName.js" />
- <script language="JavaScript" src="chrome://aim/content/aimHelpers.js" />
-
-
- <vbox flex="1">
- <label id="desc1" value="&dispdesc.label;" flex="1"/>
- <grid id="storeemailgrid">
- <columns>
- <column/>
- <column flex="1"/>
- </columns>
- <rows>
- <row autostretch="never">
- <label value="&sn.label;"/>
- <description id="screenname" flex="1"/>
- </row>
- <row>
- <separator class="thin"/>
- <separator class="thin"/>
- </row>
- <row autostretch="never">
- <label value="&displayname.label;" />
- <textbox id="fldnewdispname" flex="1" onkeypress="dnKeyPress(event);" />
- </row>
- </rows>
- </grid>
- <separator/>
- <hbox id="okCancelButtons"/>
- </vbox>
-
- </window>
-