~ubuntu-branches/ubuntu/natty/adblock-plus/natty

« back to all changes in this revision

Viewing changes to chrome/content/ui/settings.xul

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2010-11-05 18:42:36 UTC
  • mto: (25.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 27.
  • Revision ID: james.westby@ubuntu.com-20101105184236-h7dnu8mbfjaoya62
Tags: upstream-1.3.1
Import upstream version 1.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
   - the Initial Developer. All Rights Reserved.
22
22
   -
23
23
   - Contributor(s):
24
 
   -   Netscape Communications Corporation
25
 
   -   Blake Ross <blake@cs.stanford.edu>
26
 
   -   David Hyatt <hyatt@mozilla.org>
27
 
   -   Joe Hewitt <hewitt@netscape.com>
28
 
   -   Pierre Chanial <chanial@noos.fr>
29
 
   -   Dean Tessman <dean_tessman@hotmail.com>
30
24
   -
31
25
   - ***** END LICENSE BLOCK ***** -->
32
26
 
81
75
 
82
76
<commandset id="abpCommands">
83
77
  <command id="addsubscription-command" oncommand="editSubscription(null)"/>
84
 
  <command id="synchsubscriptions-command" oncommand="synchAllSubscriptions(false)"/>
 
78
  <command id="synchsubscriptions-command" oncommand="synchAllSubscriptions()"/>
85
79
  <command id="import-command" oncommand="importList()"/>
86
80
  <command id="export-command" oncommand="exportList()"/>
87
81
  <command id="selectall-command" oncommand="treeView.selection.selectAll()"/>
96
90
 
97
91
<popupset id="abpPopups">
98
92
  <menupopup id="listitem-context" onpopupshowing="return fillContext()">
99
 
    <menuitem id="context-synchsubscription" label="&context.synchsubscription.label;" oncommand="synchSubscription(event.shiftKey)" key="synchsubscription-key" />
 
93
    <menuitem id="context-synchsubscription" label="&context.synchsubscription.label;" oncommand="synchSubscription()" key="synchsubscription-key" />
100
94
    <menuitem id="context-editsubscription" label="&context.editsubscription.label;…" oncommand="editFilter('subscription')" key="edit-key"/>
101
95
    <menuitem id="context-edit" label="&context.edit.label;" oncommand="editFilter('filter')" key="edit-key"/>
102
96
    <menuitem id="context-resethitcount" label="&context.resethitcount.label;…" oncommand="resetHitCounts(false)"/>
114
108
    <menuitem id="context-movegroupdown" label="&context.movegroupdown.label;" oncommand="treeView.moveSubscription(false)" key="movegroupdown-key"/>
115
109
  </menupopup>
116
110
  <menupopup id="treecols-context" onpopupshowing="fillViewPopup('context-')"/>
117
 
  <tooltip id="tree-tooltip" onpopupshowing="return showTreeTooltip(event)"/>
 
111
  <tooltip id="tree-tooltip" onpopupshowing="return showTreeTooltip(E('treechildren').mCachedMousePosition || event)"/>
118
112
</popupset>
119
113
 
120
114
<toolbox id="menuToolbox">
180
174
    </menu>
181
175
    <menu id="help-menu" label="&help.label;" accesskey="&help.accesskey;">
182
176
      <menupopup id="help-popup">
183
 
        <menuitem id="gettingStartedLink" label="&gettingStarted.label;" accesskey="&gettingStarted.accesskey;" oncommand="abp.loadInBrowser('&gettingStarted.url;')"/>
184
 
        <menuitem id="faqLink" label="&faq.label;" accesskey="&faq.accesskey;" oncommand="abp.loadInBrowser('&faq.url;')"/>
185
 
        <menuitem id="filtersLink" label="&filterdoc.label;" accesskey="&filterdoc.accesskey;" oncommand="abp.loadInBrowser('&filterdoc.url;')"/>
 
177
        <menuitem id="gettingStartedLink" label="&gettingStarted.label;" accesskey="&gettingStarted.accesskey;" oncommand="Utils.loadDocLink('gettingStarted');"/>
 
178
        <menuitem id="faqLink" label="&faq.label;" accesskey="&faq.accesskey;" oncommand="Utils.loadDocLink('faq');"/>
 
179
        <menuitem id="filtersLink" label="&filterdoc.label;" accesskey="&filterdoc.accesskey;" oncommand="Utils.loadDocLink('filterdoc');"/>
186
180
        <menuseparator/>
187
181
        <menuitem id="aboutAbp" label="&about.label;…" accesskey="&about.accesskey;" oncommand="openAbout()"/>
188
182
      </menupopup>
211
205
        <treecol id="col-lasthit" label="&lasthit.column;" hidden="true" flex="4" persist="width ordinal sortDirection hidden"/>
212
206
      </treecols>
213
207
 
214
 
      <treechildren tooltip="tree-tooltip" onclick="onListClick(event)" ondblclick="onListDblClick(event)" ondraggesture="onListDragGesture(event)"/>
 
208
      <treechildren id="treechildren" tooltip="tree-tooltip" onmousemove="this.mCachedMousePosition = event;" onclick="onListClick(event)" ondblclick="onListDblClick(event)" ondraggesture="onListDragGesture(event)"/>
215
209
    </tree>
216
210
    <hbox id="listEditorParent" align="center" hidden="true">
217
211
      <textbox id="listEditor" class="tree-input" flex="1"/>