2006-05-17 02:32:49 +00:00
|
|
|
<?xml version="1.0"?> <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
|
2006-05-17 02:24:52 +00:00
|
|
|
|
2006-05-17 02:35:16 +00:00
|
|
|
<!DOCTYPE page [
|
2006-05-17 02:39:32 +00:00
|
|
|
<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd" >
|
2006-05-17 02:30:31 +00:00
|
|
|
%brandDTD;
|
|
|
|
<!ENTITY % policiesDTD SYSTEM "chrome://communicator/locale/pref/pref-policies.dtd" >
|
|
|
|
%policiesDTD;
|
|
|
|
]>
|
2006-05-17 02:24:52 +00:00
|
|
|
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<page xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
2006-05-17 02:31:51 +00:00
|
|
|
onload="parent.initPanel('chrome://communicator/content/pref/pref-policies.xul');"
|
2006-05-17 02:39:53 +00:00
|
|
|
headertitle="&pref.policies.title;">
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<groupbox>
|
2006-05-17 02:24:52 +00:00
|
|
|
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<description>&zoneIntro.label;</description>
|
2006-05-17 02:24:52 +00:00
|
|
|
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<label value="&policies.label;"/>
|
2006-05-17 02:30:33 +00:00
|
|
|
<hbox>
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<tree id="zones" flex="1">
|
2006-05-17 02:34:33 +00:00
|
|
|
<treecols>
|
2006-05-17 02:26:02 +00:00
|
|
|
<treecol flex="1"/>
|
2006-05-17 02:34:33 +00:00
|
|
|
</treecols>
|
2006-05-17 02:24:52 +00:00
|
|
|
|
2006-05-17 02:26:02 +00:00
|
|
|
<treechildren id="zoneChildren" flex="1">
|
2006-05-17 02:24:52 +00:00
|
|
|
<treeitem open="true">
|
|
|
|
<treerow>
|
2006-05-17 02:28:51 +00:00
|
|
|
<treecell label="&default.label;"/>
|
2006-05-17 02:24:52 +00:00
|
|
|
</treerow>
|
|
|
|
<treechildren id="defaultChildren">
|
|
|
|
<treeitem>
|
|
|
|
<treerow>
|
2006-05-17 02:28:51 +00:00
|
|
|
<treecell indent="true" label="&allWebsites.label;"/>
|
2006-05-17 02:24:52 +00:00
|
|
|
</treerow>
|
|
|
|
</treeitem>
|
|
|
|
</treechildren>
|
|
|
|
</treeitem>
|
|
|
|
<treeitem open="true">
|
|
|
|
<treerow>
|
2006-05-17 02:28:51 +00:00
|
|
|
<treecell label="&trusted.label;"/>
|
2006-05-17 02:24:52 +00:00
|
|
|
</treerow>
|
|
|
|
<treechildren id="trustedChildren"/>
|
|
|
|
</treeitem>
|
|
|
|
<treeitem open="true">
|
|
|
|
<treerow>
|
2006-05-17 02:28:51 +00:00
|
|
|
<treecell label="&annoyances.label;"/>
|
2006-05-17 02:24:52 +00:00
|
|
|
</treerow>
|
|
|
|
</treeitem>
|
|
|
|
<treeitem open="true">
|
|
|
|
<treerow>
|
2006-05-17 02:28:51 +00:00
|
|
|
<treecell label="&restricted.label;"/>
|
2006-05-17 02:24:52 +00:00
|
|
|
</treerow>
|
|
|
|
</treeitem>
|
|
|
|
</treechildren>
|
|
|
|
</tree>
|
|
|
|
|
2006-05-17 02:30:33 +00:00
|
|
|
<vbox>
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<button label="&addSite.label;" accesskey="&addSite.accesskey;"
|
2006-05-17 02:24:52 +00:00
|
|
|
oncommand="addSite();"/>
|
2006-05-17 02:31:25 +00:00
|
|
|
<spacer flex="1"/>
|
2006-05-17 02:30:33 +00:00
|
|
|
</vbox>
|
|
|
|
</hbox>
|
2006-05-17 02:24:52 +00:00
|
|
|
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<label class="header" value="&description.label;"/>
|
2006-05-17 02:24:52 +00:00
|
|
|
|
2006-05-17 02:30:33 +00:00
|
|
|
<hbox class="indent">
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<description id="description"></description>
|
2006-05-17 02:30:33 +00:00
|
|
|
</hbox>
|
2006-05-17 02:24:52 +00:00
|
|
|
|
2006-05-17 02:30:43 +00:00
|
|
|
<hbox align="center">
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<button label="&settings.label;" accesskey="&settings.accesskey;"
|
2006-05-17 02:24:52 +00:00
|
|
|
oncommand="settings();"/>
|
2006-05-17 02:30:33 +00:00
|
|
|
</hbox>
|
2006-05-17 02:24:52 +00:00
|
|
|
|
2006-05-17 02:30:33 +00:00
|
|
|
</groupbox>
|
2006-05-17 02:24:52 +00:00
|
|
|
|
2006-05-17 02:31:26 +00:00
|
|
|
</page>
|