mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-9742 - changed tabs to spaces in a few places where there are one
or two
This commit is contained in:
parent
3ef1be377b
commit
a044c05ddb
24 changed files with 85 additions and 85 deletions
|
@ -63,7 +63,7 @@
|
|||
if ($inpopup) {
|
||||
print_header($pagetitle, $course->fullname);
|
||||
} else {
|
||||
|
||||
|
||||
$resource_obj->crumbs[] = array('name' => format_string($resource->name), 'link' => '', 'type' => 'activityinstance');
|
||||
$resource_obj->crumbs[] = array('name' => $strdeploy, 'link' => '', 'type' => 'action');
|
||||
$navigation = build_navigation($resource_obj->crumbs);
|
||||
|
|
|
@ -371,7 +371,7 @@ class resource_ims extends resource_base {
|
|||
if ($inpopup) {
|
||||
print_header($pagetitle, $course->fullname.' : '.$resource->name);
|
||||
} else {
|
||||
|
||||
|
||||
$this->crumbs[] = array('name' => format_string($resource->name), 'link' => '', 'type' => 'activityinstance');
|
||||
$this->navigation = build_navigation($this->crumbs);
|
||||
|
||||
|
@ -473,7 +473,7 @@ class resource_ims extends resource_base {
|
|||
//print_header($pagetitle, $course->fullname.' : '.$resource->name);
|
||||
print_header();
|
||||
} else {
|
||||
$this->crumbs[] = array('name' => format_string($resource->name), 'link' => '', 'type' => 'activityinstance');
|
||||
$this->crumbs[] = array('name' => format_string($resource->name), 'link' => '', 'type' => 'activityinstance');
|
||||
$this->navigation = build_navigation($this->crumbs);
|
||||
print_header($pagetitle, $course->fullname, $this->navigation, "", "", true, update_module_button($cm->id, $course->id, $this->strresource), navmenu($course, $cm, "parent"));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue