From 94bccb16400981626dda6cfb506fd3e56cae380a Mon Sep 17 00:00:00 2001 From: poltawski Date: Sun, 16 Dec 2007 18:17:55 +0000 Subject: [PATCH] MDL-12385 - glossary category edit page doesn't respect $CFG->pixpath merged from MOODLE_19_STABLE --- mod/glossary/editcategories.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/glossary/editcategories.php b/mod/glossary/editcategories.php index fad954c5ff..ca1b584b9f 100644 --- a/mod/glossary/editcategories.php +++ b/mod/glossary/editcategories.php @@ -208,8 +208,8 @@ id&action=delete&mode=cat&hook=$category->id\">\"" "; - echo "id&action=edit&mode=cat&hook=$category->id\">\"""; + echo "id&action=delete&mode=cat&hook=$category->id\">\""pixpath}/t/delete.gif\" class=\"iconsmall\" /> "; + echo "id&action=edit&mode=cat&hook=$category->id\">\""pixpath}/t/edit.gif\" class=\"iconsmall\" />"; ?> -- 2.39.5