From 27f5a74cb31e2258896c640cea5b5d4216faf78c Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Mon, 12 Oct 2020 13:34:04 +0200 Subject: [PATCH] Add CSS class for mobile app (#378) --- db/mobile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/mobile.php b/db/mobile.php index 647c131..3348dc9 100644 --- a/db/mobile.php +++ b/db/mobile.php @@ -30,7 +30,7 @@ $addons = [ 'issueview' => [ // Handler unique name. 'displaydata' => [ 'icon' => $CFG->wwwroot . '/mod/customcert/pix/icon.png', - 'class' => '', + 'class' => 'core-course-module-customcert-handler', ], 'delegate' => 'CoreCourseModuleDelegate', // Delegate (where to display the link to the plugin). 'method' => 'mobile_view_activity', // Main function in \mod_customcert\output\mobile.