Línea 22... |
Línea 22... |
22 |
No example given as the js will fire and create records from the template library page.
|
22 |
No example given as the js will fire and create records from the template library page.
|
23 |
}}
|
23 |
}}
|
24 |
{{#search}}
|
24 |
{{#search}}
|
25 |
<form class="row">
|
25 |
<form class="row">
|
26 |
<div class="input-group pt-4 pb-1 col-md-6">
|
26 |
<div class="input-group pt-4 pb-1 col-md-6">
|
27 |
<label for="search">
|
- |
|
28 |
<span class="sr-only">{{#str}} searchactivitiesbyname, course {{/str}}</span>
|
- |
|
29 |
</label>
|
- |
|
30 |
<input type="text" name="search" id="search" class="form-control rounded-left" autocomplete="off"
|
27 |
<input type="text" name="search" id="search" class="form-control rounded-start" autocomplete="off"
|
31 |
placeholder="{{#str}}search, core {{/str}}" {{#query}} value="{{query}}" autofocus {{/query}}
|
28 |
placeholder="{{#str}}search, core {{/str}}" {{#query}} value="{{query}}" autofocus {{/query}}
|
32 |
>
|
29 |
>
|
33 |
<div class="input-group-append">
|
30 |
<label for="search">
|
- |
|
31 |
<span class="visually-hidden">{{#str}} searchactivitiesbyname, course {{/str}}</span>
|
- |
|
32 |
</label>
|
34 |
<button type="submit" class="btn btn-outline-secondary rounded-right">
|
33 |
<button type="submit" class="btn btn-outline-secondary rounded-end">
|
35 |
<i class="icon fa fa-search fa-fw m-0" aria-hidden="true"></i>
|
34 |
<i class="icon fa fa-search fa-fw m-0" aria-hidden="true"></i>
|
36 |
<span class="sr-only">{{#str}}submitsearch, course {{/str}}</span>
|
35 |
<span class="visually-hidden">{{#str}}submitsearch, course {{/str}}</span>
|
37 |
</button>
|
36 |
</button>
|
38 |
</div>
|
- |
|
39 |
</div>
|
37 |
</div>
|
40 |
</form>
|
38 |
</form>
|
41 |
{{#query}}
|
39 |
{{#query}}
|
42 |
<div class="pt-1 pb-1">
|
40 |
<div class="pt-1 pb-1">
|
43 |
<span role="alert">{{#str}} searchresults, course, {{searchresultsnumber}} {{/str}}</span>
|
41 |
<span role="alert">{{#str}} searchresults, course, {{searchresultsnumber}} {{/str}}</span>
|