Added link to see all related blogs (on tags page)

This commit is contained in:
moodler
2007-08-31 02:29:10 +00:00
parent 1f813a5db4
commit 44842cc6e2
3 changed files with 7 additions and 0 deletions
+1
View File
@@ -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';
+2
View File
@@ -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();
}
+4
View File
@@ -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;