Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
29c4106e
Commit
29c4106e
authored
Dec 12, 2017
by
jun
Browse files
Merge branch 'MDL-58200-master' of
git://github.com/damyon/moodle
parents
24131d08
81a989e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
admin/tool/lp/templates/manage_competencies_page.mustache
View file @
29c4106e
...
...
@@ -64,6 +64,7 @@
<li>
<a
href=
"#"
>
{{#
str
}}
edit
{{/
str
}}
</a><b
class=
"caret"
></b>
<ul
class=
"dropdown dropdown-menu"
>
{{#
canmanage
}}
<li
class=
"dropdown-item"
>
<a
href=
"#"
data-action=
"edit"
>
{{#
pix
}}
t/edit
{{/
pix
}}
{{#
str
}}
edit
{{/
str
}}
...
...
@@ -89,11 +90,13 @@
{{#
pix
}}
t/down
{{/
pix
}}
{{#
str
}}
movedown
{{/
str
}}
</a>
</li>
{{/
canmanage
}}
<li
class=
"dropdown-item"
>
<a
href=
"#"
data-action=
"linkedcourses"
>
{{#
pix
}}
t/viewdetails
{{/
pix
}}
{{#
str
}}
linkedcourses, tool_lp
{{/
str
}}
</a>
</li>
{{#
canmanage
}}
<li
class=
"dropdown-item"
>
<a
href=
"#"
data-action=
"relatedcompetencies"
>
{{#
pix
}}
t/add
{{/
pix
}}
{{#
str
}}
addcrossreferencedcompetency, tool_lp
{{/
str
}}
...
...
@@ -104,6 +107,7 @@
{{#
pix
}}
t/edit
{{/
pix
}}
{{#
str
}}
competencyrule, tool_lp
{{/
str
}}
</a>
</li>
{{/
canmanage
}}
</ul>
</li>
</ul>
...
...
@@ -112,11 +116,11 @@
<p
data-region=
"competencyinfo"
>
{{#
str
}}
nocompetencyselected, tool_lp
{{/
str
}}
</p>
{{#
canmanage
}}
<div
data-region=
"competencyactions"
>
{{#
canmanage
}}
<button
class=
"btn btn-secondary"
data-action=
"add"
>
{{#
pix
}}
t/add
{{/
pix
}}
<span
data-region=
"term"
></span></button>
{{/
canmanage
}}
</div>
{{/
canmanage
}}
</div>
</div>
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment