Publishing bugs: Keep progress dialog open longer (b=133825), Add support to not upload images (b=134001), Don't save site data if not successfully published (b=132604) all are: r=akkana, sr=kin, a=asa, adt1.0.0+

git-svn-id: svn://10.0.0.236/trunk@118118 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cmanske%netscape.com
2002-04-04 14:56:30 +00:00
parent b25df883bf
commit 4836519b05
8 changed files with 96 additions and 84 deletions

View File

@@ -51,12 +51,13 @@
<description class="wrap" flex="1">&instructions2.label;</description>
<radiogroup id="SepRadioGroup" persist="index character" index="0" character="">
<radio id="comma" label="&commaRadio.label;" oncommand="SelectCharacter('0');"/>
<vbox>
<radio id="space" label="&spaceRadio.label;" oncommand="SelectCharacter('1');"/>
<radio id="space" label="&spaceRadio.label;" oncommand="SelectCharacter('1');"/>
<hbox>
<spacer class="radio-spacer"/>
<checkbox id="CollapseSpaces" label="&collapseSpaces.label;"
style="margin-left:2em" checked="true" persist="checked"
checked="true" persist="checked"
tooltiptext="&collapseSpaces.tooltip;"/>
</vbox>
</hbox>
<hbox align="center">
<radio id="other" label="&otherRadio.label;" oncommand="SelectCharacter('2');"/>
<textbox class="narrow" id="SepCharacterInput" oninput="InputSepCharacter()"/>