diff options
Diffstat (limited to 'app/view/templates/admin.php')
-rw-r--r-- | app/view/templates/admin.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/view/templates/admin.php b/app/view/templates/admin.php index 08126a7..3eba1c4 100644 --- a/app/view/templates/admin.php +++ b/app/view/templates/admin.php @@ -134,7 +134,8 @@ <h4>Edit quick menu</h4> <div class="checkbox"> - <input type="checkbox" name="showeditmenu" id="showeditmenu" <?= Config::showeditmenu() === true ? 'checked' : '' ?>> + <input type="hidden" name="showeditmenu" value="false"> + <input type="checkbox" name="showeditmenu" id="showeditmenu" value="true" <?= Config::showeditmenu() === true ? 'checked' : '' ?>> <label for="showeditmenu">Show editor menu in top right corner of pages</label> </div> |