home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / nsb-install-8-0.exe / chrome / aim.jar / content / aim / pref-IM-appearance_overlay.xul < prev    next >
Encoding:
Extensible Markup Language  |  2005-07-29  |  806 b   |  23 lines

  1. <?xml version="1.0"?> 
  2.  
  3. <?xml-stylesheet href="chrome://aim/skin/prefPanels.css" type="text/css"?>
  4. <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
  5.  
  6. <!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-IM-appearance_overlay.dtd">
  7.  
  8. <overlay    id="IMPrefsAppearanceOverlay" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  9.  
  10.   <script language="JavaScript">
  11.   <![CDATA[
  12.     // this appends this element to the wsm ID array
  13.     if( _elementIDs )
  14.         _elementIDs.push("generalStartupAIM");
  15.   ]]>
  16.   </script>
  17.       
  18.   <groupbox orient="vertical" id="generalStartupPreferences">
  19.     <checkbox id="generalStartupAIM" label="&aimCheck.label;" accesskey="&aimCheck.accesskey;" prefstring="general.startup.aim"/>
  20.   </groupbox>
  21.  
  22. </overlay>
  23.