mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merge branch 'MDL-30843_b' of git://github.com/rwijaya/moodle
This commit is contained in:
commit
5bfeb5ffd3
108 changed files with 390 additions and 216 deletions
|
@ -217,7 +217,7 @@ class repository_alfresco extends repository {
|
|||
|
||||
public function print_search() {
|
||||
$str = parent::print_search();
|
||||
$str .= '<label>Space: </label><br /><select name="space">';
|
||||
$str .= '<label for="space">Space: </label><br /><select id="space" name="space">';
|
||||
foreach ($this->user_session->stores as $v) {
|
||||
$str .= '<option ';
|
||||
if ($v->__toString() === 'workspace://SpacesStore') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue