mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-22548, hide main file element completely
This commit is contained in:
parent
1daea7fa49
commit
ac9c14dd29
4 changed files with 23 additions and 13 deletions
|
@ -1722,7 +1722,6 @@ class core_renderer extends renderer_base {
|
|||
|
||||
return html_writer::tag('a', $output, $attributes);
|
||||
}
|
||||
|
||||
/**
|
||||
* Print the file picker
|
||||
*
|
||||
|
@ -1876,7 +1875,7 @@ FMHTML;
|
|||
'strings' => array(array('loading', 'repository'), array('nomorefiles', 'repository'), array('confirmdeletefile', 'repository'),
|
||||
array('add', 'repository'), array('accessiblefilepicker', 'repository'), array('move', 'moodle'),
|
||||
array('cancel', 'moodle'), array('download', 'moodle'), array('ok', 'moodle'),
|
||||
array('emptylist', 'repository'), array('entername', 'repository'), array('enternewname', 'repository'),
|
||||
array('emptylist', 'repository'), array('nofilesattached', 'repository'), array('entername', 'repository'), array('enternewname', 'repository'),
|
||||
array('zip', 'editor'), array('unzip', 'moodle'), array('rename', 'moodle'), array('delete', 'moodle'),
|
||||
array('cannotdeletefile', 'error'), array('confirmdeletefile', 'repository'),
|
||||
array('nopathselected', 'repository'), array('popupblockeddownload', 'repository'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue