Minor - format code

pull/3124/head
Julio 6 years ago
parent 9d4d64a26e
commit 38e46801e5
  1. 4
      public/main/course_info/maintenance.php
  2. 1
      public/main/coursecopy/recycle_course.php

@ -1,8 +1,10 @@
<?php <?php
/* For licensing terms, see /license.txt */ /* For licensing terms, see /license.txt */
/** /**
* @author Created on 18 October 2006 by Elixir Interactive http://www.elixir-interactive.com * @author Created on 18 October 2006 by Elixir Interactive http://www.elixir-interactive.com
*/ */
require_once __DIR__.'/../inc/global.inc.php'; require_once __DIR__.'/../inc/global.inc.php';
$current_course_tool = TOOL_COURSE_MAINTENANCE; $current_course_tool = TOOL_COURSE_MAINTENANCE;
$this_section = SECTION_COURSES; $this_section = SECTION_COURSES;
@ -58,7 +60,7 @@ echo Display::page_header($nameTools);
<div class="sectiontitle"> <div class="sectiontitle">
<?php Display::display_icon('tool_delete.gif', get_lang('Empty this course')); ?>&nbsp;&nbsp; <?php Display::display_icon('tool_delete.gif', get_lang('Empty this course')); ?>&nbsp;&nbsp;
<a href="../coursecopy/Empty this course.php?<?php echo api_get_cidreq(); ?>"> <a href="../coursecopy/recycle_course.php?<?php echo api_get_cidreq(); ?>">
<?php echo get_lang('Empty this course'); ?> <?php echo get_lang('Empty this course'); ?>
</a> </a>
</div> </div>

@ -1,4 +1,5 @@
<?php <?php
/* For licensing terms, see /license.txt */ /* For licensing terms, see /license.txt */
use Chamilo\CourseBundle\Component\CourseCopy\CourseBuilder; use Chamilo\CourseBundle\Component\CourseCopy\CourseBuilder;

Loading…
Cancel
Save