home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / nsb-install-8-0.exe / chrome / browser.jar / content / browser / pref / plugins.xul < prev    next >
Encoding:
Extensible Markup Language  |  2005-07-29  |  1.5 KB  |  40 lines

  1. <?xml version="1.0"?>
  2.  
  3.  
  4. <?xml-stylesheet href="chrome://global/skin/"?>
  5. <?xml-stylesheet href="chrome://mozapps/skin/pref/pref.css" type="text/css"?>
  6. <?xml-stylesheet href="chrome://browser/skin/pref/pref.css" type="text/css"?>
  7.  
  8. <!DOCTYPE window SYSTEM "chrome://browser/locale/pref/plugins.dtd">
  9.  
  10. <dialog id="plugins" title="&plugins.title;"
  11.         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  12.         onload="init();" ondialogaccept="onAccept();" style="width: 30em;"
  13.         persist="screenX screenY width height">
  14.  
  15.   <script type="application/x-javascript" src="chrome://browser/content/pref/plugins.js"/>
  16.  
  17.   <description>&pluginInfo.label;</description>
  18.   <separator class="thin"/>
  19.   <tree id="pluginTypesList" flex="1" hidecolumnpicker="true" rows="10" seltype="single">
  20.     <treecols>
  21.       <treecol id="fileExtension"
  22.                class="sortDirectionIndicator pluginsList" persist="width"
  23.                label="&extensionsHeader.label;" />
  24.       <treecol id="fileType" flex="1"
  25.                class="sortDirectionIndicator" persist="width"
  26.                label="&typeHeader.label;"/>
  27.       <splitter class="tree-splitter" />
  28.       <treecol id="pluginEnabled" cycler="true"
  29.                class="sortDirectionIndicator" persist="width"
  30.                label="&enabledHeader.label;"/>
  31.     </treecols>
  32.     <treechildren class="pluginTypesChildren"/>
  33.   </tree>
  34.   <separator class="thin"/>
  35.   <description>&pluginInfo2.label;</description>
  36.  
  37.   <separator/>
  38.  
  39. </dialog>
  40.