mirror of
https://github.com/moodle/moodle.git
synced 2025-04-24 18:04:43 +02:00
MDL-34573 Tag: update label for suggested tag
This commit is contained in:
parent
0327dda4ac
commit
8ee378e06b
@ -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';
|
||||
|
@ -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();
|
||||
<div class="coursetag_edit_centered">
|
||||
<div class="coursetag_edit_row">
|
||||
<div class="coursetag_edit_left">
|
||||
<label for="coursetag_new_tag">$edittagthisunit</label>
|
||||
<label class="accesshide" for="coursetag_sug_keyword">$suggestedtagthisunit</label>
|
||||
</div>
|
||||
<div class="coursetag_edit_right">
|
||||
<div class="coursetag_form_input1">
|
||||
<label clas="accesshide" for="coursetag_sug_keyword">$edittagthisunit</label>
|
||||
<input type="text" name="coursetag_sug_keyword" id="coursetag_sug_keyword" class="coursetag_form_input1a" disabled="disabled" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="coursetag_edit_row">
|
||||
<div class="coursetag_edit_left">
|
||||
<label for="coursetag_new_tag">$edittagthisunit</label>
|
||||
</div>
|
||||
<div class="coursetag_edit_right">
|
||||
<div class="coursetag_form_input2">
|
||||
<input type="text" name="coursetag_new_tag" id="coursetag_new_tag" class="coursetag_form_input2a"
|
||||
onfocus="ctags_getKeywords()" onkeyup="ctags_getKeywords()" maxlength="50" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user