help: remove checkboxes
This commit is contained in:
parent
4ba1f8bbdb
commit
93f53ffe55
1 changed files with 0 additions and 2 deletions
|
@ -45,8 +45,6 @@ class Backend extends Handler {
|
|||
|
||||
foreach ($hotkeys as $action => $description) {
|
||||
print "<li>";
|
||||
print "<input dojoType=\"dijit.form.CheckBox\"
|
||||
type=\"checkbox\" disabled=\"1\" checked=\"1\">";
|
||||
print "<span class='hksequence'>" . $omap[$action] . "</span>";
|
||||
print $description;
|
||||
print "</li>";
|
||||
|
|
Loading…
Reference in a new issue