mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
"MDL-17316, non-js file manager, support externel authentication"
This commit is contained in:
parent
a0c4bc65fc
commit
5e98ab966f
3 changed files with 29 additions and 13 deletions
|
@ -122,13 +122,15 @@ case 'sign':
|
|||
echo '<input type="submit" value="Upload" />';
|
||||
echo '</form>';
|
||||
} else {
|
||||
foreach ($list['path'] as $p) {
|
||||
echo '<form method="post" style="display:inline">';
|
||||
echo '<input type="hidden" name="p" value="'.$p['path'].'"';
|
||||
echo '<input type="hidden" name="action" value="list"';
|
||||
echo '<input type="submit" value="'.$p['name'].'" />';
|
||||
echo '</form>';
|
||||
echo ' <strong>/</strong> ';
|
||||
if (!empty($list['path'])) {
|
||||
foreach ($list['path'] as $p) {
|
||||
echo '<form method="post" style="display:inline">';
|
||||
echo '<input type="hidden" name="p" value="'.$p['path'].'"';
|
||||
echo '<input type="hidden" name="action" value="list"';
|
||||
echo '<input type="submit" value="'.$p['name'].'" />';
|
||||
echo '</form>';
|
||||
echo ' <strong>/</strong> ';
|
||||
}
|
||||
}
|
||||
echo '<table>';
|
||||
foreach ($list['list'] as $item) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue