From b9b2d119602c9917980bb230cd68eb35deb61637 Mon Sep 17 00:00:00 2001 From: Rossiani Wijaya Date: Mon, 13 Aug 2012 17:19:06 +0800 Subject: [PATCH] MDL-34573 Tag: update label for suggested tag --- blocks/tags/lang/en/block_tags.php | 1 + tag/coursetags_edit.php | 11 +++++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/blocks/tags/lang/en/block_tags.php b/blocks/tags/lang/en/block_tags.php index 0643b911d66..265cd5aeec0 100644 --- a/blocks/tags/lang/en/block_tags.php +++ b/blocks/tags/lang/en/block_tags.php @@ -82,6 +82,7 @@ $string['pluginname'] = 'Tags'; $string['select'] = 'Select...'; $string['showcoursetags'] = 'Show course tags'; $string['showcoursetagsdef'] = 'Display the course tagging features in the tags block, allowing students to tag courses.'; +$string['suggestedtagthisunit'] = 'Suggested tag to this course:'; $string['tags'] = 'tags'; $string['tagthisunit'] = 'Tag this course:'; $string['tagunits'] = 'to tag your favourite courses'; diff --git a/tag/coursetags_edit.php b/tag/coursetags_edit.php index f60d2d12b53..c32f0517ba6 100644 --- a/tag/coursetags_edit.php +++ b/tag/coursetags_edit.php @@ -129,6 +129,7 @@ echo $OUTPUT->header(); // Print the add and delete form coursetag_get_jscript(); $edittagthisunit = get_string('edittagthisunit', $tagslang); + $suggestedtagthisunit = get_string('suggestedtagthisunit', $tagslang); $arrowtitle = get_string('arrowtitle', $tagslang); $sesskey = sesskey(); $leftarrow = $OUTPUT->pix_url('t/arrow_left'); @@ -141,13 +142,19 @@ echo $OUTPUT->header();
- +
-
+
+
+
+
+ +
+