mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
correct the display of the "Update this Hot Potatoes Quiz" button in Danish (da_utf8) and German (de_utf8) - see mdl-8322
This commit is contained in:
parent
fec5fe881e
commit
845f45ec19
1 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,8 @@
|
||||||
if ($course->id != SITEID) {
|
if ($course->id != SITEID) {
|
||||||
$navigation = '<a '.$CFG->frametarget.' href="'.$CFG->wwwroot.'/course/view.php?id='.$course->id.'">'.$course->shortname.'</a> -> '.$navigation;
|
$navigation = '<a '.$CFG->frametarget.' href="'.$CFG->wwwroot.'/course/view.php?id='.$course->id.'">'.$course->shortname.'</a> -> '.$navigation;
|
||||||
}
|
}
|
||||||
$button = update_module_button($cm->id, $course->id, get_string("modulename", "hotpot").'" style="font-size:0.75em;');
|
$button = update_module_button($cm->id, $course->id, get_string("modulename", "hotpot"));
|
||||||
|
$button = '<div style="font-size:0.75em;">'.$button.'</div>';
|
||||||
$loggedinas = '<span class="logininfo">'.user_login_string($course, $USER).'</span>';
|
$loggedinas = '<span class="logininfo">'.user_login_string($course, $USER).'</span>';
|
||||||
$time = time();
|
$time = time();
|
||||||
$hppassword = optional_param('hppassword', '');
|
$hppassword = optional_param('hppassword', '');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue