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

Ignore:
Timestamp:
Sep 10, 2018, 6:47:35 PM (4 years ago)
Author:
rene <rene@…>
Branches:
ng_0.9
Children:
46c88d
Parents:
bef78c
Message:

unified previously splitted pref-dialog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • content/prefDialog/vI_prefDialog.xul

    rbef78c r6b3729  
    4242<?xml-stylesheet href="chrome://messenger/skin/messageHeader.css"?>
    4343
    44 
    45 <overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
    46     xmlns:xhtml="http://www.w3.org/1999/xhtml" >
    47 
    48 <dialog id="vI_prefDialog">
     44<dialog id="vI_prefDialog"
     45    xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
     46        xmlns:xhtml="http://www.w3.org/1999/xhtml"
     47        onload="virtualIdentityExtension.prefDialog.init();"
     48        buttons="accept,cancel,help"
     49        ondialogaccept="virtualIdentityExtension.prefDialog.savePrefs();"
     50        ondialoghelp="virtualIdentityExtension.prefDialog.toggleHelp();"
     51        buttonlabelhelp="&vI_prefDialog.dlgHelpButton.label;"
     52        persist="screenX screenY"
     53        title="&vI_prefDialog.dlgTitle.label;" >
     54
     55<script type="application/x-javascript"
     56            src="chrome://v_identity/content/prefDialog/vI_prefDialog.js" />
    4957
    5058<hbox>
     
    561569<textbox id="virtualIdentityExtension_debugBox" />
    562570</dialog>
    563 </overlay>
Note: See TracChangeset for help on using the changeset viewer.