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