change html checkbox to xul checkbox, r=hyatt

This commit is contained in:
morse%netscape.com 2000-07-27 00:16:31 +00:00
parent ede8977c53
commit ae56ad017a
2 changed files with 3 additions and 4 deletions

View File

@ -108,8 +108,8 @@ function Startup() {
/* create checkbox label */
var checkBoxText = document.getElementById("checkboxText");
checkBoxText.setAttribute("value", bypass);
var checkBox = document.getElementById("checkbox");
checkBox.setAttribute("value", bypass);
/* initialization OK and Cancel buttons */

View File

@ -60,8 +60,7 @@
<spring style="height: 10px;"/>
<box align="horizontal">
<html:input id="checkbox" type="checkbox"/>
<text id="checkboxText"/>
<checkbox id="checkbox"/>
<spring flex="100%"/>
</box>