mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Merge branch 'MDL-33509-master' of git://github.com/mihailges/moodle
This commit is contained in:
commit
8dfafebc13
@ -144,7 +144,7 @@ class MoodleQuickForm_url extends HTML_QuickForm_text implements templatable {
|
||||
if (count($options->repositories) > 0) {
|
||||
$straddlink = get_string('choosealink', 'repository');
|
||||
$str .= <<<EOD
|
||||
<button id="filepicker-button-js-{$clientid}" class="visibleifjs btn btn-secondary">
|
||||
<button type="button" id="filepicker-button-js-{$clientid}" class="visibleifjs btn btn-secondary">
|
||||
$straddlink
|
||||
</button>
|
||||
EOD;
|
||||
|
Loading…
x
Reference in New Issue
Block a user