|
@@ -398,13 +398,13 @@ if(api_is_allowed_to_edit())
|
|
<div class="courseadminview">
|
|
<div class="courseadminview">
|
|
<span class="viewcaption"><?php echo get_lang("Interaction") ?></span>
|
|
<span class="viewcaption"><?php echo get_lang("Interaction") ?></span>
|
|
<table width="100%">
|
|
<table width="100%">
|
|
- <?php show_tools_category(TOOL_INTERACTION) ?>
|
|
|
|
|
|
+ <?php show_tools_category(TOOL_INTERACTION); ?>
|
|
</table>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="courseadminview">
|
|
<div class="courseadminview">
|
|
<span class="viewcaption"><?php echo get_lang("Administration") ?></span>
|
|
<span class="viewcaption"><?php echo get_lang("Administration") ?></span>
|
|
<table width="100%">
|
|
<table width="100%">
|
|
- <?php show_tools_category(TOOL_ADMIN_PLATEFORM) ?>
|
|
|
|
|
|
+ <?php show_tools_category(TOOL_ADMIN_PLATEFORM); ?>
|
|
</table>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<?php
|
|
<?php
|
|
@@ -420,7 +420,7 @@ else{
|
|
<div class="Authoringview">
|
|
<div class="Authoringview">
|
|
|
|
|
|
<table width="100%">
|
|
<table width="100%">
|
|
- <?php show_tools_category(TOOL_STUDENT_VIEW) ?>
|
|
|
|
|
|
+ <?php show_tools_category(TOOL_STUDENT_VIEW); ?>
|
|
</table>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<?php
|
|
<?php
|