Chamilo is a learning management system focused on ease of use and accessibility
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.
 
 
 
 
 
 
chamilo-lms/main/template/default/admin/skill.tpl

30 lines
605 B

<h3>{{ 'Skills' | get_lang }}</h3>
<ul>
<li>
<a href="{{ _p.web_main }}{{ 'admin/skill_profile.php' }}">
{{ 'AddProfile' | get_lang }}
</a>
</li>
<li>
<a href="{{ _p.web_main }}{{ 'admin/skill_level.php' }}">
{{ 'AddLevel' | get_lang }}
</a>
</li>
</ul>
{{ form }}
{% for item in list %}
<h4>{{ item.name }} ({{ item.shortCode }})
<a href="{{ _p.web_main }}admin/skill.php?action=edit&id={{ item.id }}">
<img src="{{ 'edit.png'|icon(22) }}">
</a>
</h4>
{{ item.profile }}
{% endfor %}