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/plugin/buycourses/view/index.tpl

20 lines
620 B

<div class="well sidebar-nav static normal-message">
<h4> {{title}} </h4>
<ul class="nav nav-list">
<li>
<a href="src/list.php"> {{ BuyCourses }} </a>
</li>
{% if isAdmin == 'true' %}
<li>
<a href="src/configuration.php"> {{ ConfigurationOfCoursesAndPrices }} </a>
</li>
<li>
<a href="src/paymentsetup.php"> {{ ConfigurationOfPayments }} </a>
</li>
<li>
<a href="src/pending_orders.php"> {{ OrdersPendingOfPayment }} </a>
</li>
{% endif %}
</ul>
</div>