Fixed layout problems in Insert Table dialog, b=115668, r=syd, sr=ben

This commit is contained in:
cmanske%netscape.com 2001-12-18 05:59:30 +00:00
Родитель eaa42e3343
Коммит 1d36afaa71
2 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -49,6 +49,7 @@ function Startup()
gDialog.widthInput = document.getElementById("widthInput");
gDialog.borderInput = document.getElementById("borderInput");
gDialog.widthPixelOrPercentMenulist = document.getElementById("widthPixelOrPercentMenulist");
gDialog.OkButton = document.documentElement.getButton("accept");
// Make a copy to use for AdvancedEdit
globalElement = tableElement.cloneNode(false);
@ -100,7 +101,7 @@ function ChangeRowOrColumn(id)
gDialog.columnsInput.value.length > 0 &&
gDialog.columnsInput.value > 0;
SetElementEnabledById("ok", enable);
SetElementEnabled(gDialog.OkButton, enable);
SetElementEnabledById("AdvancedEditButton1", enable);
}

Просмотреть файл

@ -67,7 +67,7 @@
<row align="center">
<label class="align-right" value="&widthEditField.label;" />
<textbox class="narrow" id="widthInput" oninput="forceInteger(this.id)" />
<menulist id="widthPixelOrPercentMenulist"><menupopup/></menulist>
<menulist id="widthPixelOrPercentMenulist" flex="1"/>
<!-- child elements are appended by JS -->
</row>
</rows>