home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / phoenx05.zip / phoenix / chrome / pippki.jar / content / pippki / PrefOverlay.xul < prev    next >
Extensible Markup Language  |  2002-03-28  |  2KB  |  58 lines

  1. <?xml version="1.0"?>
  2. <!-- 
  3.    - The contents of this file are subject to the Mozilla Public
  4.    - License Version 1.1 (the "License"); you may not use this file
  5.    - except in compliance with the License. You may obtain a copy of
  6.    - the License at http://www.mozilla.org/MPL/
  7.    - 
  8.    - Software distributed under the License is distributed on an "AS
  9.    - IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  10.    - implied. See the License for the specific language governing
  11.    - rights and limitations under the License.
  12.    - 
  13.    - The Original Code is mozilla.org code.
  14.    - 
  15.    - The Initial Developer of the Original Code is Netscape
  16.    - Communications Corp.  Portions created by Netscape are
  17.    - Copyright (C) 2001 Netscape Communications Corp.  All
  18.    - Rights Reserved.
  19.    - 
  20.    - Contributor(s):
  21.    -   Terry Hayes <thayes@netscape.com>
  22.   -->
  23.  
  24. <!-- This file overlays "chrome://communicator/content/pref/preftree.xul" -->
  25.  
  26. <!DOCTYPE overlay SYSTEM "chrome://pippki/locale/PrefOverlay.dtd">
  27.  
  28. <overlay id="pipPrefOverlayID"
  29.          xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  30.  
  31.   <treechildren id="securityChildren">
  32.     <treeitem id="masterpassItem">
  33.       <treerow>
  34.         <treecell url="chrome://pippki/content/pref-masterpass.xul"
  35.                       label="&masterpass.label;"/>
  36.       </treerow>
  37.     </treeitem>
  38.     <treeitem id="sslItem">
  39.       <treerow>
  40.         <treecell url="chrome://pippki/content/pref-ssl.xul"
  41.                       label="&ssl.label;"/>
  42.       </treerow>
  43.     </treeitem>
  44.     <treeitem id="certItem">
  45.       <treerow>
  46.         <treecell url="chrome://pippki/content/pref-certs.xul"
  47.                       label="&certs.label;"/>
  48.       </treerow>
  49.     </treeitem>
  50.     <treeitem id="validationItem">
  51.       <treerow>
  52.         <treecell url="chrome://pippki/content/pref-validation.xul"
  53.                       label="&validation.label;"/>
  54.       </treerow>
  55.     </treeitem>
  56.   </treechildren>
  57. </overlay>
  58.