From 8ee378e06b09c35c58e6f267837a99f59162bb70 Mon Sep 17 00:00:00 2001 From: Rossiani Wijaya Date: Mon, 13 Aug 2012 16:43:31 +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 48c4d58f8cf..49930b11340 100644 --- a/tag/coursetags_edit.php +++ b/tag/coursetags_edit.php @@ -147,6 +147,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'); @@ -159,13 +160,19 @@ echo $OUTPUT->header();
- +
-
+
+
+
+
+ +
+