diff --git a/lang/en_utf8/tag.php b/lang/en_utf8/tag.php index 64561e5ac00..1149578086d 100644 --- a/lang/en_utf8/tag.php +++ b/lang/en_utf8/tag.php @@ -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'; diff --git a/tag/index.php b/tag/index.php index 2565d553d1b..a600d219e69 100644 --- a/tag/index.php +++ b/tag/index.php @@ -118,6 +118,8 @@ if ($blogs = fetch_entries('', 10, 0, 'site', '', $tag->id)) { } echo ''; + echo '
'; + print_box_end(); } diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 0ecdb92b8b1..e5dd66da576 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -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;