зеркало из https://github.com/mozilla/pjs.git
some pref panel appearance fixes
This commit is contained in:
Родитель
13267f0631
Коммит
33362950a4
|
@ -30,6 +30,7 @@
|
||||||
prefattribute="checked"/>
|
prefattribute="checked"/>
|
||||||
</titledbox>
|
</titledbox>
|
||||||
|
|
||||||
|
<!--
|
||||||
<titledbox orient="vertical" autostretch="never">
|
<titledbox orient="vertical" autostretch="never">
|
||||||
<title><text value="Installed Packages"/></title>
|
<title><text value="Installed Packages"/></title>
|
||||||
|
|
||||||
|
@ -46,10 +47,10 @@
|
||||||
}
|
}
|
||||||
]]>
|
]]>
|
||||||
</script>
|
</script>
|
||||||
<!--
|
|
||||||
<button value="Install Package" oncommand="InstallPackage();"/>
|
<button value="Install Package" oncommand="InstallPackage();"/>
|
||||||
-->
|
|
||||||
</titledbox>
|
</titledbox>
|
||||||
|
-->
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
<html:fieldset style="width: 100%; height: 100%">
|
<html:fieldset style="width: 100%; height: 100%">
|
||||||
<html:div class="hspace-both">&selectUninstall.label;</html:div>
|
<html:div class="hspace-both">&selectUninstall.label;</html:div>
|
||||||
|
|
|
@ -34,11 +34,10 @@
|
||||||
]>
|
]>
|
||||||
|
|
||||||
<window xmlns:html="http://www.w3.org/1999/xhtml"
|
<window xmlns:html="http://www.w3.org/1999/xhtml"
|
||||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||||
class="color-dialog"
|
class="color-dialog"
|
||||||
onload="parent.initPanel('chrome://communicator/content/pref/pref-winhooks.xul');"
|
onload="parent.initPanel('chrome://communicator/content/pref/pref-winhooks.xul');"
|
||||||
orient="vertical"
|
orient="vertical">
|
||||||
>
|
|
||||||
|
|
||||||
<script language="JavaScript" src="chrome://communicator/content/pref/pref-winhooks.js"></script>
|
<script language="JavaScript" src="chrome://communicator/content/pref/pref-winhooks.js"></script>
|
||||||
|
|
||||||
|
@ -46,20 +45,18 @@
|
||||||
|
|
||||||
<!-- File types -->
|
<!-- File types -->
|
||||||
<titledbox>
|
<titledbox>
|
||||||
<title>
|
<title value="&files.label;"/>
|
||||||
<text value="&files.label;"/>
|
<box orient="vertical" flex="1">
|
||||||
</title>
|
<html>
|
||||||
<box orient="vertical" autostretch="never" flex="1">
|
|
||||||
<html flex="1">
|
|
||||||
&files.text;
|
&files.text;
|
||||||
</html>
|
</html>
|
||||||
<box>
|
<box class="indent">
|
||||||
<box orient="vertical">
|
<box orient="vertical" autostretch="never" flex="1">
|
||||||
<checkbox id="isHandlingHTML" value="&html.label;"/>
|
<checkbox id="isHandlingHTML" value="&html.label;"/>
|
||||||
<checkbox id="isHandlingXML" value="&xml.label;"/>
|
<checkbox id="isHandlingXML" value="&xml.label;"/>
|
||||||
<checkbox id="isHandlingXUL" value="&xul.label;"/>
|
<checkbox id="isHandlingXUL" value="&xul.label;"/>
|
||||||
</box>
|
</box>
|
||||||
<box orient="vertical">
|
<box orient="vertical" autostretch="never" flex="1">
|
||||||
<checkbox id="isHandlingJPEG" value="&jpeg.label;"/>
|
<checkbox id="isHandlingJPEG" value="&jpeg.label;"/>
|
||||||
<checkbox id="isHandlingGIF" value="&gif.label;"/>
|
<checkbox id="isHandlingGIF" value="&gif.label;"/>
|
||||||
<checkbox id="isHandlingPNG" value="&png.label;"/>
|
<checkbox id="isHandlingPNG" value="&png.label;"/>
|
||||||
|
@ -69,17 +66,15 @@
|
||||||
</titledbox>
|
</titledbox>
|
||||||
<!-- Internet Shortcuts -->
|
<!-- Internet Shortcuts -->
|
||||||
<titledbox>
|
<titledbox>
|
||||||
<title>
|
<title value="&shortcuts.label;"/>
|
||||||
<text value="&shortcuts.label;"/>
|
|
||||||
</title>
|
|
||||||
<box orient="vertical" autostretch="never" flex="1">
|
<box orient="vertical" autostretch="never" flex="1">
|
||||||
<html flex="1">
|
<html>
|
||||||
&shortcuts.text;
|
&shortcuts.text;
|
||||||
</html>
|
</html>
|
||||||
<checkbox id="isHandlingHTTP" value="&http.label;"/>
|
<checkbox id="isHandlingHTTP" value="&http.label;" class="indent"/>
|
||||||
<checkbox id="isHandlingHTTPS" value="&https.label;"/>
|
<checkbox id="isHandlingHTTPS" value="&https.label;" class="indent"/>
|
||||||
<checkbox id="isHandlingFTP" value="&ftp.label;"/>
|
<checkbox id="isHandlingFTP" value="&ftp.label;" class="indent"/>
|
||||||
<checkbox id="isHandlingCHROME" value="&chrome.label;"/>
|
<checkbox id="isHandlingCHROME" value="&chrome.label;" class="indent"/>
|
||||||
</box>
|
</box>
|
||||||
</titledbox>
|
</titledbox>
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче