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.js

    r99ced4 rf29419  
    3333    init : function(warning) {
    3434        dump("warning.class=" + warning.class + "warning.class=" + warning.title + "warning.warning=" + warning.warning + "\n")
    35         document.getElementById("vI_Dialog").setAttribute("class", warning.class);
    36         Dialog.setDescription(document.getElementById("vI_Dialog_title"), warning.title);
    37         Dialog.setDescription(document.getElementById("vI_Dialog_recLabel"), warning.recLabel);
    38         Dialog.setDescription(document.getElementById("vI_Dialog_recipient"), warning.recipient);
    39         document.getElementById("vI_Dialog_browser").outputString = warning.warning;
    40         Dialog.setDescription(document.getElementById("vI_Dialog_query"), warning.query);
     35        document.getElementById("virtualIdentityExtension_Dialog").setAttribute("class", warning.class);
     36        Dialog.setDescription(document.getElementById("virtualIdentityExtension_Dialog_title"), warning.title);
     37        Dialog.setDescription(document.getElementById("virtualIdentityExtension_Dialog_recLabel"), warning.recLabel);
     38        Dialog.setDescription(document.getElementById("virtualIdentityExtension_Dialog_recipient"), warning.recipient);
     39        document.getElementById("virtualIdentityExtension_Dialog_browser").outputString = warning.warning;
     40        Dialog.setDescription(document.getElementById("virtualIdentityExtension_Dialog_query"), warning.query);
    4141        // show abort button
    4242        if (warning.class == "replaceVIdentity") {
Note: See TracChangeset for help on using the changeset viewer.