From 7f95e36604546abe288ff03fefbc793d27de87fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikel=20Mart=C3=ADn?= Date: Tue, 21 Nov 2023 14:51:14 +0100 Subject: [PATCH] MDL-80055 core_h5p: Re-style 'Edit H5P content' button --- h5p/templates/h5pembed.mustache | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/h5p/templates/h5pembed.mustache b/h5p/templates/h5pembed.mustache index 2d0983833e0..5b7e035b1cd 100644 --- a/h5p/templates/h5pembed.mustache +++ b/h5p/templates/h5pembed.mustache @@ -32,11 +32,16 @@ } }} +{{#editurl}} +
+ + {{#pix}}i/edit, core{{/pix}} + {{#str}}editcontent, core_h5p{{/str}} + +
+{{/editurl}} + - -{{#editurl}} - {{#str}}editcontent, core_h5p{{/str}} -{{/editurl}}