|
|
|
@ -390,19 +390,19 @@ if(api_is_allowed_to_edit()) |
|
|
|
{ |
|
|
|
{ |
|
|
|
?> |
|
|
|
?> |
|
|
|
<div class="courseadminview"> |
|
|
|
<div class="courseadminview"> |
|
|
|
<span class="viewcaption"><font size="3" style="color:#FF9900;"><?php echo get_lang("Authoring") ?></font></span>
|
|
|
|
<span class="viewcaption"><?php echo get_lang("Authoring") ?></span>
|
|
|
|
<table width="100%"> |
|
|
|
<table width="100%"> |
|
|
|
<?php show_tools_category(TOOL_AUTHORING);?> |
|
|
|
<?php show_tools_category(TOOL_AUTHORING);?> |
|
|
|
</table> |
|
|
|
</table> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="courseadminview"> |
|
|
|
<div class="courseadminview"> |
|
|
|
<span class="viewcaption"><font size="3" style="color:#FF9900;"><?php echo get_lang("Interaction") ?></font></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"><font size="3" style="color:#FF9900;"><?php echo get_lang("Administration") ?></font></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> |
|
|
|
|