3 <!DOCTYPE overlay SYSTEM
"chrome://beagle/locale/beagle.dtd">
5 <?xml-stylesheet href=
"chrome://global/skin/global.css" type=
"text/css"?>
7 <dialog id=
"beagle-pref"
8 buttons=
"accept,cancel"
9 ondialogaccept=
"beaglePrefsSave();"
10 onload=
"beaglePrefsInit();"
11 persist=
"screenX screenY"
13 title=
"&beagle.pref.label;"
14 xmlns=
"http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
16 <script type=
"application/x-javascript"
17 src=
"chrome://beagle/content/beaglePrefs.js" />
19 <dialogheader title=
"&beagle.pref.label;"/>
22 <caption label=
"General" />
24 id=
"beagle.context.active"
25 label=
"&beagle.pref.context.active.label;"
26 oncommand=
"beaglePrefsFlip();"
27 prefattribute=
"checked"
33 id=
"beagle.security.active"
34 label=
"&beagle.pref.security.active.label;"
35 prefattribute=
"checked"
43 <caption label=
"&beagle.pref.filter.label;" />
45 <button id=
"beagle.filter.add"
46 label=
"&beagle.pref.filter.host.add.label;"
47 oncommand=
"beaglePrefsAddFilter();"/>
48 <button id=
"beagle.filter.remove"
50 label=
"&beagle.pref.filter.host.remove.label;"
51 oncommand=
"beaglePrefsRemoveFilter(); updateFilterRemoveButton();"/>
54 <listbox id=
"beagle.security.filters"
55 onclick=
"updateFilterRemoveButton();">