MDL-33509 forms: Change button type in url resource editing page
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user