mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
adding the tab-row in edit_item.php
This commit is contained in:
parent
64da83c6cc
commit
d0390cf8e2
1 changed files with 3 additions and 0 deletions
|
@ -120,6 +120,9 @@
|
|||
print_header_simple(format_string($feedback->name), "",
|
||||
$navigation, "", "", true, $buttontext, navmenu($course, $cm));
|
||||
|
||||
/// print the tabs
|
||||
include('tabs.php');
|
||||
|
||||
/// Print the main part of the page
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue