Commit | Line | Data |
---|---|---|
270dd871 FM |
1 | <div class="searchform"> |
2 | <form action="{{actionurl}}" class="form-inline"> | |
3 | <input type="hidden" name="id" value="{{courseid}}"> | |
4 | <div class="form-group"> | |
5 | <label class="sr-only" for="searchform_search">{{#str}}search{{/str}}</label> | |
6 | <input id="searchform_search" name="search" type="text" class="form-control" size="10"> | |
7 | </div> | |
8 | <button class="btn btn-secondary" id="searchform_button" type="submit">{{#str}}go{{/str}}</button> | |
9 | </fieldset> | |
10 | </form> | |
11 | <div class="m-t-1"> | |
12 | <a href="{{advancedsearchurl}}">{{#str}}advancedsearch, block_search_forums{{/str}}</a> | |
13 | {{#helpicon}} | |
14 | {{>core/help_icon}} | |
15 | {{/helpicon}} | |
16 | </div> | |
17 | </div> |