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:
@@ -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()"/>
|
||||
|
||||
Reference in New Issue
Block a user