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:
gbateson 2007-01-28 00:25:57 +00:00
parent fec5fe881e
commit 845f45ec19

View file

@ -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', '');