Skip to content

Commit

Permalink
Merge branch 'MDL-29523-21_STABLE' of git://github.com/danpoltawski/m…
Browse files Browse the repository at this point in the history
…oodle into MOODLE_21_STABLE
  • Loading branch information
stronk7 committed Feb 27, 2012
2 parents 4e012c2 + 7020701 commit 8774bde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/form/filemanager.php
Expand Up @@ -274,6 +274,7 @@ function form_filemanager_render($options) {
}

$maxsize = get_string('maxfilesize', 'moodle', display_size(get_max_upload_file_size($CFG->maxbytes, $course_maxbytes, $options->maxbytes)));
$loading = get_string('loading', 'repository');
$html .= <<<FMHTML
<div class="filemanager-loading mdl-align" id='filemanager-loading-{$client_id}'>
$icon_progress
Expand All @@ -288,7 +289,7 @@ function form_filemanager_render($options) {
</div>
<div class="filemanager-container" id="filemanager-{$client_id}">
<ul id="draftfiles-{$client_id}" class="fm-filelist">
<li>Loading...</li>
<li>{$loading}</li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 8774bde

Please sign in to comment.