mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
Cleaning up xhtml markup. Code now validates for xhtml 1.0 transitional.
This commit is contained in:
parent
7541b03f28
commit
af25f45e1a
21 changed files with 224 additions and 135 deletions
|
@ -37,7 +37,7 @@
|
|||
$row[] = new tabobject('add', $CFG->wwwroot.'/mod/data/add.php?d='.$data->id, get_string('add','data'));
|
||||
}
|
||||
if (isteacher($course->id)) {
|
||||
$row[] = new tabobject('templates', $CFG->wwwroot.'/mod/data/templates.php?d='.$data->id.'&mode=singletemplate', get_string('templates','data'));
|
||||
$row[] = new tabobject('templates', $CFG->wwwroot.'/mod/data/templates.php?d='.$data->id.'&mode=singletemplate', get_string('templates','data'));
|
||||
$row[] = new tabobject('fields', $CFG->wwwroot.'/mod/data/fields.php?d='.$data->id, get_string('fields','data'));
|
||||
}
|
||||
|
||||
|
@ -82,5 +82,5 @@
|
|||
/// Print out the tabs and continue!
|
||||
|
||||
print_tabs($tabs, $currenttab, $inactive);
|
||||
|
||||
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue