home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / software / netscape62win / mail.xpi / bin / chrome / messenger.jar / content / messenger / am-serverwithnoidentities.xul < prev    next >
Extensible Markup Language  |  2001-08-31  |  2KB  |  42 lines

  1. <?xml version="1.0"?>
  2.  
  3. <?xml-stylesheet href="chrome://messenger/skin/accountManage.css" type="text/css"?>
  4.  
  5. <?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
  6.  
  7. <!DOCTYPE window SYSTEM "chrome://messenger/locale/am-serverwithnoidentities.dtd" >
  8.  
  9. <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  10.         xmlns:html="http://www.w3.org/1999/xhtml"
  11.         class="color-dialog"
  12.         onload="parent.onPanelLoaded('am-serverwithnoidentities.xul');"
  13.         orient="vertical">
  14.  
  15.   <script src="chrome://messenger/content/am-serverwithnoidentities.js"/>
  16.  
  17.   <hbox class="box-smallheader" title="&accountTitle.label;"/>
  18.  
  19.   <html class="secDesc">&accountSettingsDesc.label;</html>
  20.   <grid>
  21.     <columns>
  22.       <column flex="1"/>
  23.       <column flex="2"/>
  24.     </columns>
  25.     <rows>
  26.       <row  autostretch="never">
  27.         <text class="label" value="&accountName.label;" for="server.prettyName"/>
  28.         <textbox wsm_persist="true" size="30" id="server.prettyName"
  29.                  pref="true" preftype="string" prefattribute="value"
  30.                  prefstring="mail.server.%serverkey%.name"/>
  31.       </row>
  32.     </rows>
  33.   </grid>
  34.   <spring flex="1"/>
  35.   <vbox>
  36.     <text value="&localPath.label;"/>
  37.     <textbox wsm_persist="true" size="60" id="server.localPath" datatype="nsIFileSpec"
  38.              pref="true" preftype="string" prefattribute="value"
  39.              prefstring="mail.server.%serverkey%.directory"/>
  40.   </vbox>
  41. </window>
  42.