From 65d5517a28f0dd6836a9bdb5cceeff643a7d6fcf Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 7 Aug 2003 16:49:41 +0000 Subject: [PATCH] Tweaks --- course/index.php | 2 +- course/lib.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/course/index.php b/course/index.php index 5cb57118bd..17fe8e45ca 100644 --- a/course/index.php +++ b/course/index.php @@ -224,7 +224,7 @@ print_simple_box_start("center"); echo "
"; echo "
"; - echo ""; + echo ""; echo ""; echo "
"; echo "
"; diff --git a/course/lib.php b/course/lib.php index 6439c5548c..c615187d4b 100644 --- a/course/lib.php +++ b/course/lib.php @@ -713,7 +713,7 @@ function print_admin_links ($siteid, $width=180) { $modicon[]=""; } if (iscreator()) { - $moddata[]="wwwroot/course/index.php\">".get_string("coursemanagement").""; + $moddata[]="wwwroot/course/index.php?edit=on\">".get_string("coursemanagement").""; $modicon[]=$icon; $moddata[]="wwwroot/course/edit.php\">".get_string("addnewcourse").""; $modicon[]=$icon; -- 2.39.5