Línea 46... |
Línea 46... |
46 |
|
46 |
|
47 |
<form data-region="filtercompetencies" class="d-flex flex-wrap align-items-center" data-frameworkid="{{framework.id}}">
|
47 |
<form data-region="filtercompetencies" class="d-flex flex-wrap align-items-center" data-frameworkid="{{framework.id}}">
|
48 |
<div class="mb-3 d-flex">
|
48 |
<div class="mb-3 d-flex">
|
49 |
<label class="accesshide" for="filter{{uniqid}}">{{#str}}search, tool_lp{{/str}}</label>
|
49 |
<label class="accesshide" for="filter{{uniqid}}">{{#str}}search, tool_lp{{/str}}</label>
|
50 |
<input type="text" class="form-control" id="filter{{uniqid}}" placeholder="{{#str}}search, tool_lp{{/str}}" value="{{search}}">
|
50 |
<input type="text" class="form-control" id="filter{{uniqid}}" placeholder="{{#str}}search, tool_lp{{/str}}" value="{{search}}">
|
51 |
<button class="btn btn-secondary ml-1">{{#pix}}a/search, ,{{#str}}search{{/str}}{{/pix}}</button>
|
51 |
<button class="btn btn-secondary ms-1">{{#pix}}a/search, ,{{#str}}search{{/str}}{{/pix}}</button>
|
52 |
</div>
|
52 |
</div>
|
53 |
</form>
|
53 |
</form>
|
54 |
<ul data-enhance="linktree" style="display: none;" class="mt-1 competency-tree">
|
54 |
<ul data-enhance="linktree" style="display: none;" class="mt-1 competency-tree">
|
55 |
<li data-id="0"><span>{{{framework.shortname}}}</span>
|
55 |
<li data-id="0"><span>{{{framework.shortname}}}</span>
|
Línea 58... |
Línea 58... |
58 |
{{> tool_lp/competencies_tree }}
|
58 |
{{> tool_lp/competencies_tree }}
|
59 |
{{/competencies}}
|
59 |
{{/competencies}}
|
60 |
</ul>
|
60 |
</ul>
|
61 |
</li>
|
61 |
</li>
|
62 |
</ul>
|
62 |
</ul>
|
63 |
<div data-region="link-buttons" class="mt-1 float-sm-right">
|
63 |
<div data-region="link-buttons" class="mt-1 float-sm-end">
|
64 |
<input type="button" class="btn btn-primary" data-action="add" value="{{#str}}select{{/str}}"/>
|
64 |
<input type="button" class="btn btn-primary" data-action="add" value="{{#str}}select{{/str}}"/>
|
65 |
<input type="button" class="btn btn-secondary" data-action="cancel" value="{{#str}}cancel{{/str}}"/>
|
65 |
<input type="button" class="btn btn-secondary" data-action="cancel" value="{{#str}}cancel{{/str}}"/>
|
66 |
</div>
|
66 |
</div>
|
67 |
<div class="clearfix"></div>
|
67 |
<div class="clearfix"></div>
|
68 |
</div>
|
68 |
</div>
|