fix bug 11548
git-svn-id: svn://10.0.0.236/trunk@43022 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
781c8bbf3e
commit
0ccfd60f98
@ -501,9 +501,9 @@
|
||||
"<hr/>" +
|
||||
"<form name=button>" +
|
||||
"<div align='right'>" +
|
||||
"<button onclick='parent.generateOutput(this.value);'>OK</button>" +
|
||||
"<button value='OK' onclick='parent.generateOutput(this.value);'>OK</button>" +
|
||||
" " +
|
||||
"<button onclick='parent.generateOutput(this.value);'>Cancel</button>" +
|
||||
"<button value='Cancel' onclick='parent.generateOutput(this.value);'>Cancel</button>" +
|
||||
"</div>" +
|
||||
"</form>" +
|
||||
"</body>"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user