summaryrefslogtreecommitdiff
path: root/classes/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-12-29 15:07:22 +0400
committerAndrew Dolgov <[email protected]>2012-12-29 15:07:22 +0400
commit93f53ffe55081764ae6a94941b8a2a20bebb73ed (patch)
tree553adf1f23e1217dbab5d3b95b2cb0a92f4619c2 /classes/backend.php
parent4ba1f8bbdb892be52bd9fd236ea8b941524882a5 (diff)
help: remove checkboxes
Diffstat (limited to 'classes/backend.php')
-rw-r--r--classes/backend.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/classes/backend.php b/classes/backend.php
index 29f18171f..6fa31864d 100644
--- a/classes/backend.php
+++ b/classes/backend.php
@@ -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>";