Disabling autostretch where necessary (42406). r=gemal a=ben
git-svn-id: svn://10.0.0.236/trunk@86000 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
1d245b0ea5
commit
77ecfb1ffe
@ -10,7 +10,7 @@
|
||||
class="color-dialog"
|
||||
orient="vertical">
|
||||
|
||||
<script language="javascript">
|
||||
<script type="text/javascript">
|
||||
<![CDATA[
|
||||
var _elementIDs = ["emailCollection", "emailCollectionIncoming", "emailCollectionOutgoing", "emailCollectionNewsgroup", "addressingAutocomplete", "enableCABsizeLimit", "CABsizeLimit"];
|
||||
]]>
|
||||
@ -56,9 +56,11 @@
|
||||
<titledbox orient="vertical">
|
||||
<title><text value="&emailCollectiontitle.label;"/></title>
|
||||
<html>&emailCollectiontext.label;</html>
|
||||
<checkbox id="emailCollection" value="&emailCollectionEnable.label;"
|
||||
pref="true" preftype="bool" prefstring="mail.collect_email_address"
|
||||
prefattribute="checked" oncommand="doEnabling();"/>
|
||||
<vbox autostretch="never">
|
||||
<checkbox id="emailCollection" value="&emailCollectionEnable.label;"
|
||||
pref="true" preftype="bool" prefstring="mail.collect_email_address"
|
||||
prefattribute="checked" oncommand="doEnabling();"/>
|
||||
</vbox>
|
||||
<box orient="vertical" autostretch="never" class="indent">
|
||||
<text class="label" value="&emailCollectionTypeText.label;" id="emailCollectionTypeText"/>
|
||||
<checkbox id="emailCollectionIncoming" value="&emailCollectionIncomingEnable.label;"
|
||||
@ -84,9 +86,11 @@
|
||||
<titledbox orient="vertical">
|
||||
<title><text value="&addressingTitle.label;"/></title>
|
||||
<html>&addressingText.label;</html>
|
||||
<box autostretch="never">
|
||||
<checkbox id="addressingAutocomplete" value="&addressingEnable.label;"
|
||||
pref="true" preftype="bool" prefstring="mail.enable_autocomplete"
|
||||
prefattribute="checked"/>
|
||||
</box>
|
||||
</titledbox>
|
||||
|
||||
</window>
|
||||
|
||||
@ -29,21 +29,21 @@ Contributor(s):
|
||||
<!DOCTYPE window SYSTEM "chrome://messenger/locale/pref-mailnews.dtd">
|
||||
|
||||
<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"
|
||||
onload="parent.initPanel('chrome://messenger/content/pref-mailnews.xul');"
|
||||
orient="vertical">
|
||||
onload="parent.initPanel('chrome://messenger/content/pref-mailnews.xul');"
|
||||
orient="vertical">
|
||||
|
||||
<script language="javascript">
|
||||
<script type="text/javascript">
|
||||
<![CDATA[
|
||||
var _elementIDs = ["mailPaneConfig", "mailnewsConfirmMoveFoldersToTrash",
|
||||
"mailnewsStartPageEnabled", "mailnewsStartPageUrl",
|
||||
"newMailNotification" ];
|
||||
]]>
|
||||
</script>
|
||||
<script language="javascript" src="chrome://global/content/strres.js"/>
|
||||
<script language="javascript" src="chrome://communicator/content/pref/prefutilities.js"/>
|
||||
<script language="javascript" src="chrome://messenger/content/pref-mailnews.js"/>
|
||||
<script type="text/javascript" src="chrome://global/content/strres.js"/>
|
||||
<script type="text/javascript" src="chrome://communicator/content/pref/prefutilities.js"/>
|
||||
<script type="text/javascript" src="chrome://messenger/content/pref-mailnews.js"/>
|
||||
|
||||
<box class="box-smallheader" title="&pane.title;"/>
|
||||
|
||||
@ -62,19 +62,22 @@ Contributor(s):
|
||||
|
||||
<html>&chooseExp.label;</html>
|
||||
|
||||
<separator class="thin"/>
|
||||
<checkbox id="mailnewsConfirmMoveFoldersToTrash" value="&confirmMove.label;"
|
||||
pref="true" preftype="bool" prefstring="mailnews.confirm.moveFoldersToTrash"
|
||||
prefattribute="checked"/>
|
||||
<separator class="thin"/>
|
||||
<box autostretch="never">
|
||||
<checkbox id="mailnewsConfirmMoveFoldersToTrash" value="&confirmMove.label;"
|
||||
pref="true" preftype="bool" prefstring="mailnews.confirm.moveFoldersToTrash"
|
||||
prefattribute="checked"/>
|
||||
</box>
|
||||
|
||||
</titledbox>
|
||||
|
||||
<titledbox orient="vertical">
|
||||
<title><text value="&messengerStartPage.label;"/></title>
|
||||
|
||||
<checkbox allowevents="true" id="mailnewsStartPageEnabled" value="&enableStartPage.label;"
|
||||
pref="true" preftype="bool" prefstring="mailnews.start_page.enabled"
|
||||
prefattribute="checked"/>
|
||||
<box autostretch="never">
|
||||
<checkbox allowevents="true" id="mailnewsStartPageEnabled" value="&enableStartPage.label;"
|
||||
pref="true" preftype="bool" prefstring="mailnews.start_page.enabled"
|
||||
prefattribute="checked"/>
|
||||
</box>
|
||||
<box autostretch="never" class="indent">
|
||||
<text class="label" value="&location.label;" accesskey="&location.accesskey;" for="mailnews.start_page.url"/>
|
||||
<textfield id="mailnewsStartPageUrl" flex="1" pref="true" preftype="string"
|
||||
@ -88,13 +91,13 @@ Contributor(s):
|
||||
</titledbox>
|
||||
|
||||
<!-- Sound notification for new mail -->
|
||||
<titledbox orient="vertical">
|
||||
<titledbox orient="vertical">
|
||||
<title><text value="&newMessage.label;"/></title>
|
||||
|
||||
<checkbox allowevents="true" id="newMailNotification" value="&playSound.label;"
|
||||
pref="true" preftype="bool" prefstring="mail.biff.play_sound"
|
||||
prefattribute="checked" accesskey="&playSound.accesskey;" />
|
||||
|
||||
</titledbox>
|
||||
<box autostretch="never">
|
||||
<checkbox allowevents="true" id="newMailNotification" value="&playSound.label;"
|
||||
pref="true" preftype="bool" prefstring="mail.biff.play_sound"
|
||||
prefattribute="checked" accesskey="&playSound.accesskey;" />
|
||||
</box>
|
||||
</titledbox>
|
||||
|
||||
</window>
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
orient="vertical">
|
||||
<popupset id="aTooltipSet"/>
|
||||
|
||||
<script language="javascript">
|
||||
<script type="text/javascript">
|
||||
<![CDATA[
|
||||
var _elementIDs = ["mailFixedWidthMessages", "mailQuotedStyle", "mailQuotedSize", "wrapLongLines", "displayGlyph", "mailCitationColor", "sendDefaultCharsetList", "forceCharsetOverride"];
|
||||
|
||||
@ -39,8 +39,8 @@
|
||||
]]>
|
||||
</script>
|
||||
|
||||
<script language="javascript" src="chrome://global/content/strres.js"/>
|
||||
<script language="javascript" src="chrome://communicator/content/pref/prefutilities.js"/>
|
||||
<script type="text/javascript" src="chrome://global/content/strres.js"/>
|
||||
<script type="text/javascript" src="chrome://communicator/content/pref/prefutilities.js"/>
|
||||
|
||||
<box class="box-smallheader" title="&pane.title;"/>
|
||||
|
||||
@ -89,7 +89,7 @@
|
||||
|
||||
<separator class="thin"/>
|
||||
<html>&viewingPlainText.label;</html>
|
||||
<box orient="vertical" class="indent">
|
||||
<box orient="vertical" autostretch="never" class="indent">
|
||||
<checkbox id="wrapLongLines" value="&wrapInMsg.label;"
|
||||
pref="true" preftype="bool" prefstring="mail.wrap_long_lines"
|
||||
prefattribute="checked"/>
|
||||
@ -119,10 +119,12 @@
|
||||
</menupopup>
|
||||
</template>
|
||||
</menulist>
|
||||
</box>
|
||||
<checkbox id="forceCharsetOverride" value="&forceCharsetOverride.label;"
|
||||
pref="true" preftype="bool" prefstring="mailnews.force_charset_override"
|
||||
prefattribute="checked"/>
|
||||
</box>
|
||||
<box autostretch="never">
|
||||
<checkbox id="forceCharsetOverride" value="&forceCharsetOverride.label;"
|
||||
pref="true" preftype="bool" prefstring="mailnews.force_charset_override"
|
||||
prefattribute="checked"/>
|
||||
</box>
|
||||
</titledbox>
|
||||
|
||||
</window>
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
|
||||
<popupset id="aTooltipSet"/>
|
||||
|
||||
<script language="JavaScript">
|
||||
<script type="text/javascript">
|
||||
<![CDATA[
|
||||
var _elementIDs = ["forwardMessageMode", "autoQuote", "replyOnTop", "spellCheckBeforeSend", "strictlyMime", "wrapLength", "sendDefaultCharsetList"];
|
||||
|
||||
@ -55,10 +55,11 @@
|
||||
</menupopup>
|
||||
</menulist>
|
||||
</box>
|
||||
|
||||
<checkbox id="autoQuote" value="&autoQuote.label;"
|
||||
pref="true" preftype="bool" prefstring="mail.auto_quote"
|
||||
prefattribute="checked" oncommand="doEnabling();"/>
|
||||
<box autostretch="never">
|
||||
<checkbox id="autoQuote" value="&autoQuote.label;"
|
||||
pref="true" preftype="bool" prefstring="mail.auto_quote"
|
||||
prefattribute="checked" oncommand="doEnabling();"/>
|
||||
</box>
|
||||
<box class="indent" autostretch="never" id="thenBox">
|
||||
<text class="label" value="&then.label;" accesskey="&then.accesskey;" for="replyOnTop"/>
|
||||
<menulist id="replyOnTop" pref="true" preftype="int" prefstring="mailnews.reply_on_top"
|
||||
|
||||
@ -29,16 +29,15 @@
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://communicator/locale/bookmarks/bm-props.dtd" >
|
||||
|
||||
<window
|
||||
xmlns:html="http://www.w3.org/1999/xhtml"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
title="&bookmarks.windowtitle.label;"
|
||||
onload="Init()" style="width: 36em;"
|
||||
class="dialog" orient="vertical">
|
||||
<window xmlns:html="http://www.w3.org/1999/xhtml"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
title="&bookmarks.windowtitle.label;"
|
||||
onload="Init();" style="width: 36em;"
|
||||
class="dialog" orient="vertical">
|
||||
|
||||
<script language="Javascript" src="chrome://global/content/globalOverlay.js"></script>
|
||||
<script language="JavaScript" src="chrome://global/content/strres.js"></script>
|
||||
<script language="JavaScript" src="chrome://communicator/content/bookmarks/bm-props.js"></script>
|
||||
<script type="text/javascript" src="chrome://global/content/globalOverlay.js"/>
|
||||
<script type="text/javascript" src="chrome://global/content/strres.js"/>
|
||||
<script type="text/javascript" src="chrome://communicator/content/bookmarks/bm-props.js"/>
|
||||
|
||||
<keyset id="keyset"/>
|
||||
|
||||
@ -163,11 +162,12 @@
|
||||
|
||||
<titledbox orient="vertical">
|
||||
<title><text value="¬ifications.legend.label;" /></title>
|
||||
|
||||
<checkbox id="bookmarkIcon" value="¬ification.icon.label;" />
|
||||
<checkbox id="showAlert" value="¬ification.alert.label;" />
|
||||
<checkbox id="openWindow" value="¬ification.window.label;" />
|
||||
<checkbox id="playSound" value="¬ification.sound.label;" />
|
||||
<vbox autostretch="never">
|
||||
<checkbox id="bookmarkIcon" value="¬ification.icon.label;"/>
|
||||
<checkbox id="showAlert" value="¬ification.alert.label;"/>
|
||||
<checkbox id="openWindow" value="¬ification.window.label;"/>
|
||||
<checkbox id="playSound" value="¬ification.sound.label;"/>
|
||||
</vbox>
|
||||
</titledbox>
|
||||
</titledbox>
|
||||
</tabpanel>
|
||||
|
||||
@ -90,10 +90,11 @@
|
||||
</radiogroup>
|
||||
|
||||
<separator/>
|
||||
|
||||
<checkbox id="networkWarnAboutCookies" value="&warnAboutCookies.label;" accesskey="&warnAboutCookies.accesskey;"
|
||||
pref="true" preftype="bool" prefstring="network.cookie.warnAboutCookies"
|
||||
prefattribute="checked"/>
|
||||
<box autostretch="never">
|
||||
<checkbox id="networkWarnAboutCookies" value="&warnAboutCookies.label;" accesskey="&warnAboutCookies.accesskey;"
|
||||
pref="true" preftype="bool" prefstring="network.cookie.warnAboutCookies"
|
||||
prefattribute="checked"/>
|
||||
</box>
|
||||
|
||||
<separator/>
|
||||
|
||||
|
||||
@ -26,12 +26,12 @@
|
||||
<!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-debug1.dtd" >
|
||||
|
||||
<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"
|
||||
orient="vertical"
|
||||
onload="parent.initPanel('chrome://communicator/content/pref/pref-debug1.xul');">
|
||||
onload="parent.initPanel('chrome://communicator/content/pref/pref-debug1.xul');">
|
||||
|
||||
<script language="JavaScript">
|
||||
<script type="text/javascript">
|
||||
<![CDATA[
|
||||
var _elementIDs = ["nglayoutDebugPaintFlashing", "nglayoutDebugPaintDumping",
|
||||
"nglayoutDebugInvalidateDumping", "nglayoutDebugEventDumping",
|
||||
@ -47,25 +47,26 @@
|
||||
<!-- Event Debugging -->
|
||||
<titledbox orient="vertical">
|
||||
<title><text value="&debugEventDebugging.label;"/></title>
|
||||
|
||||
<checkbox id="nglayoutDebugPaintFlashing" value="&debugPaintFlashing.label;"
|
||||
pref="true" preftype="bool" prefstring="nglayout.debug.paint_flashing"
|
||||
prefattribute="checked"/>
|
||||
<checkbox id="nglayoutDebugPaintDumping" value="&debugPaintDumping.label;"
|
||||
pref="true" preftype="bool" prefstring="nglayout.debug.paint_dumping"
|
||||
prefattribute="checked"/>
|
||||
<checkbox id="nglayoutDebugInvalidateDumping" value="&debugInvalidateDumping.label;"
|
||||
pref="true" preftype="bool" prefstring="nglayout.debug.invalidate_dumping"
|
||||
prefattribute="checked"/>
|
||||
<checkbox id="nglayoutDebugEventDumping" value="&debugEventDumping.label;"
|
||||
pref="true" preftype="bool" prefstring="nglayout.debug.invalidate_dumping"
|
||||
prefattribute="checked"/>
|
||||
<checkbox id="nglayoutDebugMotionEventDumping" value="&debugMotionEventDumping.label;"
|
||||
pref="true" preftype="bool" prefstring="nglayout.debug.motion_event_dumping"
|
||||
prefattribute="checked"/>
|
||||
<checkbox id="nglayoutDebugCrossingEventDumping" value="&debugCrossingEventDumping.label;"
|
||||
pref="true" preftype="bool" prefstring="nglayout.debug.motion_event_dumping"
|
||||
prefattribute="checked"/>
|
||||
<vbox autostretch="never">
|
||||
<checkbox id="nglayoutDebugPaintFlashing" value="&debugPaintFlashing.label;"
|
||||
pref="true" preftype="bool" prefstring="nglayout.debug.paint_flashing"
|
||||
prefattribute="checked"/>
|
||||
<checkbox id="nglayoutDebugPaintDumping" value="&debugPaintDumping.label;"
|
||||
pref="true" preftype="bool" prefstring="nglayout.debug.paint_dumping"
|
||||
prefattribute="checked"/>
|
||||
<checkbox id="nglayoutDebugInvalidateDumping" value="&debugInvalidateDumping.label;"
|
||||
pref="true" preftype="bool" prefstring="nglayout.debug.invalidate_dumping"
|
||||
prefattribute="checked"/>
|
||||
<checkbox id="nglayoutDebugEventDumping" value="&debugEventDumping.label;"
|
||||
pref="true" preftype="bool" prefstring="nglayout.debug.invalidate_dumping"
|
||||
prefattribute="checked"/>
|
||||
<checkbox id="nglayoutDebugMotionEventDumping" value="&debugMotionEventDumping.label;"
|
||||
pref="true" preftype="bool" prefstring="nglayout.debug.motion_event_dumping"
|
||||
prefattribute="checked"/>
|
||||
<checkbox id="nglayoutDebugCrossingEventDumping" value="&debugCrossingEventDumping.label;"
|
||||
pref="true" preftype="bool" prefstring="nglayout.debug.motion_event_dumping"
|
||||
prefattribute="checked"/>
|
||||
</vbox>
|
||||
</titledbox>
|
||||
|
||||
</window>
|
||||
|
||||
@ -45,12 +45,14 @@
|
||||
|
||||
<titledbox orient="vertical">
|
||||
<title><text value="&debugNetworking.label;"/></title>
|
||||
<checkbox id="browserEnableKeepAlive" value="&debugEnableKeepAlive.label;"
|
||||
pref="true" preftype="bool" prefstring="network.http.keep-alive"
|
||||
prefattribute="checked"/>
|
||||
<checkbox id="browserEnablePipelining" value="&debugEnablePipelining.label;"
|
||||
pref="true" preftype="bool" prefstring="network.http.pipelining"
|
||||
prefattribute="checked"/>
|
||||
<vbox autostretch="never">
|
||||
<checkbox id="browserEnableKeepAlive" value="&debugEnableKeepAlive.label;"
|
||||
pref="true" preftype="bool" prefstring="network.http.keep-alive"
|
||||
prefattribute="checked"/>
|
||||
<checkbox id="browserEnablePipelining" value="&debugEnablePipelining.label;"
|
||||
pref="true" preftype="bool" prefstring="network.http.pipelining"
|
||||
prefattribute="checked"/>
|
||||
</vbox>
|
||||
<text class="label" value="&httpVersion.label;" for="httpVersionString"/>
|
||||
<textfield id="httpVersionString" wsm_persist="true" maxlength="3" flex="0"
|
||||
pref="true" preftype="string" prefstring="network.http.version"
|
||||
|
||||
@ -26,15 +26,15 @@
|
||||
<!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-fonts.dtd" >
|
||||
<window id="fontPanel"
|
||||
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"
|
||||
title="&window.title;"
|
||||
orient="vertical"
|
||||
onload="parent.initPanel('chrome://communicator/content/pref/pref-fonts.xul');">
|
||||
onload="parent.initPanel('chrome://communicator/content/pref/pref-fonts.xul');">
|
||||
|
||||
<script language="javascript" src="chrome://communicator/content/pref/pref-fonts.js"></script>
|
||||
<script language="javascript" src="chrome://global/content/strres.js"></script>
|
||||
<script language="javaScript" src="chrome://communicator/content/pref/prefutilities.js"></script>
|
||||
<script type="text/javascript" src="chrome://communicator/content/pref/pref-fonts.js"/>
|
||||
<script type="text/javascript" src="chrome://global/content/strres.js"/>
|
||||
<script type="text/javascript" src="chrome://communicator/content/pref/prefutilities.js"/>
|
||||
|
||||
<box class="box-smallheader" title="&lHeader;"/>
|
||||
|
||||
@ -201,10 +201,12 @@
|
||||
|
||||
<separator class="thin"/>
|
||||
|
||||
<!-- note that this removes the ability to select dynamic fonts -->
|
||||
<checkbox id="browserUseDocumentFonts"
|
||||
value="&useDocumentFonts.label;" accesskey="&useDocumentFonts.accesskey;"
|
||||
preftype="int" prefstring="browser.display.use_document_fonts"/>
|
||||
<box autostretch="never">
|
||||
<!-- note that this removes the ability to select dynamic fonts -->
|
||||
<checkbox id="browserUseDocumentFonts"
|
||||
value="&useDocumentFonts.label;" accesskey="&useDocumentFonts.accesskey;"
|
||||
preftype="int" prefstring="browser.display.use_document_fonts"/>
|
||||
</box>
|
||||
|
||||
</titledbox>
|
||||
|
||||
|
||||
@ -99,17 +99,19 @@
|
||||
</radiogroup>
|
||||
|
||||
<separator observes="haveImageBlocking"/>
|
||||
|
||||
<checkbox id="networkImageWarnAboutImages" value="&warnAboutImages.label;"
|
||||
accesskey="&warnAboutImages.accesskey;" observes="haveImageBlocking"
|
||||
pref="true" preftype="bool" prefattribute="checked"
|
||||
prefstring="network.image.warnAboutImages"/>
|
||||
<box autostretch="never">
|
||||
<checkbox id="networkImageWarnAboutImages" value="&warnAboutImages.label;"
|
||||
accesskey="&warnAboutImages.accesskey;" observes="haveImageBlocking"
|
||||
pref="true" preftype="bool" prefattribute="checked"
|
||||
prefstring="network.image.warnAboutImages"/>
|
||||
</box>
|
||||
|
||||
<separator observes="haveImageBlocking"/>
|
||||
|
||||
<box autostretch="never" halign="right" observes="haveImageBlocking">
|
||||
<box autostretch="never" halign="right">
|
||||
<button class="dialog" id="viewImages" value="&viewImages.label;"
|
||||
accesskey="&viewImages.accesskey;" oncommand="viewImages();"/>
|
||||
accesskey="&viewImages.accesskey;" oncommand="viewImages();"
|
||||
observes="haveImageBlocking"/>
|
||||
</box>
|
||||
|
||||
</titledbox>
|
||||
|
||||
@ -34,14 +34,10 @@
|
||||
orient="vertical" title="&window.title;"
|
||||
onload="parent.initPanel('chrome://communicator/content/pref/pref-passwords.xul');">
|
||||
|
||||
<script language="JavaScript">
|
||||
<script type="text/javascript">
|
||||
<![CDATA[
|
||||
var _elementIDs = ["signonRememberSignons", "encryptEnabled"];
|
||||
]]>
|
||||
</script>
|
||||
|
||||
<script language="JavaScript">
|
||||
<![CDATA[
|
||||
function viewSignons()
|
||||
{
|
||||
window.openDialog("chrome://communicator/content/wallet/SignonViewer.xul","","modal=yes,chrome,resizable=yes", "S");
|
||||
@ -71,9 +67,11 @@
|
||||
<titledbox orient="vertical">
|
||||
<title><text value="&signonHeader.label;"/></title>
|
||||
<html flex="1">&signonDescription.label;</html>
|
||||
<checkbox id="signonRememberSignons" value="&signonEnabled.label;" accesskey="&signonEnabled.accesskey;"
|
||||
pref="true" preftype="bool" prefstring="signon.rememberSignons"
|
||||
prefattribute="checked"/>
|
||||
<box autostretch="never">
|
||||
<checkbox id="signonRememberSignons" value="&signonEnabled.label;" accesskey="&signonEnabled.accesskey;"
|
||||
pref="true" preftype="bool" prefstring="signon.rememberSignons"
|
||||
prefattribute="checked"/>
|
||||
</box>
|
||||
<box autostretch="never" halign="right">
|
||||
<button class="dialog" value="&viewSignons.label;" accesskey="&viewSignons.accesskey;"
|
||||
oncommand="viewSignons();"/>
|
||||
@ -83,9 +81,11 @@
|
||||
<titledbox orient="vertical">
|
||||
<title><text value="&encryptHeader.label;"/></title>
|
||||
<html flex="1">&encryptDescription.label;</html>
|
||||
<checkbox id="encryptEnabled" value="&encryptEnabled.label;" accesskey="&encryptEnabled.accesskey;"
|
||||
pref="true" preftype="bool" prefstring="wallet.crypto"
|
||||
prefattribute="checked" oncommand="initReencryptCallback();"/>
|
||||
<box autostretch="never">
|
||||
<checkbox id="encryptEnabled" value="&encryptEnabled.label;" accesskey="&encryptEnabled.accesskey;"
|
||||
pref="true" preftype="bool" prefstring="wallet.crypto"
|
||||
prefattribute="checked" oncommand="initReencryptCallback();"/>
|
||||
</box>
|
||||
|
||||
</titledbox>
|
||||
|
||||
|
||||
@ -28,20 +28,20 @@
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-proxies.dtd" >
|
||||
<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"
|
||||
orient="vertical"
|
||||
onload="parent.initPanel('chrome://communicator/content/pref/pref-proxies.xul');">
|
||||
onload="parent.initPanel('chrome://communicator/content/pref/pref-proxies.xul');">
|
||||
|
||||
<script language="JavaScript">
|
||||
<script type="text/javascript">
|
||||
<![CDATA[
|
||||
var _elementIDs = ["networkProxyType", "networkProxyFTP", "networkProxyFTP_Port", "networkProxyHTTP", "networkProxyHTTP_Port", "networkProxySSL", "networkProxySSL_Port", "networkProxySOCKS", "networkProxySOCKS_Port", "networkProxyNone", "networkProxyAutoconfigURL"];
|
||||
]]>
|
||||
</script>
|
||||
|
||||
<script language="javascript" src="chrome://global/content/strres.js"></script>
|
||||
<script language="javascript" src="chrome://communicator/content/pref/prefutilities.js"></script>
|
||||
<script language="JavaScript" src="chrome://communicator/content/pref/pref-proxies.js"></script>
|
||||
<script type="text/javascript" src="chrome://global/content/strres.js"/>
|
||||
<script type="text/javascript" src="chrome://communicator/content/pref/prefutilities.js"/>
|
||||
<script type="text/javascript" src="chrome://communicator/content/pref/pref-proxies.js"/>
|
||||
|
||||
<box class="box-smallheader" title="&lHeader;"/>
|
||||
|
||||
@ -52,8 +52,10 @@
|
||||
<radiogroup id="networkProxyType" orient="vertical"
|
||||
pref="true" preftype="int" prefstring="network.proxy.type"
|
||||
prefattribute="data">
|
||||
<radio group="networkProxyType" data="0" value="&directTypeRadio.label;" accesskey="&directTypeRadio.accesskey;" oncommand="DoEnabling();"/>
|
||||
<radio group="networkProxyType" data="1" value="&manualTypeRadio.label;" accesskey="&manualTypeRadio.accesskey;" oncommand="DoEnabling();"/>
|
||||
<vbox autostretch="never">
|
||||
<radio group="networkProxyType" data="0" value="&directTypeRadio.label;" accesskey="&directTypeRadio.accesskey;" oncommand="DoEnabling();"/>
|
||||
<radio group="networkProxyType" data="1" value="&manualTypeRadio.label;" accesskey="&manualTypeRadio.accesskey;" oncommand="DoEnabling();"/>
|
||||
</vbox>
|
||||
<grid class="indent" flex="1">
|
||||
<columns>
|
||||
<column/>
|
||||
@ -112,7 +114,9 @@
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
<radio group="networkProxyType" data="2" value="&autoTypeRadio.label;" accesskey="&autoTypeRadio.accesskey;" oncommand="DoEnabling();"/>
|
||||
<box autostretch="never">
|
||||
<radio group="networkProxyType" data="2" value="&autoTypeRadio.label;" accesskey="&autoTypeRadio.accesskey;" oncommand="DoEnabling();"/>
|
||||
</box>
|
||||
<box class="indent" flex="1">
|
||||
<textfield id="networkProxyAutoconfigURL" flex="1"
|
||||
pref="true" preftype="string" prefstring="network.proxy.autoconfig_url"
|
||||
|
||||
@ -28,14 +28,14 @@
|
||||
class="color-dialog"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="parent.initPanel('chrome://communicator/content/pref/pref-search.xul');checkEngine()" title="&title.label;"
|
||||
orient="vertical">
|
||||
orient="vertical">
|
||||
|
||||
<script language="JavaScript">
|
||||
<script type="text/javascript">
|
||||
<![CDATA[
|
||||
var _elementIDs = ["engineList","openSidebarPanel"];
|
||||
]]>
|
||||
</script>
|
||||
<script language="JavaScript" src="chrome://communicator/content/pref/pref-search.js"></script>
|
||||
<script type="text/javascript" src="chrome://communicator/content/pref/pref-search.js"/>
|
||||
|
||||
<box class="box-smallheader" title="&lHeader;"/>
|
||||
|
||||
@ -58,9 +58,11 @@
|
||||
|
||||
<titledbox orient="vertical">
|
||||
<title><text value="&searchResults.label;"/></title>
|
||||
<checkbox id="openSidebarPanel" value="&openSidebarSearchPanel.label;" accesskey="&openSidebarSearchPanel.accesskey;"
|
||||
pref="true" preftype="bool" prefstring="browser.search.opensidebarsearchpanel"
|
||||
prefattribute="checked"/>
|
||||
<box autostretch="never">
|
||||
<checkbox id="openSidebarPanel" value="&openSidebarSearchPanel.label;" accesskey="&openSidebarSearchPanel.accesskey;"
|
||||
pref="true" preftype="bool" prefstring="browser.search.opensidebarsearchpanel"
|
||||
prefattribute="checked"/>
|
||||
</box>
|
||||
</titledbox>
|
||||
|
||||
</window>
|
||||
|
||||
@ -34,14 +34,10 @@
|
||||
orient="vertical" title="&window.title;"
|
||||
onload="parent.initPanel('chrome://communicator/content/pref/pref-wallet.xul');">
|
||||
|
||||
<script language="JavaScript">
|
||||
<script type="text/javascript">
|
||||
<![CDATA[
|
||||
var _elementIDs = ["walletCaptureForms"];
|
||||
]]>
|
||||
</script>
|
||||
|
||||
<script language="JavaScript">
|
||||
<![CDATA[
|
||||
|
||||
function viewWallet()
|
||||
{
|
||||
window.openDialog(
|
||||
@ -71,9 +67,11 @@
|
||||
prefattribute="value"/>
|
||||
</box>
|
||||
-->
|
||||
<checkbox id="walletCaptureForms" value="&walletEnabled.label;" accesskey="&walletEnabled.accesskey;"
|
||||
pref="true" preftype="bool" prefstring="wallet.captureForms"
|
||||
prefattribute="checked"/>
|
||||
<box autostretch="never">
|
||||
<checkbox id="walletCaptureForms" value="&walletEnabled.label;" accesskey="&walletEnabled.accesskey;"
|
||||
pref="true" preftype="bool" prefstring="wallet.captureForms"
|
||||
prefattribute="checked"/>
|
||||
</box>
|
||||
<box autostretch="never" halign="right">
|
||||
<button class="dialog" value="&viewWallet.label;" accesskey="&viewWallet.accesskey;"
|
||||
oncommand="viewWallet();"/>
|
||||
|
||||
@ -41,7 +41,7 @@
|
||||
onload="parent.initPanel('chrome://communicator/content/pref/pref-winhooks.xul');"
|
||||
orient="vertical">
|
||||
|
||||
<script language="JavaScript" src="chrome://communicator/content/pref/pref-winhooks.js"></script>
|
||||
<script type="text/javascript" src="chrome://communicator/content/pref/pref-winhooks.js"/>
|
||||
|
||||
<box class="box-smallheader" title="&title.label;"/>
|
||||
|
||||
@ -80,7 +80,9 @@
|
||||
</box>
|
||||
</titledbox>
|
||||
<!-- Misc -->
|
||||
<checkbox id="showDialog" value="&showDialog.label;"/>
|
||||
<box autostretch="never">
|
||||
<checkbox id="showDialog" value="&showDialog.label;"/>
|
||||
</box>
|
||||
|
||||
</window>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user