3
# -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
4
# This Source Code Form is subject to the terms of the Mozilla Public
5
# License, v. 2.0. If a copy of the MPL was not distributed with this
6
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
12
<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
13
<!ENTITY % cookieKeeperDTD SYSTEM "chrome://cookiekeeper/locale/cookiekeeper.dtd" >
18
<overlay id="ProtectedCookiesPaneOverlay"
19
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
21
<prefpane id="paneProtectedCookies"
22
onpaneload="gCookieKeeperProtCookiesPrefs.init();">
24
<script src="chrome://cookiekeeper/content/prefs.pcookies.js" type="application/x-javascript"/>
29
<separator class="thin"/>
31
<listbox id="listProtectedCookies" flex="1">
33
<listheader label="&cookiedomain.label;" />
34
<listheader label="&cookiename.label;" />
35
<listheader label="&cookiepath.label;" />
43
<!-- dynamic listitem / listcell here -->
46
<button id="buttonRemove"
47
label="&button.remove.label;"
48
accesskey="&button.remove.accesskey;"
49
oncommand="gCookieKeeperProtCookiesPrefs.remove();"
54
<separator class="thin"/>