diff --git a/tag/coursetags_edit.php b/tag/coursetags_edit.php index 53e6be65186..48c4d58f8cf 100644 --- a/tag/coursetags_edit.php +++ b/tag/coursetags_edit.php @@ -159,11 +159,12 @@ echo $OUTPUT->header();
- $edittagthisunit +
- + +
- $editdeletemytag +
- $selectoptions
diff --git a/tag/manage.php b/tag/manage.php index 2a886d3c7aa..f7cb3223324 100644 --- a/tag/manage.php +++ b/tag/manage.php @@ -260,8 +260,10 @@ if ($tagrecords = $DB->get_records_sql($query, $params, $table->get_page_start() $flag = $tag->flag; $timemodified = format_time(time() - $tag->timemodified); $checkbox = ''; - $text = ''; - $tagtype = html_writer::select($existing_tagtypes, 'tagtypes['.$tag->id.']', $tag->tagtype, false); + $text = html_writer::label(get_string('newname', 'tag'), 'newname_' . $tag->id, false, array('class' => 'accesshide')); + $text .= ''; + $tagtype = html_writer::label(get_string('tagtype', 'tag'), 'menutagtypes'. $tag->id, false, array('class' => 'accesshide')); + $tagtype .= html_writer::select($existing_tagtypes, 'tagtypes['.$tag->id.']', $tag->tagtype, false, array('id' => 'menutagtypes'. $tag->id)); //if the tag if flagged, highlight it if ($tag->flag > 0) { @@ -283,6 +285,7 @@ if ($tagrecords = $DB->get_records_sql($query, $params, $table->get_page_start() echo ' '; echo ' '; echo '

'; + echo html_writer::label(get_string('withselectedtags', 'tag'), 'menuformaction', false, array('class' => 'accesshide')); echo '