home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / mozil06.zip / bin / chrome / messenger.jar / content / messenger / am-appearance_overlay.xul < prev    next >
Extensible Markup Language  |  2001-02-14  |  774b  |  24 lines

  1. <?xml version="1.0"?>
  2.  
  3. <overlay id="messengerPrefAppearanceOverlay"
  4.          xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  5.  
  6.   <script language="JavaScript">
  7.   <![CDATA[
  8.     // this appends this element to the wsm ID array
  9.     if( _elementIDs )
  10.       {
  11.         _elementIDs.push("generalStartupMail");
  12.       }
  13.   ]]>
  14.   </script>
  15.        
  16.   <!-- startup entry in appearance prefs -->
  17.   <titledbox id="generalStartupPreferences">
  18.     <checkbox id="generalStartupMail" wsm_persist="true" position="2"
  19.               value="&mesCheck.label;" accesskey="&mesCheck.accesskey;"
  20.               pref="true" preftype="bool" prefstring="general.startup.mail"
  21.               prefattribute="checked"/>         
  22.   </titledbox>        
  23.  
  24. </overlay>