Skip to content

Commit

Permalink
Merge branch 'MDL-35922-master' of git://github.com/phalacee/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Hemelryk committed Aug 5, 2013
2 parents f64777a + 1641bee commit 176a602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,9 @@ private function fm_js_template_listfilename() {
*/
private function fm_js_template_mkdir() {
$rv = '
<div class="filemanager fp-mkdir-dlg">
<div class="filemanager fp-mkdir-dlg" role="dialog" aria-live="assertive" aria-labelledby="fp-mkdir-dlg-title">
<div class="fp-mkdir-dlg-text">
<label>' . get_string('newfoldername', 'repository') . '</label><br/>
<label id="fp-mkdir-dlg-title">' . get_string('newfoldername', 'repository') . '</label><br/>
<input type="text" />
</div>
<button class="{!}fp-dlg-butcreate">'.get_string('makeafolder').'</button>
Expand Down

0 comments on commit 176a602

Please sign in to comment.