From fc0551248ec21478d62f50e3eadffb2ed6e2cb52 Mon Sep 17 00:00:00 2001 From: defacer Date: Tue, 1 Feb 2005 08:35:06 +0000 Subject: [PATCH] Polishing that Add/Edit Blocks button --- lang/en/moodle.php | 1 + mod/quiz/view.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 59985c49ce..5325d72572 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -122,6 +122,7 @@ $string['blockconfigbad'] = 'This block has not been implemented correctly and t $string['blockdeleteconfirm'] = 'You are about to completely delete the block \'$a\'. This will completely delete everything in the database associated with this block. Are you SURE you want to continue?'; $string['blockdeletefiles'] = 'All data associated with the block \'$a->block\' has been deleted from the database. To complete the deletion (and prevent the block re-installing itself), you should now delete this directory from your server: $a->directory'; $string['blocks'] = 'Blocks'; +$string['blocksaddedit'] = 'Add/Edit Blocks'; $string['blocksetup'] = 'Setting up block tables'; $string['blocksuccess'] = '$a tables have been set up correctly'; $string['bycourseorder'] = 'By course order'; diff --git a/mod/quiz/view.php b/mod/quiz/view.php index 3d9034e4ce..18305726ed 100644 --- a/mod/quiz/view.php +++ b/mod/quiz/view.php @@ -84,7 +84,7 @@ '
'. ''. ''. - '
'; + ''; } else { $buttons = ''; } -- 2.39.5