mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'MDL-77020' of https://github.com/paulholden/moodle
This commit is contained in:
commit
68169e1fb9
9 changed files with 10 additions and 10 deletions
|
@ -38,7 +38,7 @@
|
|||
}}
|
||||
<div id="searchform-auto-{{uniqid}}" class="form-inline simplesearchform">
|
||||
<div class="input-group searchbar w-100" role="search">
|
||||
<label for="searchinput">
|
||||
<label for="searchinput-{{uniqid}}">
|
||||
<span class="sr-only">{{$label}}{{#str}} search, core {{/str}}{{/label}}</span>
|
||||
</label>
|
||||
<input
|
||||
|
@ -46,7 +46,7 @@
|
|||
role="searchbox"
|
||||
data-region="input"
|
||||
data-action="search"
|
||||
id="searchinput"
|
||||
id="searchinput-{{uniqid}}"
|
||||
class="form-control withclear rounded"
|
||||
placeholder="{{$placeholder}}{{#str}} search, core {{/str}}{{/placeholder}}"
|
||||
name="search"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue