You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
741 B
18 lines
741 B
<div class="forumsearch">
|
|
<form action="{{actionurl}}" class="form-inline">
|
|
<input type="hidden" name="id" value="{{courseid}}">
|
|
<div class="input-group">
|
|
<div class="input-group-prepend">
|
|
{{#helpicon}}
|
|
{{>core/help_icon}}
|
|
{{/helpicon}}
|
|
</div>
|
|
<label class="sr-only" for="search">{{#str}}search, forum{{/str}}</label>
|
|
<input id="search" name="search" type="text" class="form-control" value="{{query}}">
|
|
<div class="input-group-append">
|
|
<button class="btn btn-secondary" id="searchforums" type="submit">{{#str}}searchforums, mod_forum{{/str}}</button>
|
|
</div>
|
|
</div>
|
|
|
|
</form>
|
|
</div>
|
|
|