mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 12:35:58 +00:00
change html checkbox to xul checkbox, r=hyatt
This commit is contained in:
parent
ede8977c53
commit
ae56ad017a
@ -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 */
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user