From cc57a111fc29cfbc17ef34792734c5c0b45d0d38 Mon Sep 17 00:00:00 2001
From: moodler
Date: Thu, 23 Sep 2004 12:25:49 +0000
Subject: [PATCH] Changes for XHTML and accessibility compliance
---
course/index.php | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
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);
--
2.39.5