This is just some static backup of the original site, don't expect every link to work!

Ignore:
Timestamp:
Nov 26, 2011, 6:53:31 PM (11 years ago)
Author:
rene <rene@…>
Branches:
ng_0.9
Children:
826c34
Parents:
99ced4
Message:

tons of changes, mostly namespace-related

File:
1 edited

Legend:

Unmodified
Added
Removed
  • content/vI_getHeader.xul

    r99ced4 rf29419  
    2626<?xml-stylesheet href="chrome://v_identity/skin/v_identity.css" type="text/css"?>
    2727
    28 <!DOCTYPE overlay [
    29 <!ENTITY % versionDTD SYSTEM "chrome://v_identity/content/_version.dtd">
    30 %versionDTD;
    31 <!ENTITY % vIdentDTD SYSTEM "chrome://v_identity/locale/v_identity.dtd">
    32 %vIdentDTD;
    33 ]>
    34 
    3528<overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
    3629
    3730<script type="application/x-javascript" src="chrome://v_identity/content/vI_getHeader.js"/>
    3831
    39 
    40 <stringbundleset id="stringbundleset">
    41     <stringbundle id="virtualIdentityExtension_vIdentBundle" src="chrome://v_identity/locale/v_identity.properties" />
    42   </stringbundleset>
    43 
    44 <vbox id="messagepanebox" >
     32<vbox id="messagepanebox">
     33  <notificationbox id="virtualIdentityExtension_vINotification" position="1" insertbefore="msgheaderstoolbar-box"/>
    4534  <textbox id="virtualIdentityExtension_debugBox" />
    4635</vbox>
    47 
    48 <vbox id="messagepanebox">
    49      <notificationbox id="virtualIdentityExtension_vINotification" position="1" insertbefore="msgheaderstoolbar-box"/>
    50 </vbox>
    5136</overlay>
Note: See TracChangeset for help on using the changeset viewer.