Fix d'un bug avec firefox3
darcs-hash:20071217233357-2d413-7da24bc573a2c8da89b89f6b70a541d88efde62f.gz
This commit is contained in:
parent
22dff4f27e
commit
a78d85cea1
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ Digicode.makeCode.displayForm = function()
|
|||
BR(),
|
||||
LABEL({'for':'newCode'}, "Code :"),
|
||||
INPUT({"name":"newCode", "size":"6", "maxlength":"6", "class":"textinput"}),
|
||||
BUTTON({"type":"submit","onclick":"Digicode.makeCode.createCode(document.createCodeForm.newCodeLogin.value, document.createCodeForm.newCode.value)", "style":"float:right;"},"Créer code"),
|
||||
BUTTON({"type":"submit","onclick":"Digicode.makeCode.createCode(document.createCodeForm.newCodeLogin.value, document.createCodeForm.newCode.value); return false;", "style":"float:right;"},"Créer code"),
|
||||
BUTTON({"type":"button","onclick":"Digicode.makeCode.createCode(document.createCodeForm.newCodeLogin.value)", "style":"float:right;"},"Code aléatoire")
|
||||
);
|
||||
replaceChildNodes("addCodeBox", H1({},"Nouveau code"), myForm );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue