mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-14492 Provide feedback to user about redirect delay in loadsco.php. Change to use a single lang text.
This commit is contained in:
parent
e4f781c9e2
commit
476c00cba5
@ -140,6 +140,6 @@
|
||||
</noscript>
|
||||
</head>
|
||||
<body onload="doredirect();">
|
||||
<p><?php echo get_string('activityloading', 'scorm');?> <span id="countdown"><?php echo $delayseconds ?></span> <?php echo get_string('seconds', 'scorm');?>(s). <img src='<?php echo $scormpixdir;?>/wait.gif'><p>
|
||||
<p><?php echo get_string('activityloading', 'scorm');?> <span id="countdown"><?php echo $delayseconds ?></span> <?php echo get_string('numseconds');?>. <img src='<?php echo $scormpixdir;?>/wait.gif'><p>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user