mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 18:15:56 +00:00
help: remove checkboxes
This commit is contained in:
@@ -45,8 +45,6 @@ class Backend extends Handler {
|
|||||||
|
|
||||||
foreach ($hotkeys as $action => $description) {
|
foreach ($hotkeys as $action => $description) {
|
||||||
print "<li>";
|
print "<li>";
|
||||||
print "<input dojoType=\"dijit.form.CheckBox\"
|
|
||||||
type=\"checkbox\" disabled=\"1\" checked=\"1\">";
|
|
||||||
print "<span class='hksequence'>" . $omap[$action] . "</span>";
|
print "<span class='hksequence'>" . $omap[$action] . "</span>";
|
||||||
print $description;
|
print $description;
|
||||||
print "</li>";
|
print "</li>";
|
||||||
|
|||||||
Reference in New Issue
Block a user