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_Dialog.xul

    r99ced4 rf29419  
    2929<!DOCTYPE overlay SYSTEM "chrome://v_identity/locale/v_identity.dtd">
    3030
    31 <dialog id="vI_Dialog" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
     31<dialog id="virtualIdentityExtension_Dialog" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
    3232    buttons="accept,cancel,extra1,extra2"
    33         buttonlabelextra1="&vident.vI_Dialog.extra1Button.label;"
     33        buttonlabelextra1="&vident.virtualIdentityExtension_Dialog.extra1Button.label;"
    3434    buttoniconextra1="no"
    35         buttonlabelextra2="&vident.vI_Dialog.extra2Button.label;"
     35        buttonlabelextra2="&vident.virtualIdentityExtension_Dialog.extra2Button.label;"
    3636    buttoniconextra2="no"
    3737        title="Virtual Identity"
     
    4646    <script type="application/x-javascript" src="chrome://v_identity/content/vI_Dialog.js" />
    4747
    48     <description id="vI_Dialog_title" />
    49     <description id="vI_Dialog_recLabel" />
    50     <description id="vI_Dialog_recipient" />
    51     <browser id="vI_Dialog_browser" type="chrome" class="vI_htmlTextBox"
     48    <description id="virtualIdentityExtension_Dialog_title" />
     49    <description id="virtualIdentityExtension_Dialog_recLabel" />
     50    <description id="virtualIdentityExtension_Dialog_recipient" />
     51    <browser id="virtualIdentityExtension_Dialog_browser" type="chrome" class="vI_htmlTextBox"
    5252         documentStyle="background-color: -moz-dialog; font: -moz-dialog;"
    5353         cssSource="vI_DialogBrowser.css" flex="1" disablehistory="true" />
    54     <description id="vI_Dialog_query" />
     54    <description id="virtualIdentityExtension_Dialog_query" />
    5555</dialog>
Note: See TracChangeset for help on using the changeset viewer.