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

Ignore:
Timestamp:
Aug 16, 2011, 10:12:23 PM (11 years ago)
Author:
rene <rene@…>
Branches:
ng_0.8, ng_0.9
Children:
190674
Parents:
92fd25
Message:

clean namespace from pollution

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chrome/content/v_identity/vI_storageExtrasDataEditorOverlay.xul

    r92fd25 rc3feaa  
    4848        <spacer width="10px" />
    4949        <checkbox id="vI_storageExtras_hideUnusedEditorFields" label="&vI_storageExtrasDataEditorOverlay.hideUnused.label;"
    50             oncommand="vI_storageExtrasHelper.hideUnusedEditorFields();"
     50            oncommand="virtualIdentityExtension.storageExtrasHelper.hideUnusedEditorFields();"
    5151            persist="checked" />
    5252    </caption>
     
    5454    <!-- storageExtras_returnReciept -->
    5555        <hbox>
    56         <checkbox id="vI_storageExtras_returnReciept_store" oncommand="vI_storageExtras_adapt(this.id, null);" />
     56        <checkbox id="vI_storageExtras_returnReciept_store" oncommand="virtualIdentityExtension.storageExtras_adapt(this.id, null);" />
    5757        <checkbox id="vI_storageExtras_returnReciept" label="&vI_storageExtrasDataEditorOverlay.reciept.label;"/>
    5858        </hbox>
    5959    <!-- storageExtras_fcc -->
    6060        <hbox>
    61         <checkbox id="vI_storageExtras_fcc_store" oncommand="vI_storageExtras_adapt(this.id, null);" />
     61        <checkbox id="vI_storageExtras_fcc_store" oncommand="virtualIdentityExtension.storageExtras_adapt(this.id, null);" />
    6262        <checkbox id="vI_storageExtras_fcc" label="&vI_storageExtrasDataEditorOverlay.fcc.label;"/>
    6363        </hbox>
     
    6565        <hbox>
    6666        <checkbox id="vI_storageExtras_characterEncoding_store"
    67             oncommand="vI_storageExtras_adapt(this.id, 'maileditCharsetMenuLabel');vI_storageExtras_adapt(this.id, 'maileditCharsetMenu');" />
     67            oncommand="virtualIdentityExtension.storageExtras_adapt(this.id, 'maileditCharsetMenuLabel');virtualIdentityExtension.storageExtras_adapt(this.id, 'maileditCharsetMenu');" />
    6868        <hbox id="vI_storageExtras_characterEncoding">
    6969            <vbox><spacer flex="1"/>
     
    9090        <hbox>
    9191        <checkbox id="vI_storageExtras_messageFormat_store"
    92             oncommand="vI_storageExtras_adapt(this.id, 'outputFormatMenuLabel');vI_storageExtras_adapt(this.id, 'outputFormatMenu');" />
     92            oncommand="virtualIdentityExtension.storageExtras_adapt(this.id, 'outputFormatMenuLabel');virtualIdentityExtension.storageExtras_adapt(this.id, 'outputFormatMenu');" />
    9393        <hbox id="vI_storageExtras_messageFormat">
    9494            <vbox><spacer flex="1"/>
     
    108108    <!-- storageExtras_sMime_messageEncryption -->
    109109        <hbox>
    110         <checkbox id="vI_storageExtras_sMime_messageEncryption_store" oncommand="vI_storageExtras_adapt(this.id, null)" />
     110        <checkbox id="vI_storageExtras_sMime_messageEncryption_store" oncommand="virtualIdentityExtension.storageExtras_adapt(this.id, null)" />
    111111        <checkbox id="vI_storageExtras_sMime_messageEncryption"
    112112            label="&vI_storageExtrasDataEditorOverlay.sMimeEnc.label;"/>
     
    114114    <!-- storageExtras_sMime_messageSignature -->
    115115        <hbox>
    116         <checkbox id="vI_storageExtras_sMime_messageSignature_store" oncommand="vI_storageExtras_adapt(this.id, null)" />
     116        <checkbox id="vI_storageExtras_sMime_messageSignature_store" oncommand="virtualIdentityExtension.storageExtras_adapt(this.id, null)" />
    117117        <checkbox id="vI_storageExtras_sMime_messageSignature"
    118118            label="&vI_storageExtrasDataEditorOverlay.sMimeSig.label;"/>
     
    120120    <!-- storageExtras_openPGP_messageEncryption -->
    121121        <hbox>
    122         <checkbox id="vI_storageExtras_openPGP_messageEncryption_store" oncommand="vI_storageExtras_adapt(this.id, null)" />
     122        <checkbox id="vI_storageExtras_openPGP_messageEncryption_store" oncommand="virtualIdentityExtension.storageExtras_adapt(this.id, null)" />
    123123        <checkbox id="vI_storageExtras_openPGP_messageEncryption"
    124124            label="&vI_storageExtrasDataEditorOverlay.PGPEnc.label;"/>
     
    126126    <!-- storageExtras_openPGP_messageSignature -->
    127127        <hbox>
    128         <checkbox id="vI_storageExtras_openPGP_messageSignature_store" oncommand="vI_storageExtras_adapt(this.id, null)" />
     128        <checkbox id="vI_storageExtras_openPGP_messageSignature_store" oncommand="virtualIdentityExtension.storageExtras_adapt(this.id, null)" />
    129129        <checkbox id="vI_storageExtras_openPGP_messageSignature"
    130130            label="&vI_storageExtrasDataEditorOverlay.PGPSig.label;"/>
     
    132132    <!-- storageExtras_openPGP_PGPMIME -->
    133133        <hbox>
    134         <checkbox id="vI_storageExtras_openPGP_PGPMIME_store" oncommand="vI_storageExtras_adapt(this.id, null)" />
     134        <checkbox id="vI_storageExtras_openPGP_PGPMIME_store" oncommand="virtualIdentityExtension.storageExtras_adapt(this.id, null)" />
    135135        <checkbox id="vI_storageExtras_openPGP_PGPMIME"
    136136            label="&vI_storageExtrasDataEditorOverlay.PGPMIME.label;"/>
Note: See TracChangeset for help on using the changeset viewer.