mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 04:22:07 +02:00
Merge branch 'MDL-81500-main' of https://github.com/mihailges/moodle
This commit is contained in:
commit
e370220f37
@ -63,10 +63,10 @@
|
||||
<h3 class="mt-1">{{#str}}locatecompetency, tool_lp{{/str}}</h3>
|
||||
|
||||
<form data-region="filtercompetencies" class="d-flex flex-wrap align-items-center" data-frameworkid="{{framework.id}}">
|
||||
<div class="mb-3">
|
||||
<div class="mb-3 d-flex">
|
||||
<label class="accesshide" for="filter{{uniqid}}">{{#str}}search, tool_lp{{/str}}</label>
|
||||
<input type="text" class="form-control" id="filter{{uniqid}}" placeholder="{{#str}}search, tool_lp{{/str}}" value="{{search}}">
|
||||
<button class="btn btn-secondary">{{#pix}}a/search, ,{{#str}}search{{/str}}{{/pix}}</button>
|
||||
<button class="btn btn-secondary ml-1">{{#pix}}a/search, ,{{#str}}search{{/str}}{{/pix}}</button>
|
||||
</div>
|
||||
</form>
|
||||
<ul data-enhance="linktree" style="display: none;" class="mt-1 competency-tree">
|
||||
|
@ -45,10 +45,10 @@
|
||||
<h3>{{#str}}locatecompetency, tool_lp{{/str}}</h3>
|
||||
|
||||
<form data-region="filtercompetencies" class="d-flex flex-wrap align-items-center" data-frameworkid="{{framework.id}}">
|
||||
<div class="mb-3">
|
||||
<div class="mb-3 d-flex">
|
||||
<label class="accesshide" for="filter{{uniqid}}">{{#str}}search, tool_lp{{/str}}</label>
|
||||
<input type="text" class="form-control" id="filter{{uniqid}}" placeholder="{{#str}}search, tool_lp{{/str}}" value="{{search}}">
|
||||
<button class="btn btn-secondary">{{#pix}}a/search, ,{{#str}}search{{/str}}{{/pix}}</button>
|
||||
<button class="btn btn-secondary ml-1">{{#pix}}a/search, ,{{#str}}search{{/str}}{{/pix}}</button>
|
||||
</div>
|
||||
</form>
|
||||
<ul data-enhance="linktree" style="display: none;" class="mt-1 competency-tree">
|
||||
|
@ -67,10 +67,10 @@
|
||||
<h3 class="mt-1">{{#str}}locatecompetency, tool_lp{{/str}}</h3>
|
||||
|
||||
<form data-region="filtercompetencies" data-planid="{{plan.id}}" class="d-flex flex-wrap align-items-center">
|
||||
<div class="mb-3">
|
||||
<div class="mb-3 d-flex">
|
||||
<label class="accesshide" for="filter{{uniqid}}">{{#str}}search, tool_lp{{/str}}</label>
|
||||
<input type="text" class="form-control" id="filter{{uniqid}}" placeholder="{{#str}}search, tool_lp{{/str}}" value="{{search}}">
|
||||
<button class="btn btn-secondary">{{#pix}}a/search, ,{{#str}}search{{/str}}{{/pix}}</button>
|
||||
<button class="btn btn-secondary ml-1">{{#pix}}a/search, ,{{#str}}search{{/str}}{{/pix}}</button>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user