From 9d8d30e03afd32afe839407f86c206563879a183 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 21 Mar 2006 09:04:22 +0000 Subject: [PATCH] Aha, the link to the new reset feature --- blocks/admin/block_admin.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/blocks/admin/block_admin.php b/blocks/admin/block_admin.php index 822b7ee20a..2112a8e743 100644 --- a/blocks/admin/block_admin.php +++ b/blocks/admin/block_admin.php @@ -155,6 +155,8 @@ class block_admin extends block_list { $this->content->items[]=''.get_string('import').''; $this->content->icons[]=''; + $this->content->items[]=''.get_string('reset').''; + $this->content->icons[]=''; $this->content->items[]=''.get_string('reports').''; $this->content->icons[]=''; -- 2.39.5