Big UI cleanup for XUL 1.0 compliance, b=93732, r=syd,brade; sr=sfraser

git-svn-id: svn://10.0.0.236/trunk@105061 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cmanske%netscape.com
2001-10-10 20:07:06 +00:00
parent d37dd4ed78
commit 2e50483362
49 changed files with 885 additions and 982 deletions

View File

@@ -36,6 +36,7 @@
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml"
onload = "Startup()"
onunload="onCancel()"
orient="vertical">
<!-- Methods common to all editor dialogs -->
@@ -56,7 +57,7 @@
style="margin-left:2em" checked="true" persist="checked"
tooltip="aTooltip" tooltiptext="&collapseSpaces.tooltip;"/>
</vbox>
<hbox autostretch="never">
<hbox align="center">
<radio group="SepRadioGroup" id="other" label="&otherRadio.label;" oncommand="SelectCharacter('2');"/>
<textbox class="narrow" id="SepCharacterInput" oninput="InputSepCharacter()"/>
</hbox>