Bugzilla Bug 70857 [XUL Syntax] Replace <boxDerivedTag align="horizontal|vertical"> with
<boxDerivedTag orient="horizontal|vertical"> patch by andersma@luther.edu r=timeless sr=blake git-svn-id: svn://10.0.0.236/trunk@197247 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
d1f44aa8a4
commit
b728dc97d0
@ -64,7 +64,7 @@
|
||||
* to call the backend to determine if turbo mode is enabled (since we are
|
||||
* required to check for it in a non-trivial way) and then explicitly set the
|
||||
* checkbox here based on what we find. Finally, we have to hide the checkbox
|
||||
* (and the titled box that frames it) if we are not executing on a Win32
|
||||
* (and the group box that frames it) if we are not executing on a Win32
|
||||
* platform.
|
||||
*
|
||||
* Return Value: void
|
||||
@ -151,9 +151,9 @@
|
||||
]]>
|
||||
</script>
|
||||
|
||||
<box class="box-smallheader" title="&lHeader;"/>
|
||||
<hbox class="box-smallheader" title="&lHeader;"/>
|
||||
|
||||
<titledbox orient="vertical" id="advancedSettings">
|
||||
<groupbox orient="vertical" id="advancedSettings">
|
||||
<label value="&advancedTitle.label;"/>
|
||||
<vbox autostretch="never" id="contentEnablingBox">
|
||||
<checkbox id="advancedJavaAllow" label="&enbJavaCheck.label;" accesskey="&enbJavaCheck.accesskey;"
|
||||
@ -180,13 +180,13 @@
|
||||
<spring flex="1"/>
|
||||
</hbox>
|
||||
<separator/>
|
||||
</titledbox>
|
||||
<titledbox orient="vertical" id="perfSettings">
|
||||
</groupbox>
|
||||
<groupbox orient="vertical" id="perfSettings">
|
||||
<label id="perfLabel" value="&perfTitle.label;"/>
|
||||
<vbox id="perfBox" autostretch="never">
|
||||
<checkbox id="enableTurbo" label="&enableTurbo.label;" accesskey="&enableTurboCheck.accesskey;"/>
|
||||
</vbox>
|
||||
</titledbox>
|
||||
</vbox>
|
||||
</groupbox>
|
||||
|
||||
</window>
|
||||
|
||||
|
||||
@ -79,9 +79,9 @@
|
||||
]]>
|
||||
</script>
|
||||
|
||||
<box class="box-smallheader" title="&lHeader;"/>
|
||||
<hbox class="box-smallheader" title="&lHeader;"/>
|
||||
|
||||
<titledbox id="generalStartupPreferences" orient="vertical" autostretch="never">
|
||||
<groupbox id="generalStartupPreferences" orient="vertical" autostretch="never">
|
||||
<label value="&onStartLegend.label;"/>
|
||||
|
||||
<!-- XXX remove when navigator overlays.rdf works -->
|
||||
@ -91,10 +91,10 @@
|
||||
prefattribute="checked"/>
|
||||
<!-- XXX -->
|
||||
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
<!-- displaying none for beta -->
|
||||
<titledbox id="toolbarStyleBox" orient="vertical" style="display: none;">
|
||||
<groupbox id="toolbarStyleBox" orient="vertical" style="display: none;">
|
||||
<label value="&showToolsLegend.label;"/>
|
||||
<radiogroup id="toolbarStyle" orient="vertical" autostretch="never"
|
||||
pref="true" preftype="int" prefstring="browser.chrome.toolbar_style"
|
||||
@ -103,7 +103,7 @@
|
||||
<radio group="toolbarStyle" value="0" label="&picsOnlyRadio.label;" accesskey="&picsOnlyRadio.accesskey;"/>
|
||||
<radio group="toolbarStyle" value="1" label="&textonlyRadio.label;" accesskey="&textonlyRadio.accesskey;"/>
|
||||
</radiogroup>
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
<vbox class="box-padded" autostretch="never">
|
||||
<separator class="thin" />
|
||||
|
||||
@ -273,10 +273,10 @@
|
||||
|
||||
<keyset id="dialogKeys"/>
|
||||
|
||||
<box autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<image id="largeIcon" class="file-icon-large" style="width: 32px; height: 32px;"/>
|
||||
<text class="label" id="contentType" crop="right"/>
|
||||
</box>
|
||||
</hbox>
|
||||
|
||||
<separator class="thin"/>
|
||||
|
||||
@ -303,41 +303,41 @@
|
||||
</rows>
|
||||
</grid>
|
||||
|
||||
<box autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<checkbox id="outgoingDefault" label="&outgoingDefault.label;" accesskey="&outgoingDefault.accesskey;" disabled="true"/>
|
||||
</box>
|
||||
</hbox>
|
||||
|
||||
<separator class="thin"/>
|
||||
|
||||
<titledbox orient="vertical">
|
||||
<groupbox orient="vertical">
|
||||
<label value="&handledby.label;"/>
|
||||
|
||||
<radiogroup id="handler" orient="vertical">
|
||||
<box orient="vertical" autostretch="never">
|
||||
<vbox autostretch="never">
|
||||
<!-- Turn this off since we can't make it work yet
|
||||
<radio value="4" group="handler" label="&useDefault.label;" accesskey="&useDefault.accesskey;" oncommand="doEnabling();"/>
|
||||
-->
|
||||
<radio value="1" group="handler" label="&saveToDisk.label;" accesskey="&saveToDisk.accesskey;" oncommand="doEnabling();"/>
|
||||
</box>
|
||||
<box autostretch="never">
|
||||
</vbox>
|
||||
<hbox autostretch="never">
|
||||
<radio value="2" group="handler" label="&application.label;" accesskey="&application.accesskey;" oncommand="doEnabling();"/>
|
||||
<textbox id="appPath" flex="1" onchange="selectAppRadio();"/>
|
||||
</box>
|
||||
<box autostretch="never" halign="right">
|
||||
</hbox>
|
||||
<hbox autostretch="never" halign="right">
|
||||
<button label="&browse.label;" accesskey="&browse.accesskey;"
|
||||
oncommand="chooseApp();"/>
|
||||
</box>
|
||||
</hbox>
|
||||
</radiogroup>
|
||||
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
<box autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<checkbox id="askBeforeOpen" label="&askBeforeOpen.label;" accesskey="&askBeforeOpen.accesskey;"/>
|
||||
</box>
|
||||
</hbox>
|
||||
|
||||
<separator/>
|
||||
|
||||
<box id="okCancelButtonsRight"/>
|
||||
<hbox id="okCancelButtonsRight"/>
|
||||
|
||||
</window>
|
||||
|
||||
|
||||
@ -39,12 +39,12 @@
|
||||
<script type="application/x-javascript" src="chrome://communicator/content/pref/pref-applications.js"/>
|
||||
<script type="application/x-javascript" src="chrome://communicator/content/pref/overrideHandler.js"/>
|
||||
|
||||
<box class="box-smallheader" title="&lHeader;"/>
|
||||
<hbox class="box-smallheader" title="&lHeader;"/>
|
||||
|
||||
<titledbox flex="1">
|
||||
<groupbox flex="1">
|
||||
<label value="&descript;"/>
|
||||
|
||||
<box orient="vertical" flex="1">
|
||||
<vbox flex="1">
|
||||
<text class="label" value="&fileTypes.label;"/>
|
||||
<tree id="appTree" class="inset" flex="1" style="width: 0px; height: 0px;"
|
||||
datasources="rdf:null" ref="urn:mimetypes"
|
||||
@ -79,9 +79,9 @@
|
||||
</rule>
|
||||
</template>
|
||||
</tree>
|
||||
</box>
|
||||
</vbox>
|
||||
|
||||
<box orient="vertical">
|
||||
<vbox>
|
||||
<button id="newTypeButton"
|
||||
label="&newTypeButton.label;" accesskey="&newTypeButton.accesskey;"
|
||||
oncommand="newType();"
|
||||
@ -97,10 +97,10 @@
|
||||
oncommand="removeType();"
|
||||
pref="true" preftype="bool"
|
||||
prefstring="pref.application.disable_button.remove" prefattribute="disabled"/>
|
||||
</box>
|
||||
</titledbox>
|
||||
</vbox>
|
||||
</groupbox>
|
||||
|
||||
<titledbox orient="vertical">
|
||||
<groupbox orient="vertical">
|
||||
<label value="&file;"/>
|
||||
<grid flex="1">
|
||||
<columns>
|
||||
@ -122,6 +122,6 @@
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
</window>
|
||||
|
||||
@ -40,9 +40,9 @@
|
||||
src="chrome://communicator/locale/pref/prefutilities.properties"/>
|
||||
<script type="application/x-javascript" src="chrome://communicator/content/pref/pref-cache.js"/>
|
||||
|
||||
<box class="box-smallheader" title="&lHeader;"/>
|
||||
<hbox class="box-smallheader" title="&lHeader;"/>
|
||||
|
||||
<titledbox orient="vertical">
|
||||
<groupbox orient="vertical">
|
||||
<label value="&cacheTitle.label;"/>
|
||||
|
||||
<html>&cachePara;</html>
|
||||
@ -59,11 +59,11 @@
|
||||
<rows>
|
||||
<row autostretch="never" valign="middle">
|
||||
<text class="label" value="&memCache.label;" accesskey="&memCache.accesskey;" for="browserCacheMemoryCache"/>
|
||||
<box autostretch="never" valign="middle">
|
||||
<hbox autostretch="never" valign="middle">
|
||||
<textbox id="browserCacheMemoryCache" size="8" pref="true" preftype="int"
|
||||
prefstring="browser.cache.memory.capacity" prefattribute="value"/>
|
||||
<text class="label" value="&kbyes;"/>
|
||||
</box>
|
||||
</hbox>
|
||||
<button class="dialog" label="&clearMemCache.label;" accesskey="&clearMemCache.accesskey;"
|
||||
oncommand="prefClearMemCache();"
|
||||
id="clearMemCache" pref="true" preftype="bool"
|
||||
@ -71,11 +71,11 @@
|
||||
</row>
|
||||
<row autostretch="never" valign="middle">
|
||||
<text class="label" value="&diskCache.label;" accesskey="&diskCache.accesskey;" for="browserCacheDiskCache"/>
|
||||
<box autostretch="never" valign="middle">
|
||||
<hbox autostretch="never" valign="middle">
|
||||
<textbox id="browserCacheDiskCache" size="8" pref="true" preftype="int"
|
||||
prefstring="browser.cache.disk.capacity" prefattribute="value"/>
|
||||
<text class="label" value="&kbyes;"/>
|
||||
</box>
|
||||
</hbox>
|
||||
<button class="dialog" label="&clearDiskCache.label;" accesskey="&clearDiskCache.accesskey;"
|
||||
oncommand="prefClearDiskCache();"
|
||||
id="clearDiskCache" pref="true" preftype="bool"
|
||||
@ -87,7 +87,7 @@
|
||||
<separator class="thin"/>
|
||||
|
||||
<html>&docCache;</html>
|
||||
<box orient="vertical" autostretch="never" class="indent">
|
||||
<vbox autostretch="never" class="indent">
|
||||
<radiogroup id="browserCacheCheckDocFrequency" orient="vertical" autostretch="never"
|
||||
pref="true" preftype="int" prefstring="browser.cache.check_doc_frequency"
|
||||
prefattribute="value">
|
||||
@ -96,9 +96,9 @@
|
||||
<radio group="browserCacheCheckDocFrequency" value="0" label="&oncePsessionRadio.label;" accesskey="&oncePsessionRadio.accesskey;"/>
|
||||
<radio group="browserCacheCheckDocFrequency" value="2" label="&neverRadio.label;" accesskey="&neverRadio.accesskey;"/>
|
||||
</radiogroup>
|
||||
</box>
|
||||
</vbox>
|
||||
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
</window>
|
||||
|
||||
|
||||
@ -39,12 +39,12 @@
|
||||
<script type="application/x-javascript" src="chrome://communicator/content/pref/pref-charset.js"/>
|
||||
|
||||
<!--
|
||||
<box class="box-smallheader" title="&charset.customize.left.header;" id="confirm_text" value="&charset.customize.save.popup;"/>
|
||||
<hbox class="box-smallheader" title="&charset.customize.left.header;" id="confirm_text" value="&charset.customize.save.popup;"/>
|
||||
-->
|
||||
|
||||
<!-- The two-pane -->
|
||||
<box flex="1">
|
||||
<box orient="vertical" flex="1">
|
||||
<hbox flex="1">
|
||||
<vbox flex="1">
|
||||
<text class="label" value="&charset.customize.additional.label;" crop="right"/>
|
||||
<!-- Available Charsets Tree -->
|
||||
<tree class="inset" id="available_charsets" flex="1"
|
||||
@ -57,13 +57,13 @@
|
||||
<treechildren id="available_charsets_root" flex="1"/>
|
||||
</tree>
|
||||
<separator class="thin"/>
|
||||
<box autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<button id="add_button" oncommand="AddAvailableCharset();" class="dialog"
|
||||
label="&charset.customize.add.label;" disabled="true"/>
|
||||
</box>
|
||||
</box>
|
||||
</hbox>
|
||||
</vbox>
|
||||
<separator orient="vertical"/>
|
||||
<box orient="vertical" flex="1">
|
||||
<vbox flex="1">
|
||||
<text class="label" value="&charset.customize.current.label;" crop="right"/>
|
||||
<tree class="inset" id="active_charsets" flex="1"
|
||||
onselect="SelectActiveCharset();"
|
||||
@ -76,25 +76,25 @@
|
||||
<treechildren id="active_charsets_root" flex="1"/>
|
||||
</tree>
|
||||
<separator class="thin"/>
|
||||
<box autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<button id="remove_button" oncommand="RemoveActiveCharset();"
|
||||
class="dialog" disabled="true"
|
||||
label="&charset.customize.remove.label;"/>
|
||||
</box>
|
||||
</box>
|
||||
<box orient="vertical">
|
||||
</hbox>
|
||||
</vbox>
|
||||
<vbox>
|
||||
<spring flex="1"/>
|
||||
<button id="up_button" class="up small" disabled="true"
|
||||
oncommand="MoveUp();"/>
|
||||
<button id="down_button" class="down small" disabled="true"
|
||||
oncommand="MoveDown();"/>
|
||||
<spring flex="1"/>
|
||||
</box>
|
||||
</box>
|
||||
</vbox>
|
||||
</hbox>
|
||||
|
||||
<separator class="groove"/>
|
||||
|
||||
<box id="okCancelButtonsRight"/>
|
||||
<hbox id="okCancelButtonsRight"/>
|
||||
|
||||
</window>
|
||||
|
||||
|
||||
@ -42,53 +42,53 @@
|
||||
|
||||
<script type="application/x-javascript" src="chrome://communicator/content/pref/pref-colors.js"/>
|
||||
|
||||
<box class="box-smallheader" title="&lHeader;"/>
|
||||
<hbox class="box-smallheader" title="&lHeader;"/>
|
||||
|
||||
<box>
|
||||
<titledbox orient="vertical" flex="1" id="pageColours">
|
||||
<hbox>
|
||||
<groupbox orient="vertical" flex="1" id="pageColours">
|
||||
<label value="&color;"/>
|
||||
<box>
|
||||
<hbox>
|
||||
<text class="label" value="&textColor.label;" accesskey="&textColor.accesskey;" for="foregroundtextmenu"/>
|
||||
<spring flex="1"/>
|
||||
<colorpicker type="button" id="foregroundtextmenu" palettename="standard" onchange="setColorWell(this)"/>
|
||||
<data id="foregroundText" pref="true" preftype="color" prefstring="browser.display.foreground_color" prefattribute="value" wsm_attributes="value"/>
|
||||
</box>
|
||||
<box style="margin-top: 5px">
|
||||
</hbox>
|
||||
<hbox style="margin-top: 5px">
|
||||
<text class="label" value="&backgroundColor.label;" accesskey="&backgroundColor.accesskey;" for="backgroundmenu"/>
|
||||
<spring flex="1"/>
|
||||
<colorpicker type="button" id="backgroundmenu" palettename="standard" onchange="setColorWell(this)"/>
|
||||
<data id="background" pref="true" preftype="color" prefstring="browser.display.background_color" prefattribute="value" wsm_attributes="value"/>
|
||||
</box>
|
||||
</hbox>
|
||||
<separator class="thin"/>
|
||||
<box autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<checkbox id="browserUseSystemColors" label="&useSystemColors.label;" accesskey="&useSystemColors.accesskey;"
|
||||
pref="true" preftype="bool" prefstring="browser.display.use_system_colors" prefattribute="checked"/>
|
||||
</box>
|
||||
</titledbox>
|
||||
</hbox>
|
||||
</groupbox>
|
||||
|
||||
<titledbox orient="vertical" flex="1">
|
||||
<groupbox orient="vertical" flex="1">
|
||||
<label value="&links;"/>
|
||||
<box>
|
||||
<hbox>
|
||||
<text class="label" value="&linkColor.label;" accesskey="&linkColor.accesskey;" for="unvisitedlinkmenu"/>
|
||||
<spring flex="1"/>
|
||||
<colorpicker type="button" id="unvisitedlinkmenu" palettename="standard" onchange="setColorWell(this)"/>
|
||||
<data id="unvisitedLinks" pref="true" preftype="string" prefstring="browser.anchor_color" prefattribute="value" wsm_attributes="value"/>
|
||||
</box>
|
||||
<box style="margin-top: 5px">
|
||||
</hbox>
|
||||
<hbox style="margin-top: 5px">
|
||||
<text class="label" value="&visitedLinkColor.label;" accesskey="&visitedLinkColor.accesskey;" for="visitedlinkmenu"/>
|
||||
<spring flex="1"/>
|
||||
<colorpicker type="button" id="visitedlinkmenu" palettename="standard" onchange="setColorWell(this)"/>
|
||||
<data id="visitedLinks" pref="true" preftype="string" prefstring="browser.visited_color" prefattribute="value" wsm_attributes="value"/>
|
||||
</box>
|
||||
</hbox>
|
||||
<separator class="thin"/>
|
||||
<box autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<checkbox id="browserUnderlineAnchors" label="&underlineLinks.label;" accesskey="&underlineLinks.accesskey;"
|
||||
pref="true" preftype="bool" prefstring="browser.underline_anchors" prefattribute="checked"/>
|
||||
</box>
|
||||
</titledbox>
|
||||
</box>
|
||||
</hbox>
|
||||
</groupbox>
|
||||
</hbox>
|
||||
|
||||
<titledbox orient="vertical">
|
||||
<groupbox orient="vertical">
|
||||
<html>&someProvColors;</html>
|
||||
|
||||
<radiogroup id="browserUseDocumentColors" orient="vertical" autostretch="never"
|
||||
@ -98,14 +98,14 @@
|
||||
<radio group="browserUseDocumentColors" value="false" label="&useMyColors.label;" accesskey="&useMyColors.accesskey;"/>
|
||||
</radiogroup>
|
||||
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
<titledbox orient="vertical">
|
||||
<groupbox orient="vertical">
|
||||
<label value="&viewsource;"/>
|
||||
<box autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<checkbox id="syntaxHighlight" label="&syntaxHighlight.label;" accesskey="&syntaxHighlight.accesskey;"
|
||||
pref="true" preftype="bool" prefstring="view_source.syntax_highlight" prefattribute="checked"/>
|
||||
</box>
|
||||
</titledbox>
|
||||
</hbox>
|
||||
</groupbox>
|
||||
|
||||
</window>
|
||||
|
||||
@ -40,9 +40,9 @@
|
||||
]]>
|
||||
</script>
|
||||
|
||||
<box class="box-smallheader" title="&lHeader;"/>
|
||||
<hbox class="box-smallheader" title="&lHeader;"/>
|
||||
|
||||
<titledbox orient="vertical" autostretch="never">
|
||||
<groupbox orient="vertical" autostretch="never">
|
||||
<label value="&widgetRendering.label;"/>
|
||||
<checkbox id="nglayoutDebugWindow" label="&debugWindow.label;"
|
||||
pref="true" preftype="bool" prefstring="nglayout.widget.debugWindow"
|
||||
@ -50,11 +50,11 @@
|
||||
<checkbox id="debugXULBoxes" label="&debugXULBox.label;"
|
||||
pref="true" preftype="bool" prefstring="xul.debug.box"
|
||||
prefattribute="checked"/>
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
<!-- nothing on this page has accesskeys because this is a temporary debug
|
||||
panel and you can damn well click the widgets! -->
|
||||
<titledbox orient="vertical" autostretch="never">
|
||||
<groupbox orient="vertical" autostretch="never">
|
||||
<label value="&debugMiscellaneous.label;"/>
|
||||
<checkbox id="nglayoutDebugUseXBLForms" label="Use XBL-based form controls (takes effect after restart). Don't file bugs on these controls; they are still under construction."
|
||||
pref="true" preftype="bool" prefstring="nglayout.debug.enable_xbl_forms"
|
||||
@ -68,10 +68,10 @@
|
||||
<checkbox id="showAboutAsStupidModalWindow" label="&debugShowAboutAsStupidModalWindow.label;"
|
||||
pref="true" preftype="bool" prefstring="browser.show_about_as_stupid_modal_window"
|
||||
prefattribute="checked"/>
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
|
||||
<titledbox orient="vertical">
|
||||
<groupbox orient="vertical">
|
||||
<label value="&accelerators.label;"/>
|
||||
<label value="&acceleratorsBlurb.label;"/>
|
||||
|
||||
@ -95,7 +95,7 @@
|
||||
</rows>
|
||||
</grid>
|
||||
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
</window>
|
||||
|
||||
|
||||
@ -41,13 +41,13 @@
|
||||
]]>
|
||||
</script>
|
||||
|
||||
<box class="box-smallheader" title="&lHeader;"/>
|
||||
<hbox class="box-smallheader" title="&lHeader;"/>
|
||||
|
||||
<!-- nothing on this page has accesskeys because this is a temporary debug
|
||||
panel and you can damn well click the widgets! -->
|
||||
|
||||
<!-- Event Debugging -->
|
||||
<titledbox orient="vertical">
|
||||
<groupbox orient="vertical">
|
||||
<label value="&debugEventDebugging.label;"/>
|
||||
<vbox autostretch="never">
|
||||
<checkbox id="nglayoutDebugPaintFlashing" label="&debugPaintFlashing.label;"
|
||||
@ -69,10 +69,10 @@
|
||||
pref="true" preftype="bool" prefstring="nglayout.debug.motion_event_dumping"
|
||||
prefattribute="checked"/>
|
||||
</vbox>
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
<!-- Reflow events -->
|
||||
<titledbox orient="vertical">
|
||||
<groupbox orient="vertical">
|
||||
<label value="&debugReflowEvents.label;"/>
|
||||
<vbox autostretch="never">
|
||||
<checkbox id="layoutReflowShowFrameCounts" label="&debugReflowShowFrameCounts.label;"
|
||||
@ -85,7 +85,7 @@
|
||||
pref="true" preftype="bool" prefstring="layout.reflow.dumpframebyframecounts"
|
||||
prefattribute="checked"/>
|
||||
</vbox>
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
|
||||
</window>
|
||||
|
||||
@ -39,12 +39,12 @@
|
||||
]]>
|
||||
</script>
|
||||
|
||||
<box class="box-smallheader" title="&lHeader;"/>
|
||||
<hbox class="box-smallheader" title="&lHeader;"/>
|
||||
|
||||
<!-- nothing on this page has accesskeys because this is a temporary debug
|
||||
panel and you can damn well click the widgets! -->
|
||||
|
||||
<titledbox orient="vertical">
|
||||
<groupbox orient="vertical">
|
||||
<label value="&debugNetworking.label;"/>
|
||||
<vbox autostretch="never">
|
||||
<checkbox id="browserEnableKeepAlive" label="&debugEnableKeepAlive.label;"
|
||||
@ -65,9 +65,9 @@
|
||||
<textbox id="acceptEncodingString" flex="1" wsm_persist="true"
|
||||
pref="true" preftype="string" prefstring="network.http.accept-encoding"
|
||||
prefattribute="value"/>
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
<titledbox orient="vertical">
|
||||
<groupbox orient="vertical">
|
||||
<label value="&debugCache.label;"/>
|
||||
<vbox autostretch="never">
|
||||
<checkbox id="nglayoutDebugDisableXULCache" label="&debugDisableXULCache.label;"
|
||||
@ -81,7 +81,7 @@
|
||||
prefattribute="checked"/>
|
||||
|
||||
</vbox>
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
</window>
|
||||
|
||||
|
||||
@ -67,7 +67,7 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<box class="box-smallheader" title="&lHeader;" description="&rHeader;"/>
|
||||
<hbox class="box-smallheader" title="&lHeader;" description="&rHeader;"/>
|
||||
|
||||
<html:fieldset>
|
||||
<html:legend align="left">&newmes;</html:legend>
|
||||
@ -131,12 +131,12 @@
|
||||
|
||||
<html:fieldset>
|
||||
<html:legend align="left">&Allmsg;</html:legend>
|
||||
<box align="vertical" flex="100%" style="width: 100%; height: 100%">
|
||||
<vbox flex="100%" style="width: 100%; height: 100%">
|
||||
<html:div class="hspace-both">&offlineMsgs;</html:div>
|
||||
<html:div class="hspace-both vspace">
|
||||
<button class="dialog push" label="&select;" align="left"/>
|
||||
</html:div>
|
||||
</box>
|
||||
</vbox>
|
||||
<spring style="height: 30px;"/>
|
||||
</html:fieldset>
|
||||
|
||||
|
||||
@ -36,9 +36,9 @@
|
||||
<script type="application/x-javascript"
|
||||
src="chrome://communicator/content/pref/pref-fonts.js"/>
|
||||
|
||||
<box class="box-smallheader" title="&lHeader;"/>
|
||||
<hbox class="box-smallheader" title="&lHeader;"/>
|
||||
|
||||
<titledbox orient="vertical">
|
||||
<groupbox orient="vertical">
|
||||
<label>
|
||||
<text class="label small-margin"
|
||||
value="&language.label;"
|
||||
@ -74,12 +74,12 @@
|
||||
|
||||
<rows>
|
||||
<row autostretch="never" valign="middle">
|
||||
<box autostretch="never" halign="right">
|
||||
<hbox autostretch="never" halign="right">
|
||||
<text class="label small-margin"
|
||||
value="&proportional.label;"
|
||||
accesskey="&proportional.accesskey;"
|
||||
for="proportionalFont"/>
|
||||
</box>
|
||||
</hbox>
|
||||
<menulist id="proportionalFont" class="small-margin" flex="1" style="width: 0px;"
|
||||
preftype="string" prefstring="font.default">
|
||||
<menupopup>
|
||||
@ -119,60 +119,60 @@
|
||||
<separator class="thin"/>
|
||||
</row>
|
||||
<row autostretch="never" valign="middle">
|
||||
<box autostretch="never" halign="right">
|
||||
<hbox autostretch="never" halign="right">
|
||||
<text class="label small-margin"
|
||||
value="&serif.label;"
|
||||
accesskey="&serif.accesskey;"
|
||||
for="serif"/>
|
||||
</box>
|
||||
</hbox>
|
||||
<menulist id="serif" class="small-margin" flex="1" style="width: 0px;">
|
||||
<menupopup/>
|
||||
</menulist>
|
||||
<spring/>
|
||||
</row>
|
||||
<row autostretch="never" valign="middle">
|
||||
<box autostretch="never" halign="right">
|
||||
<hbox autostretch="never" halign="right">
|
||||
<text class="label small-margin"
|
||||
value="&sans-serif.label;"
|
||||
accesskey="&sans-serif.accesskey;"
|
||||
for="sans-serif"/>
|
||||
</box>
|
||||
</hbox>
|
||||
<menulist id="sans-serif" class="small-margin" flex="1" style="width: 0px;">
|
||||
<menupopup/>
|
||||
</menulist>
|
||||
<spring/>
|
||||
</row>
|
||||
<row autostretch="never" valign="middle">
|
||||
<box autostretch="never" halign="right">
|
||||
<hbox autostretch="never" halign="right">
|
||||
<text class="label small-margin"
|
||||
value="&cursive.label;"
|
||||
accesskey="&cursive.accesskey;"
|
||||
for="cursive"/>
|
||||
</box>
|
||||
</hbox>
|
||||
<menulist id="cursive" class="small-margin">
|
||||
<menupopup/>
|
||||
</menulist>
|
||||
<spring/>
|
||||
</row>
|
||||
<row autostretch="never" valign="middle">
|
||||
<box autostretch="never" halign="right">
|
||||
<hbox autostretch="never" halign="right">
|
||||
<text class="label small-margin"
|
||||
value="&fantasy.label;"
|
||||
accesskey="&fantasy.accesskey;"
|
||||
for="fantasy"/>
|
||||
</box>
|
||||
</hbox>
|
||||
<menulist id="fantasy" class="small-margin">
|
||||
<menupopup/>
|
||||
</menulist>
|
||||
<spring/>
|
||||
</row>
|
||||
<row autostretch="never" valign="middle">
|
||||
<box autostretch="never" halign="right">
|
||||
<hbox autostretch="never" halign="right">
|
||||
<text class="label small-margin"
|
||||
value="&monospace.label;"
|
||||
accesskey="&monospace.accesskey;"
|
||||
for="monospace"/>
|
||||
</box>
|
||||
</hbox>
|
||||
<menulist id="monospace" class="small-margin"
|
||||
flex="1" style="width: 0px;" crop="right">
|
||||
<menupopup/>
|
||||
@ -205,21 +205,21 @@
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
<separator class="thin"/>
|
||||
|
||||
<box autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<!-- Unchecking this removes the ability to select dynamic fonts -->
|
||||
<checkbox id="browserUseDocumentFonts"
|
||||
clas="small-margin"
|
||||
label="&useDocumentFonts.label;"
|
||||
accesskey="&useDocumentFonts.accesskey;"/>
|
||||
</box>
|
||||
</hbox>
|
||||
|
||||
<separator class="thin"/>
|
||||
|
||||
<box autostretch="never" valign="middle">
|
||||
<hbox autostretch="never" valign="middle">
|
||||
<text class="label small-margin"
|
||||
value="&resolution.label;"
|
||||
accesskey="&resolution.accesskey;"
|
||||
@ -244,6 +244,6 @@
|
||||
</menupopup>
|
||||
</menulist>
|
||||
|
||||
</box>
|
||||
</hbox>
|
||||
|
||||
</window>
|
||||
|
||||
@ -101,13 +101,13 @@
|
||||
]]>
|
||||
</script>
|
||||
|
||||
<box class="box-smallheader" title="&lHeader;"/>
|
||||
<hbox class="box-smallheader" title="&lHeader;"/>
|
||||
|
||||
<!-- history -->
|
||||
<titledbox orient="vertical">
|
||||
<groupbox orient="vertical">
|
||||
<label value="&header3.label;"/>
|
||||
<html>&historyPages.label;</html>
|
||||
<box autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<text class="label" value="&pageHis.label;" accesskey="&pageHis.accesskey;" for="histDay"/>
|
||||
<textbox id="histDay" size="3" wsm_persist="true"
|
||||
pref="true" preftype="int" prefstring="browser.history_expire_days"
|
||||
@ -118,36 +118,36 @@
|
||||
oncommand="prefClearGlobalHistory();"
|
||||
id="browserClearHistory" pref="true" preftype="bool"
|
||||
prefstring="pref.browser.history.disable_button.clear_hist" prefattribute="disabled"/>
|
||||
</box>
|
||||
</titledbox>
|
||||
</hbox>
|
||||
</groupbox>
|
||||
|
||||
<!-- no honey, I haven't been viewing porn, honest! -->
|
||||
<titledbox orient="vertical">
|
||||
<groupbox orient="vertical">
|
||||
<label value="&locationBarHistory.label;"/>
|
||||
<box autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<html flex="1">&clearLocationBar.label;</html>
|
||||
<box autostretch="never" halign="right">
|
||||
<hbox autostretch="never" halign="right">
|
||||
<button class="dialog" id="ClearUrlBarHistoryButton" label="&clearLocationBarButton.label;" accesskey="&clearLocationBarButton.accesskey;"
|
||||
oncommand="prefClearUrlbarHistory();"
|
||||
pref="true" preftype="bool"
|
||||
prefstring="pref.browser.history.disable_button.clear_urlbar" prefattribute="disabled"/>
|
||||
</box>
|
||||
</box>
|
||||
</titledbox>
|
||||
</hbox>
|
||||
</hbox>
|
||||
</groupbox>
|
||||
|
||||
|
||||
<!-- Session History -->
|
||||
<titledbox orient="vertical">
|
||||
<groupbox orient="vertical">
|
||||
<label value="&shistory.label;"/>
|
||||
<html>&shistoryDescription1.label;</html>
|
||||
<box autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<text class="label" value="&shistoryDescription2.label;" accesskey="&shistory.accesskey;" for="shistMax"/>
|
||||
<textbox id="shistMax" size="3" wsm_persist="true"
|
||||
pref="true" preftype="int" prefstring="browser.sessionhistory.max_entries"
|
||||
prefattribute="value"/>
|
||||
<spring flex="1"/>
|
||||
</box>
|
||||
</titledbox>
|
||||
</hbox>
|
||||
</groupbox>
|
||||
|
||||
</window>
|
||||
|
||||
|
||||
@ -53,15 +53,15 @@
|
||||
<treechildren id="available_languages_root" flex="1"/>
|
||||
</tree>
|
||||
|
||||
<box autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<text class="label" value="&languages.customize.others.label;" for="languages.other"/>
|
||||
<textbox id="languages.other" size="6" />
|
||||
<text class="label" value="&languages.customize.others.examples;" for="languages.other"/>
|
||||
</box>
|
||||
</hbox>
|
||||
|
||||
<separator class="groove"/>
|
||||
|
||||
<box id="okCancelButtonsRight"/>
|
||||
<hbox id="okCancelButtonsRight"/>
|
||||
|
||||
</window>
|
||||
|
||||
|
||||
@ -44,18 +44,18 @@
|
||||
prefstring="intl.accept_languages"/>
|
||||
|
||||
|
||||
<box class="box-smallheader" title="&languages.customize.lHeader;"/>
|
||||
<hbox class="box-smallheader" title="&languages.customize.lHeader;"/>
|
||||
<!--
|
||||
description="&languages.customize.rHeader;
|
||||
-->
|
||||
|
||||
<titledbox orient="vertical" flex="1">
|
||||
<groupbox orient="vertical" flex="1">
|
||||
<label value="&langtitle.label;"/>
|
||||
|
||||
<html>&languages.customize.prefLangDescript;</html>
|
||||
|
||||
<html>&languages.customize.active.label;</html>
|
||||
<box flex="1">
|
||||
<hbox flex="1">
|
||||
<tree class="inset" id="active_languages" flex="1" style="width: 0px; height: 0px;"
|
||||
pref="true" preftype="string" prefstring="intl.accept_languages" prefvalue="" prefattribute="prefvalue" wsm_attributes="prefvalue"
|
||||
datasources="rdf:null" multiple="true" onselect="SelectLanguage();">
|
||||
@ -64,7 +64,7 @@
|
||||
</treecolgroup>
|
||||
<treechildren id="active_languages_root" flex="1"/>
|
||||
</tree>
|
||||
<box orient="vertical">
|
||||
<vbox>
|
||||
<button oncommand="MoveUp();" id="up" class="up" disabled="true"
|
||||
label="&languages.customize.moveUp.label;"
|
||||
accesskey="&languages.customize.moveUp.accesskey;"
|
||||
@ -86,10 +86,10 @@
|
||||
oncommand="RemoveActiveLanguage();"
|
||||
pref="true" preftype="bool"
|
||||
prefstring="pref.browser.language.disable_button.remove" prefattribute="disabled"/>
|
||||
</box>
|
||||
</box>
|
||||
</titledbox>
|
||||
<titledbox orient="vertical" autostretch="never">
|
||||
</vbox>
|
||||
</hbox>
|
||||
</groupbox>
|
||||
<groupbox orient="vertical" autostretch="never">
|
||||
<label value="&languages.customize.Charset.grouplabel;"/>
|
||||
<text class="label" value="&languages.customize.DefaultCharset.label;" for="DefaultCharsetList"/>
|
||||
<menulist id="DefaultCharsetList" ref="NC:DecodersRoot" datasources="rdf:charset-menu"
|
||||
@ -101,5 +101,5 @@
|
||||
</menupopup>
|
||||
</template>
|
||||
</menulist>
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
</window>
|
||||
|
||||
@ -85,22 +85,22 @@
|
||||
]]>
|
||||
</script>
|
||||
|
||||
<box class="box-smallheader" title="&title.label;"/>
|
||||
<hbox class="box-smallheader" title="&title.label;"/>
|
||||
|
||||
<box orient="vertical">
|
||||
<box valign="bottom" autostretch="never">
|
||||
<box orient="vertical">
|
||||
<vbox>
|
||||
<hbox valign="bottom" autostretch="never">
|
||||
<vbox>
|
||||
<text class="label" value="&mouseWheelPanel.label;" accesskey="&mouseWheelPanel.accesskey;"
|
||||
for="mouseWheelMode"/>
|
||||
</box>
|
||||
</box>
|
||||
</box>
|
||||
</vbox>
|
||||
</hbox>
|
||||
</vbox>
|
||||
|
||||
<separator class="thin"/>
|
||||
|
||||
<titledbox orient="vertical">
|
||||
<groupbox orient="vertical">
|
||||
<label>
|
||||
<box>
|
||||
<hbox>
|
||||
<menulist id="mouseWheelMode" oncommand="switchPage(this);"
|
||||
pref="true" preftype="bool" prefstring="pref.mousewheel.disable_button.modifier" prefattribute="disabled">
|
||||
<menupopup>
|
||||
@ -110,7 +110,7 @@
|
||||
<menuitem value="3" label="&usingWheelAndShft.label;"/>
|
||||
</menupopup>
|
||||
</menulist>
|
||||
</box>
|
||||
</hbox>
|
||||
</label>
|
||||
|
||||
|
||||
@ -120,9 +120,9 @@
|
||||
<radiogroup id="mousewheelWithNoKeyAction" orient="vertical" autostretch="never"
|
||||
pref="true" preftype="int" prefstring="mousewheel.withnokey.action"
|
||||
prefattribute="value">
|
||||
<box autostretch="never" valign="top">
|
||||
<hbox autostretch="never" valign="top">
|
||||
<radio group="mousewheelWithNoKeyAction" value="0" label="&scroll.label;" accesskey="&scroll.accesskey;"/>
|
||||
<box orient="vertical" autostretch="never">
|
||||
<vbox autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<textbox id="mousewheelWithNoKeyNumlines" size="3"
|
||||
pref="true" preftype="int" prefstring="mousewheel.withnokey.numlines"
|
||||
@ -132,8 +132,8 @@
|
||||
<checkbox id="mousewheelWithNoKeySysNumlines" label="&useSystemDefault.label;" accesskey="&useSystemDefault.accesskey;"
|
||||
pref="true" preftype="bool" prefstring="mousewheel.withnokey.sysnumlines"
|
||||
prefattribute="checked" oncommand="enableField(this, 'mousewheelWithNoKeyNumlines');"/>
|
||||
</box>
|
||||
</box>
|
||||
</vbox>
|
||||
</hbox>
|
||||
<radio group="mousewheelWithNoKeyAction" value="1" label="&scrollPgUpPgDn.label;" accesskey="&scrollPgUpPgDn.accesskey;"/>
|
||||
<radio group="mousewheelWithNoKeyAction" value="2" label="&history.label;" accesskey="&history.accesskey;"/>
|
||||
<radio group="mousewheelWithNoKeyAction" value="3" label="&textsize.label;" accesskey="&textsize.accesskey;"/>
|
||||
@ -143,9 +143,9 @@
|
||||
<radiogroup id="mousewheelWithAltKeyAction" orient="vertical" autostretch="never"
|
||||
pref="true" preftype="int" prefstring="mousewheel.withaltkey.action"
|
||||
prefattribute="value">
|
||||
<box autostretch="never" valign="top">
|
||||
<hbox autostretch="never" valign="top">
|
||||
<radio group="mousewheelWithAltKeyAction" value="0" label="&scroll.label;" accesskey="&scroll.accesskey;"/>
|
||||
<box orient="vertical" autostretch="never">
|
||||
<vbox autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<textbox id="mousewheelWithAltKeyNumlines" size="3"
|
||||
pref="true" preftype="int" prefstring="mousewheel.withaltkey.numlines"
|
||||
@ -155,8 +155,8 @@
|
||||
<checkbox id="mousewheelWithAltKeySysNumlines" label="&useSystemDefault.label;" accesskey="&useSystemDefault.accesskey;"
|
||||
pref="true" preftype="bool" prefstring="mousewheel.withaltkey.sysnumlines"
|
||||
prefattribute="checked" oncommand="enableField(this, 'mousewheelWithAltKeyNumlines');"/>
|
||||
</box>
|
||||
</box>
|
||||
</vbox>
|
||||
</hbox>
|
||||
<radio group="mousewheelWithAltKeyAction" value="1" label="&scrollPgUpPgDn.label;" accesskey="&scrollPgUpPgDn.accesskey;"/>
|
||||
<radio group="mousewheelWithAltKeyAction" value="2" label="&history.label;" accesskey="&history.accesskey;"/>
|
||||
<radio group="mousewheelWithAltKeyAction" value="3" label="&textsize.label;" accesskey="&textsize.accesskey;"/>
|
||||
@ -166,9 +166,9 @@
|
||||
<radiogroup id="mousewheelWithCtrlKeyAction" orient="vertical" autostretch="never"
|
||||
pref="true" preftype="int" prefstring="mousewheel.withcontrolkey.action"
|
||||
prefattribute="value">
|
||||
<box autostretch="never" valign="top">
|
||||
<hbox autostretch="never" valign="top">
|
||||
<radio group="mousewheelWithCtrlKeyAction" value="0" label="&scroll.label;" accesskey="&scroll.accesskey;"/>
|
||||
<box orient="vertical" autostretch="never">
|
||||
<vbox autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<textbox id="mousewheelWithCtrlKeyNumlines" size="3"
|
||||
pref="true" preftype="int" prefstring="mousewheel.withcontrolkey.numlines"
|
||||
@ -178,8 +178,8 @@
|
||||
<checkbox id="mousewheelWithCtrlKeySysNumlines" label="&useSystemDefault.label;" accesskey="&useSystemDefault.accesskey;"
|
||||
pref="true" preftype="bool" prefstring="mousewheel.withcontrolkey.sysnumlines"
|
||||
prefattribute="checked" oncommand="enableField(this, 'mousewheelWithCtrlKeyNumlines');"/>
|
||||
</box>
|
||||
</box>
|
||||
</vbox>
|
||||
</hbox>
|
||||
<radio group="mousewheelWithCtrlKeyAction" value="1" label="&scrollPgUpPgDn.label;" accesskey="&scrollPgUpPgDn.accesskey;"/>
|
||||
<radio group="mousewheelWithCtrlKeyAction" value="2" label="&history.label;" accesskey="&history.accesskey;"/>
|
||||
<radio group="mousewheelWithCtrlKeyAction" value="3" label="&textsize.label;" accesskey="&textsize.accesskey;"/>
|
||||
@ -189,9 +189,9 @@
|
||||
<radiogroup id="mousewheelWithShiftKeyAction" orient="vertical" autostretch="never"
|
||||
pref="true" preftype="int" prefstring="mousewheel.withshiftkey.action"
|
||||
prefattribute="value">
|
||||
<box autostretch="never" valign="top">
|
||||
<hbox autostretch="never" valign="top">
|
||||
<radio group="mousewheelWithShiftKeyAction" value="0" label="&scroll.label;" accesskey="&scroll.accesskey;"/>
|
||||
<box orient="vertical" autostretch="never">
|
||||
<vbox autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<textbox id="mousewheelWithShiftKeyNumlines" size="3"
|
||||
pref="true" preftype="int" prefstring="mousewheel.withshiftkey.numlines"
|
||||
@ -201,14 +201,14 @@
|
||||
<checkbox id="mousewheelWithShiftKeySysNumlines" label="&useSystemDefault.label;" accesskey="&useSystemDefault.accesskey;"
|
||||
pref="true" preftype="bool" prefstring="mousewheel.withshiftkey.sysnumlines"
|
||||
prefattribute="checked" oncommand="enableField(this, 'mousewheelWithShiftKeyNumlines');"/>
|
||||
</box>
|
||||
</box>
|
||||
</vbox>
|
||||
</hbox>
|
||||
<radio group="mousewheelWithShiftKeyAction" value="1" label="&scrollPgUpPgDn.label;" accesskey="&scrollPgUpPgDn.accesskey;"/>
|
||||
<radio group="mousewheelWithShiftKeyAction" value="2" label="&history.label;" accesskey="&history.accesskey;"/>
|
||||
<radio group="mousewheelWithShiftKeyAction" value="3" label="&textsize.label;" accesskey="&textsize.accesskey;"/>
|
||||
</radiogroup>
|
||||
</deck>
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
|
||||
</window>
|
||||
|
||||
@ -45,10 +45,10 @@
|
||||
]]>
|
||||
</script>
|
||||
|
||||
<box class="box-smallheader" title="&lHeader;"/>
|
||||
<hbox class="box-smallheader" title="&lHeader;"/>
|
||||
|
||||
<!-- navigator starts with -->
|
||||
<titledbox>
|
||||
<groupbox>
|
||||
<label value="&navRadio;"/>
|
||||
|
||||
<radiogroup id="startupPage" autostretch="never" orient="vertical"
|
||||
@ -59,21 +59,21 @@
|
||||
<radio group="startupPage" value="2" label="&lastPageRadio.label;" accesskey="&lastPageRadio.accesskey;"/>
|
||||
</radiogroup>
|
||||
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
<!-- homepage specification -->
|
||||
<titledbox orient="vertical">
|
||||
<groupbox orient="vertical">
|
||||
<label value="&header2.label;"/>
|
||||
<html>&homePageIntro.label;</html>
|
||||
<box autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<text class="label" value="&location.label;" accesskey="&location.accesskey;" for="browserStartupHomepage"/>
|
||||
<textbox id="browserStartupHomepage" type="autocomplete" flex="1" wsm_persist="true"
|
||||
searchSessions="history" timeout="50" maxrows="6"
|
||||
pref="true" preftype="string" prefstring="browser.startup.homepage"
|
||||
prefattribute="value"/> <!-- we may wish to change this to data
|
||||
when we support fancy formatted local filenames -->
|
||||
</box>
|
||||
<box autostretch="never" halign="right">
|
||||
</hbox>
|
||||
<hbox autostretch="never" halign="right">
|
||||
<button class="dialog" label="&useCurrent.label;" accesskey="&useCurrent.accesskey;"
|
||||
oncommand="setHomePageToCurrentPage();"
|
||||
id="browserUseCurrent" pref="true" preftype="bool"
|
||||
@ -82,13 +82,13 @@
|
||||
oncommand="selectFile();"
|
||||
id="browserChooseFile" pref="true" preftype="bool"
|
||||
prefstring="pref.browser.homepage.disable_button.select_file" prefattribute="disabled"/>
|
||||
</box>
|
||||
</titledbox>
|
||||
</hbox>
|
||||
</groupbox>
|
||||
|
||||
<!-- toolbar buttons customization -->
|
||||
<titledbox flex="1" orient="horizontal" id="prefShowButtons">
|
||||
<groupbox flex="1" orient="horizontal" id="prefShowButtons">
|
||||
<label value="&toolbarIntro.label;"/>
|
||||
<box orient="vertical">
|
||||
<vbox>
|
||||
|
||||
<checkbox allowevents="true"
|
||||
id="bookmarksButton"
|
||||
@ -111,8 +111,8 @@
|
||||
preftype="bool"
|
||||
prefstring="browser.toolbars.showbutton.home"
|
||||
prefattribute = "checked"/>
|
||||
</box>
|
||||
<box orient="vertical" id="prefShowButtonsbox">
|
||||
</vbox>
|
||||
<vbox id="prefShowButtonsbox">
|
||||
|
||||
<checkbox allowevents="true"
|
||||
id="searchButton"
|
||||
@ -128,10 +128,10 @@
|
||||
preftype="bool"
|
||||
prefstring="browser.toolbars.showbutton.print"
|
||||
prefattribute = "checked"/>
|
||||
</box>
|
||||
<box orient="vertical" id="prefShowButtonBox">
|
||||
</vbox>
|
||||
<vbox id="prefShowButtonBox">
|
||||
|
||||
</box>
|
||||
</titledbox>
|
||||
</vbox>
|
||||
</groupbox>
|
||||
</window>
|
||||
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
<window debug="false" xmlns:html="http://www.w3.org/1999/xhtml" id="offlineWindow"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
class="color-dialog"
|
||||
align="vertical" title="&window.title;"
|
||||
orient="vertical" title="&window.title;"
|
||||
onload="parent.initPanel('chrome://communicator/content/pref/pref-offline.xul');">
|
||||
|
||||
<script type="application/x-javascript">
|
||||
@ -44,9 +44,9 @@
|
||||
]]>
|
||||
</script>
|
||||
|
||||
<box class="box-smallheader" id="OfflineHeader" title="&boxHeader;"/>
|
||||
<hbox class="box-smallheader" id="OfflineHeader" title="&boxHeader;"/>
|
||||
|
||||
<titledbox orient="vertical" class="small-margin">
|
||||
<groupbox orient="vertical" class="small-margin">
|
||||
<label value="&rHeader;"/>
|
||||
|
||||
<text value="&textStart;"/>
|
||||
@ -77,17 +77,17 @@
|
||||
<radio class="small-margin" group="whengoingOfflinestate" value="2" label="&radioNotDownload;"/>
|
||||
</radiogroup>
|
||||
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
<titledbox orient="vertical">
|
||||
<groupbox orient="vertical">
|
||||
<label value="&Diskspace;"/>
|
||||
<box orient="horizontal" autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<checkbox id="offlineCompactFolder" label="&offlineCompact.label;" accesskey="&offlineCompact.accesskey;"
|
||||
pref="true" preftype="bool" prefstring="mail.prompt_purge_threshhold" prefattribute="checked"/>
|
||||
<textbox id="offlineCompactFolderMin" size="5" value="100"
|
||||
pref="true" preftype="int" prefstring="mail.purge_threshhold" prefattribute="value"/>
|
||||
<text class="label" value="&kb.label;"/>
|
||||
</box>
|
||||
</titledbox>
|
||||
</hbox>
|
||||
</groupbox>
|
||||
|
||||
</window>
|
||||
|
||||
@ -23,14 +23,14 @@
|
||||
</script>
|
||||
|
||||
|
||||
<box class="box-smallheader" title="&lHeader;"/>
|
||||
<hbox class="box-smallheader" title="&lHeader;"/>
|
||||
|
||||
<titledbox orient="vertical">
|
||||
<groupbox orient="vertical">
|
||||
|
||||
<html>&zoneIntro.label;</html>
|
||||
|
||||
<text class="label" value="&policies.label;"/>
|
||||
<box>
|
||||
<hbox>
|
||||
<tree id="zones" class="inset" flex="1">
|
||||
<treecolgroup>
|
||||
<treecol flex="1"/>
|
||||
@ -68,24 +68,24 @@
|
||||
</treechildren>
|
||||
</tree>
|
||||
|
||||
<box orient="vertical">
|
||||
<vbox>
|
||||
<button class="dialog" label="&addSite.label;" accesskey="&addSite.accesskey;"
|
||||
oncommand="addSite();"/>
|
||||
<spring flex="1"/>
|
||||
</box>
|
||||
</box>
|
||||
</vbox>
|
||||
</hbox>
|
||||
|
||||
<text class="label header" value="&description.label;"/>
|
||||
|
||||
<box class="indent">
|
||||
<hbox class="indent">
|
||||
<html id="description"></html>
|
||||
</box>
|
||||
</hbox>
|
||||
|
||||
<box autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<button class="dialog" label="&settings.label;" accesskey="&settings.accesskey;"
|
||||
oncommand="settings();"/>
|
||||
</box>
|
||||
</hbox>
|
||||
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
</window>
|
||||
|
||||
@ -49,9 +49,9 @@
|
||||
src="chrome://pref/locale/prefutilities.properties"/>
|
||||
<script type="application/x-javascript" src="chrome://communicator/content/pref/pref-proxies.js"/>
|
||||
|
||||
<box class="box-smallheader" title="&lHeader;"/>
|
||||
<hbox class="box-smallheader" title="&lHeader;"/>
|
||||
|
||||
<titledbox orient="vertical">
|
||||
<groupbox orient="vertical">
|
||||
<label value="&proxyTitle.label;"/>
|
||||
<html>&networkHeader.label;</html>
|
||||
|
||||
@ -71,54 +71,54 @@
|
||||
<rows>
|
||||
<row autostretch="never">
|
||||
<text class="label" value="&ftp.label;" accesskey="&ftp.accesskey;" for="networkProxyFTP"/>
|
||||
<box autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<textbox id="networkProxyFTP" pref="true" preftype="string" prefstring="network.proxy.ftp"
|
||||
prefattribute="value" flex="1"/>
|
||||
<text class="label" value="&port.label;" accesskey="&FTPport.accesskey;" for="networkProxyFTP_Port"/>
|
||||
<textbox id="networkProxyFTP_Port" pref="true" preftype="int" prefstring="network.proxy.ftp_port"
|
||||
prefattribute="value" size="5"/>
|
||||
</box>
|
||||
</hbox>
|
||||
</row>
|
||||
<row autostretch="never">
|
||||
<text class="label" value="&gopher.label;" accesskey="&gopher.accesskey;" for="networkProxyGopher"/>
|
||||
<box autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<textbox id="networkProxyGopher" pref="true" preftype="string" prefstring="network.proxy.gopher"
|
||||
prefattribute="value" flex="1"/>
|
||||
<!-- gopher port doesn't have an accesskey because the window needs a redesign - bbaetz -->
|
||||
<text class="label" value="&port.label;" accesskey="&gopherPort.accesskey;" for="networkProxyGopher_Port"/>
|
||||
<textbox id="networkProxyGopher_Port" pref="true" preftype="int" prefstring="network.proxy.gopher_port"
|
||||
prefattribute="value" size="5"/>
|
||||
</box>
|
||||
</hbox>
|
||||
</row>
|
||||
<row autostretch="never">
|
||||
<text class="label" value="&http.label;" accesskey="&http.accesskey;" for="networkProxyHTTP"/>
|
||||
<box autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<textbox id="networkProxyHTTP" pref="true" preftype="string" prefstring="network.proxy.http"
|
||||
prefattribute="value" flex="1"/>
|
||||
<text class="label" value="&port.label;" accesskey="&HTTPport.accesskey;" for="networkProxyHTTP_Port"/>
|
||||
<textbox id="networkProxyHTTP_Port" pref="true" preftype="int" prefstring="network.proxy.http_port"
|
||||
prefattribute="value" size="5"/>
|
||||
</box>
|
||||
</hbox>
|
||||
</row>
|
||||
<row autostretch="never">
|
||||
<text class="label" value="&ssl.label;" accesskey="&ssl.accesskey;" for="networkProxySSL"/>
|
||||
<box autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<textbox id="networkProxySSL" pref="true" preftype="string" prefstring="network.proxy.ssl"
|
||||
prefattribute="value" flex="1"/>
|
||||
<text class="label" value="&port.label;" accesskey="&SSLport.accesskey;" for="networkProxySSL_Port"/>
|
||||
<textbox id="networkProxySSL_Port" pref="true" preftype="int" prefstring="network.proxy.ssl_port"
|
||||
prefattribute="value" size="5"/>
|
||||
</box>
|
||||
</hbox>
|
||||
</row>
|
||||
<row autostretch="never">
|
||||
<text class="label" value="&socks.label;" accesskey="&socks.accesskey;" for="networkProxySOCKS"/>
|
||||
<box autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<textbox id="networkProxySOCKS" pref="true" preftype="string" prefstring="network.proxy.socks"
|
||||
prefattribute="value" flex="1"/>
|
||||
<text class="label" value="&port.label;" accesskey="&SOCKSport.accesskey;" for="networkProxySOCKS_Port"/>
|
||||
<textbox id="networkProxySOCKS_Port" pref="true" preftype="int" prefstring="network.proxy.socks_port"
|
||||
prefattribute="value" size="5"/>
|
||||
</box>
|
||||
</hbox>
|
||||
</row>
|
||||
<row autostretch="never">
|
||||
<text class="label" value="&noproxy.label;" accesskey="&noproxy.accesskey;" for="networkProxyNone"/>
|
||||
@ -131,20 +131,20 @@
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
<box autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<radio group="networkProxyType" value="2" label="&autoTypeRadio.label;" accesskey="&autoTypeRadio.accesskey;" oncommand="DoEnabling();"/>
|
||||
</box>
|
||||
<box class="indent" flex="1">
|
||||
</hbox>
|
||||
<hbox class="indent" flex="1">
|
||||
<textbox id="networkProxyAutoconfigURL" flex="1"
|
||||
pref="true" preftype="string" prefstring="network.proxy.autoconfig_url"
|
||||
prefattribute="value"/>
|
||||
<button id="autoReload" class="dialog" label="&reload.label;" accesskey="&reload.accesskey;"
|
||||
pref="true" preftype="bool"
|
||||
prefstring="pref.advanced.proxies.disable_button.reload" prefattribute="disabled"/>
|
||||
</box>
|
||||
</hbox>
|
||||
</radiogroup>
|
||||
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
</window>
|
||||
|
||||
|
||||
@ -37,12 +37,12 @@
|
||||
</script>
|
||||
<script type="application/x-javascript" src="chrome://communicator/content/pref/pref-search.js"/>
|
||||
|
||||
<box class="box-smallheader" title="&lHeader;"/>
|
||||
<hbox class="box-smallheader" title="&lHeader;"/>
|
||||
|
||||
<titledbox>
|
||||
<groupbox>
|
||||
<label value="&legendHeader;"/>
|
||||
|
||||
<box autostretch="never" valign="middle">
|
||||
<hbox autostretch="never" valign="middle">
|
||||
<text class="label" value="&defaultSearchEngine.label;" accesskey="&defaultSearchEngine.accesskey;" for="engineList"/>
|
||||
<menulist id="engineList" ref="NC:SearchEngineRoot" datasources="rdf:internetsearch"
|
||||
sortResource="http://home.netscape.com/NC-rdf#Name" sortDirection="ascending"
|
||||
@ -55,10 +55,10 @@
|
||||
</menupopup>
|
||||
</template>
|
||||
</menulist>
|
||||
</box>
|
||||
</titledbox>
|
||||
</hbox>
|
||||
</groupbox>
|
||||
|
||||
<titledbox orient="vertical">
|
||||
<groupbox orient="vertical">
|
||||
<label value="&searchResults.label;"/>
|
||||
<!-- XXX - unfortunately we can't have an autostretch never box here
|
||||
because it causes the text not to wrap and the panel content
|
||||
@ -67,9 +67,9 @@
|
||||
<checkbox id="openSidebarPanel" label="&openSidebarSearchPanel.label;" accesskey="&openSidebarSearchPanel.accesskey;"
|
||||
pref="true" preftype="bool" prefstring="browser.search.opensidebarsearchpanel"
|
||||
prefattribute="checked"/>
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
<titledbox orient="vertical">
|
||||
<groupbox orient="vertical">
|
||||
<label value="&sidebarSearchTabPref.label;"/>
|
||||
<radiogroup orient="vertical" autostretch="never"
|
||||
id="sidebarSearchMode"
|
||||
@ -81,6 +81,6 @@
|
||||
<radio group="sidebarSearchMode" value="0" label="&searchModeBasic.label;" accesskey="&searchModeBasic.accesskey;"/>
|
||||
<radio group="sidebarSearchMode" value="1" label="&searchModeAdvanced.label;" accesskey="&searchModeAdvanced.accesskey;"/>
|
||||
</radiogroup>
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
</window>
|
||||
|
||||
@ -37,7 +37,7 @@
|
||||
]]>
|
||||
</script>
|
||||
|
||||
<box class="box-smallheader" title="&lHeader;" />
|
||||
<hbox class="box-smallheader" title="&lHeader;" />
|
||||
<html> &rContent1;</html>
|
||||
<html> &rContent2;</html>
|
||||
<!-- Overlays add UI here -->
|
||||
|
||||
@ -182,9 +182,9 @@
|
||||
]]>
|
||||
</script>
|
||||
|
||||
<box class="box-smallheader" title="&lHeader;"/>
|
||||
<hbox class="box-smallheader" title="&lHeader;"/>
|
||||
|
||||
<titledbox orient="vertical" flex="1">
|
||||
<groupbox orient="vertical" flex="1">
|
||||
<label value="&whatsRelated.label;"/>
|
||||
|
||||
<html class="small-margin" id="doNotAcceptText">&doNotDecp.label;</html>
|
||||
@ -209,11 +209,11 @@
|
||||
</vbox>
|
||||
</row>
|
||||
<row>
|
||||
<box autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<text class="label small-margin" id="domainText" value="&domain.label;" accesskey="&domain.accesskey;" for="addDomain"/>
|
||||
<textbox class="small-margin" id="addDomain" flex="1" oninput="doButtonEnabling();"
|
||||
prefstring="pref.browser.smartbrowsing.disable_textbox.add" prefattribute="disabled"/>
|
||||
</box>
|
||||
</hbox>
|
||||
<button disabled="true" class="dialog" id="addDomainButton" label="&addDomain.label;" accesskey="&addDomain.accesskey;"
|
||||
oncommand="addDomain();" pref="true" preftype="bool"
|
||||
prefstring="pref.browser.smartbrowsing.disable_button.add" prefattribute="disabled"/>
|
||||
@ -224,14 +224,14 @@
|
||||
<data id="browserRelatedDisabledForDomains" pref="true" preftype="string"
|
||||
prefstring="browser.related.disabledForDomains" prefattribute="value" wsm_attributes="value"/>
|
||||
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
<titledbox orient="vertical">
|
||||
<groupbox orient="vertical">
|
||||
<label value="&internetKeywordsHeader.label;"/>
|
||||
|
||||
<html class="small-margin">&internetKeywordsDescription.label;</html>
|
||||
|
||||
<box autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<checkbox class="small-margin" id="browserGoBrowsingEnabled" label="&keywordsEnabled.label;" accesskey="&keywordsEnabled.accesskey;"
|
||||
pref="true" preftype="bool" prefstring="keyword.enabled"
|
||||
prefattribute="checked"/>
|
||||
@ -239,18 +239,18 @@
|
||||
<button class="small-margin" label="&moreInformation.label;" accesskey="&moreInformation.accesskey;" oncommand="moreInfo();"
|
||||
id="moreInformationButton" pref="true" preftype="bool"
|
||||
prefstring="pref.browser.smartbrowsing.disable_button.more_info" prefattribute="disabled"/>
|
||||
</box>
|
||||
</hbox>
|
||||
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
<titledbox orient="vertical">
|
||||
<groupbox orient="vertical">
|
||||
<label value="&autoCompleteHeader.label;"/>
|
||||
<html class="small-margin">&autoCompleteDescription.label;</html>
|
||||
<box autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<checkbox class="small-margin" id="browserAutoCompleteEnabled" label="&autoCompleteEnabled.label;" accesskey="&autoCompleteEnabled.accesskey;"
|
||||
pref="true" preftype="bool" prefstring="browser.urlbar.autocomplete.enabled"
|
||||
prefattribute="checked"/>
|
||||
<spring flex="1"/>
|
||||
</box>
|
||||
</titledbox>
|
||||
</hbox>
|
||||
</groupbox>
|
||||
</window>
|
||||
|
||||
@ -17,17 +17,17 @@
|
||||
</script>
|
||||
|
||||
|
||||
<box class="box-smallheader" title="&lHeader;"/>
|
||||
<hbox class="box-smallheader" title="&lHeader;"/>
|
||||
|
||||
<titledbox orient="vertical" autostretch="never">
|
||||
<groupbox orient="vertical" autostretch="never">
|
||||
<label value="&smartTitle.label;"/>
|
||||
<checkbox id="XPInstallEnabled" label="&enableSU.label;" accesskey="&enableSU.accesskey;"
|
||||
pref="true" preftype="bool" prefstring="xpinstall.enabled"
|
||||
prefattribute="checked"/>
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
|
||||
<!--
|
||||
<titledbox orient="vertical" autostretch="never">
|
||||
<groupbox orient="vertical" autostretch="never">
|
||||
<label value="Installed Packages"/>
|
||||
|
||||
<script>
|
||||
@ -44,13 +44,13 @@
|
||||
]]>
|
||||
</script>
|
||||
<button label="Install Package" oncommand="InstallPackage();"/>
|
||||
</titledbox>
|
||||
</groupbox>
|
||||
-->
|
||||
|
||||
<!--
|
||||
<html:fieldset style="width: 100%; height: 100%">
|
||||
<html:div class="hspace-both">&selectUninstall.label;</html:div>
|
||||
<box class="hspace-both vspace" align="horizontal" flex="100%" style="width: 93%; height: 100%">
|
||||
<hbox class="hspace-both vspace" flex="100%" style="width: 93%; height: 100%">
|
||||
<tree id="smartUpdatePackages" class="inset" flex="100%" style="height: 40%;">
|
||||
<treecolgroup>
|
||||
<treecol flex="1"/>
|
||||
@ -64,11 +64,11 @@
|
||||
</treechildren>
|
||||
</tree>
|
||||
<spring flex="5%"/>
|
||||
<box align="vertical">
|
||||
<vbox>
|
||||
<button class="dialog push" id="pref:0:bool:smartupdate" label="&uninstallButton.label;" accesskey="&uninstallButton.accesskey;"/>
|
||||
<spring flex="100%"/>
|
||||
</box>
|
||||
</box>
|
||||
</vbox>
|
||||
</hbox>
|
||||
<spring style="height: 28px;"/>
|
||||
</html:fieldset>
|
||||
-->
|
||||
|
||||
@ -43,7 +43,7 @@
|
||||
|
||||
<script type="application/x-javascript" src="chrome://communicator/content/pref/pref-themes.js"/>
|
||||
|
||||
<box class="box-smallheader" title="&lHeader;"/>
|
||||
<hbox class="box-smallheader" title="&lHeader;"/>
|
||||
|
||||
<html>&skinIntro.label;</html>
|
||||
|
||||
@ -77,25 +77,25 @@
|
||||
|
||||
<separator class="thin"/>
|
||||
|
||||
<box id="previewImageContainer" class="inset" align="center" >
|
||||
<hbox id="previewImageContainer" class="inset" align="center" >
|
||||
<image id="previewImage"/>
|
||||
</box>
|
||||
</hbox>
|
||||
|
||||
<separator class="thin"/>
|
||||
|
||||
<box flex="1">
|
||||
<box orient="vertical" flex="1">
|
||||
<hbox flex="1">
|
||||
<vbox flex="1">
|
||||
<text class="label header" id="displayName" value=""/>
|
||||
<box autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<text class="label" value="&author.label;"/>
|
||||
<text class="label" id="author"/>
|
||||
</box>
|
||||
</hbox>
|
||||
<html id="description" flex="1"/>
|
||||
</box>
|
||||
<box orient="vertical" align="top">
|
||||
</vbox>
|
||||
<vbox align="top">
|
||||
<button id="applySkin" label="&selectSkin.label;" accesskey="&selectSkin.accesskey;" oncommand="applySkin();"/>
|
||||
<button id="uninstallSkin" label="&uninstallSkin.label;" oncommand="uninstallSkin();"/>
|
||||
</box>
|
||||
</box>
|
||||
</vbox>
|
||||
</hbox>
|
||||
|
||||
</window>
|
||||
|
||||
@ -42,7 +42,7 @@
|
||||
|
||||
<script type="application/x-javascript" src="chrome://communicator/content/pref/pref-winhooks.js"/>
|
||||
|
||||
<box class="box-smallheader" title="&title.label;"/>
|
||||
<hbox class="box-smallheader" title="&title.label;"/>
|
||||
|
||||
<!-- File types -->
|
||||
<text class="label" value="&files.text;"/>
|
||||
@ -140,9 +140,9 @@
|
||||
<separator/>
|
||||
|
||||
<!-- Misc -->
|
||||
<box autostretch="never">
|
||||
<hbox autostretch="never">
|
||||
<checkbox id="showDialog" label="&showDialog.label;" accesskey="&showDialog.accesskey;"/>
|
||||
</box>
|
||||
</hbox>
|
||||
<spring flex="1"/>
|
||||
|
||||
</window>
|
||||
|
||||
@ -78,6 +78,6 @@
|
||||
|
||||
<separator/>
|
||||
|
||||
<box id="okCancelHelpButtonsRight" />
|
||||
<hbox id="okCancelHelpButtonsRight" />
|
||||
|
||||
</window>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user