From: moodler
Date: Thu, 23 Sep 2004 12:25:49 +0000 (+0000)
Subject: Changes for XHTML and accessibility compliance
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=cc57a111fc29cfbc17ef34792734c5c0b45d0d38;p=moodle.git
Changes for XHTML and accessibility compliance
---
diff --git a/course/index.php b/course/index.php
index 3d7b315bd7..e1e9815d58 100644
--- a/course/index.php
+++ b/course/index.php
@@ -48,9 +48,9 @@
}
if (iscreator()) { // Print link to create a new course
- echo "";
+ echo "
";
print_single_button("edit.php", NULL, get_string("addnewcourse"), "get");
- echo "
";
+ echo "";
}
print_footer();
@@ -251,7 +251,7 @@
echo "";
echo "";
echo "";
@@ -277,6 +277,7 @@
echo "$strcourses | ";
echo "$stredit | ";
echo "$strmovecategoryto | ";
+ echo "";
print_category_edit(NULL, $displaylist, $parentlist);