mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-58428 theme: Move templates from blocks/settings
This commit is contained in:
parent
6c1967af54
commit
c75aa5640f
1 changed files with 0 additions and 0 deletions
7
blocks/settings/templates/search_form.mustache
Normal file
7
blocks/settings/templates/search_form.mustache
Normal file
|
@ -0,0 +1,7 @@
|
|||
<form method="get" action="{{action}}" class="adminsearchform form-inline" role="search">
|
||||
<div class="form-group">
|
||||
<label class="sr-only" for="adminsearchquery">{{label}}</label>
|
||||
<input class="form-control" type="text" name="query" value="{{searchvalue}}" id="adminsearchquery" size="10">
|
||||
</div>
|
||||
<input type="submit" class="btn btn-secondary" value={{#quote}}{{#str}}search{{/str}}{{/quote}}>
|
||||
</form>
|
Loading…
Add table
Add a link
Reference in a new issue