Checking in for rcassin@supernova.org. Composer pref fixes, bug 47703, r=cmanske

git-svn-id: svn://10.0.0.236/trunk@75849 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cmanske%netscape.com
2000-08-09 02:33:29 +00:00
parent ced2ee490a
commit dbfeb1cd72

View File

@@ -48,6 +48,42 @@
<box class="box-smallheader" title="&lHeader;"/>
<!-- Recent files menu -->
<titledbox orient="vertical">
<title><text value="&recentFiles.title;"/></title>
<box align="horizontal" valign="middle">
<text value="&documentsInMenu;"/>
<textfield
id="recentFiles"
name="recent string"
type="text"
size="3"
value="10"
pref="true"
preftype="int"
prefstring="editor.history.url_maximum"
prefattribute="value"
/>
</box>
</titledbox>
<!-- HTML formatting on output -->
<titledbox orient="vertical">
<title><text value="&savingFiles.title;"/></title>
<box align="horizontal" valign="middle">
<checkbox
value = "&preserveExistingFormatting;"
id = "preserveFormatting"
tooltip = "aTooltip" tooltiptext="&preserveExistingFormatting.tooltip;"
pref = "true"
preftype = "bool"
prefstring = "editor.prettyprint"
prefattribute="checked"
/>
</box>
</titledbox>
<!-- Table editing -->
<titledbox orient="vertical" autostretch="never">
<title><text value="&tableEditing.label;"/></title>
@@ -82,25 +118,6 @@
</box>
</titledbox>
<!-- Recent files menu -->
<titledbox orient="vertical">
<title><text value="&recentFiles.title;"/></title>
<box align="horizontal" valign="middle">
<text value="&documentsInMenu;"/>
<textfield
id="recentFiles"
name="recent string"
type="text"
size="3"
value="10"
pref="true"
preftype="int"
prefstring="editor.history.url_maximum"
prefattribute="value"
/>
</box>
</titledbox>
<!-- Take out Auto-Save; not supported at this time
-->
<titledbox orient="vertical">
@@ -130,22 +147,6 @@
</box>
</titledbox>
<!-- HTML formatting on output -->
<titledbox orient="vertical">
<title><text value="&savingFiles.title;"/></title>
<box align="horizontal" valign="middle">
<checkbox
value = "&preserveExistingFormatting;"
id = "preserveFormatting"
tooltip = "aTooltip" tooltiptext="&preserveExistingFormatting.tooltip;"
pref = "true"
preftype = "bool"
prefstring = "editor.prettyprint"
prefattribute="checked"
/>
</box>
</titledbox>
<!-- External Editors are not supported at this time
<titledbox orient="vertical">
<title><text value="&exterLegend.label;"/></title>