|
|
|
@ -48,10 +48,10 @@ api_display_tool_title($nameTools); |
|
|
|
|
?> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="sectiontitle"><?php Display::display_icon('tool_delete.gif'); ?> <a href="../course_info/delete_course.php?<?php echo api_get_cidreq();?>"><?php echo get_lang("DelCourse");?></a></div>
|
|
|
|
|
<div class="sectiontitle"><?php Display::display_icon('tool_delete.gif',get_lang("DelCourse")); ?> <a href="../course_info/delete_course.php?<?php echo api_get_cidreq();?>"><?php echo get_lang("DelCourse");?></a></div>
|
|
|
|
|
<div class="sectioncomment"><?php echo get_lang("DescriptionDeleteCourse"); ?></div>
|
|
|
|
|
|
|
|
|
|
<div class="sectiontitle"><?php Display::display_icon('save_import.gif'); ?> <a href="../coursecopy/backup.php?<?php echo api_get_cidreq();?>"><?php echo get_lang("backup");?></a></div>
|
|
|
|
|
<div class="sectiontitle"><?php Display::display_icon('save_import.gif', get_lang("backup")); ?> <a href="../coursecopy/backup.php?<?php echo api_get_cidreq();?>"><?php echo get_lang("backup");?></a></div>
|
|
|
|
|
<div class="sectioncomment"> |
|
|
|
|
<ul> |
|
|
|
|
<li><a href="../coursecopy/create_backup.php?<?php echo api_get_cidreq();?>"><?php echo get_lang('CreateBackup') ?></a><br/>
|
|
|
|
@ -63,10 +63,10 @@ api_display_tool_title($nameTools); |
|
|
|
|
</ul> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div class="sectiontitle"><?php Display::display_icon('empty.gif'); ?> <a href="../coursecopy/recycle_course.php?<?php echo api_get_cidreq();?>"><?php echo get_lang("recycle_course");?></a></div>
|
|
|
|
|
<div class="sectiontitle"><?php Display::display_icon('empty.gif', get_lang("recycle_course")); ?> <a href="../coursecopy/recycle_course.php?<?php echo api_get_cidreq();?>"><?php echo get_lang("recycle_course");?></a></div>
|
|
|
|
|
<div class="sectioncomment"><?php echo get_lang("DescriptionRecycleCourse");?></div>
|
|
|
|
|
|
|
|
|
|
<div class="sectiontitle"><?php Display::display_icon('copy.gif'); ?> <a href="../coursecopy/copy_course.php?<?php echo api_get_cidreq();?>"><?php echo get_lang("CopyCourse");?></a></div>
|
|
|
|
|
<div class="sectiontitle"><?php Display::display_icon('copy.gif', get_lang("CopyCourse")); ?> <a href="../coursecopy/copy_course.php?<?php echo api_get_cidreq();?>"><?php echo get_lang("CopyCourse");?></a></div>
|
|
|
|
|
<div class="sectioncomment"><?php echo get_lang("DescriptionCopyCourse"); ?></div>
|
|
|
|
|
|
|
|
|
|
<?php |
|
|
|
|