From e8a9ff3dbb68f00dfe2d13f35ceb47ecea34ab68 Mon Sep 17 00:00:00 2001 From: AL Rachels Date: Mon, 19 Dec 2022 11:42:35 -0600 Subject: [PATCH] Update view.php Shortened line length. --- view.php | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/view.php b/view.php index 6dec0b4..de9abbb 100644 --- a/view.php +++ b/view.php @@ -254,13 +254,16 @@ // 20211219 Added link to all HotQuestion activities. 20221031 Added link to hide unapproved questions. echo '' - .get_string('viewallhotquestions', 'hotquestion') - .' | '.get_string('seeunapproved', 'hotquestion', $seeunapprovedpreference) - .' Currently set to '.get_user_preferences('hotquestion_seeunapproved', get_config('mod_hotquestion', 'approval')).'.' - .'
'; + .$course->id + .'">' + .get_string('viewallhotquestions', 'hotquestion') + .' | ' + .get_string('seeunapproved', 'hotquestion', $seeunapprovedpreference) + .get_string('seeunapprovedsetting', 'hotquestion', + get_user_preferences('hotquestion_seeunapproved', + get_config('mod_hotquestion', 'approval'))) + .'
'; // Print group information (A drop down box will be displayed if the user // is a member of more than one group, or has access to all groups).