From 357960c02f1fefb4e9e71b95faa67897dc28a105 Mon Sep 17 00:00:00 2001 From: Ferran Recio Date: Wed, 8 Jun 2022 18:41:08 +0200 Subject: [PATCH] MDL-74800 output: fix edit button accessibility --- lib/templates/editswitch.mustache | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/lib/templates/editswitch.mustache b/lib/templates/editswitch.mustache index dcd07625a96..a9b3b676e3c 100644 --- a/lib/templates/editswitch.mustache +++ b/lib/templates/editswitch.mustache @@ -27,7 +27,8 @@ "edit": 1, "adminedit": true, "checked": "", - "string": "Edit on" + "string": "Edit on", + "legacyseturl": "/editmode.php" } }}
@@ -40,10 +41,7 @@