help: remove checkboxes

This commit is contained in:
Andrew Dolgov 2012-12-29 15:07:22 +04:00
parent 4ba1f8bbdb
commit 93f53ffe55
1 changed files with 0 additions and 2 deletions

View File

@ -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>";