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

Changeset 6b3729


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

Files:
1 deleted
4 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>
  • content/vI_context.xul

    rbef78c r6b3729  
    6161            <menupopup>
    6262                <menuitem label="&vident.vI_Menu.Settings.label;"
    63                       oncommand="window.open('chrome://v_identity/content/prefDialog/vI_prefDialog_TB3.xul', '', 'chrome, dialog, alwaysRaised, resizable=yes');" />
     63                      oncommand="window.open('chrome://v_identity/content/prefDialog/vI_prefDialog.xul', '', 'chrome, dialog, alwaysRaised, resizable=yes');" />
    6464                <menu label="&vident.vI_Menu.DataStorage.label;">
    6565                    <menupopup>                       
  • content/v_identity.xul

    rbef78c r6b3729  
    5959          <menuseparator id="virtualIdentityExtension_statusMenu_separator" />
    6060          <menuitem class="menuitem-iconic" label="&vident.vI_Menu.Settings.label;"
    61             oncommand="window.open('chrome://v_identity/content/prefDialog/vI_prefDialog_TB3.xul', '', 'chrome, dialog, alwaysRaised, resizable=yes');" />
     61            oncommand="window.open('chrome://v_identity/content/prefDialog/vI_prefDialog.xul', '', 'chrome, dialog, alwaysRaised, resizable=yes');" />
    6262          <menuitem class="menuitem-iconic" label="&vident.vI_Menu.DataEditor.label;"
    6363            oncommand="window.open('chrome://v_identity/content/vI_rdfDataTree.xul', '', 'chrome, dialog, resizable=yes');" />
  • install.rdf

    rbef78c r6b3729  
    2323                   em:updateURL="http://absorb.it/software/virtual_identity/v_identity_update.rdf"
    2424                   em:updateKey="MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDY5lTLkMzbwKDrWvC5rAjR9Uiv6THmeOK03lBCsQ89KXYlz8i2CNTgvp44+/kK+73u+ZdduNSID+HGuzfoWy+cJLznFSlKx5DcYWDKKGKhCrXvRZ/nFX1JowmfdR5LskQMLNHMjadUCuS6ka3tX+yWErxOMPTdYmSWazU8tp1fGwIDAQAB"
    25                    em:optionsURL="chrome://v_identity/content/prefDialog/vI_prefDialog_TB3.xul" >
     25                   em:optionsURL="chrome://v_identity/content/prefDialog/vI_prefDialog.xul" >
    2626    <em:targetApplication RDF:resource="rdf:#$njP94"/>
    2727    <em:targetApplication RDF:resource="rdf:#$rjP94"/>
Note: See TracChangeset for help on using the changeset viewer.