Added link to see all related blogs (on tags page)
This commit is contained in:
@@ -24,6 +24,7 @@ $string['responsiblewillbenotified'] = 'The person responsible will be notified'
|
||||
$string['resetflag'] = 'Reset flag';
|
||||
$string['reset'] = 'Reset';
|
||||
$string['search'] = 'Search';
|
||||
$string['seeallblogs'] = 'See all blogs with this tag';
|
||||
$string['searchresultsfor'] = 'Search results for \"$a\"';
|
||||
$string['searchtags'] = 'Search tags';
|
||||
$string['select'] = 'Select';
|
||||
|
||||
@@ -118,6 +118,8 @@ if ($blogs = fetch_entries('', 10, 0, 'site', '', $tag->id)) {
|
||||
}
|
||||
echo '</ul>';
|
||||
|
||||
echo '<p class="moreblogs"><a href="'.$CFG->wwwroot.'/blog/index.php?filtertype=site&filterselect=0&tagid='.$tag->id.'">'.get_string('seeallblogs', 'tag').'</a>...</p>';
|
||||
|
||||
print_box_end();
|
||||
}
|
||||
|
||||
|
||||
@@ -2809,6 +2809,10 @@ div#tag-blogs {
|
||||
display:block;
|
||||
}
|
||||
|
||||
body#tag-index .moreblogs {
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
div#tag-management-box {
|
||||
margin-bottom:10px;
|
||||
text-align:center;
|
||||
|
||||
Reference in New Issue
Block a user