From 2bbd2fb1f97d4668e82c26badbe89c3d3fdc8169 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Wed, 15 Aug 2007 17:32:48 +0000 Subject: some bugs fixed git-svn-id: file:///svn/phpbb/trunk@8033 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/styles/prosilver/template/custom_profile_fields.html | 4 ++-- phpBB/styles/prosilver/template/memberlist_view.html | 4 ++-- phpBB/styles/prosilver/template/simple_header.html | 5 +++++ phpBB/styles/prosilver/template/viewforum_body.html | 2 ++ 4 files changed, 11 insertions(+), 4 deletions(-) (limited to 'phpBB/styles/prosilver') diff --git a/phpBB/styles/prosilver/template/custom_profile_fields.html b/phpBB/styles/prosilver/template/custom_profile_fields.html index 81f6daabb4..44c68f532b 100644 --- a/phpBB/styles/prosilver/template/custom_profile_fields.html +++ b/phpBB/styles/prosilver/template/custom_profile_fields.html @@ -14,9 +14,9 @@ - + - checked="checked" /> + checked="checked" /> diff --git a/phpBB/styles/prosilver/template/memberlist_view.html b/phpBB/styles/prosilver/template/memberlist_view.html index fe3d3f33b5..dfcf8a7f38 100644 --- a/phpBB/styles/prosilver/template/memberlist_view.html +++ b/phpBB/styles/prosilver/template/memberlist_view.html @@ -96,8 +96,8 @@

{L_SIGNATURE}

- -
{SIGNATURE}
+ +
{SIGNATURE}
diff --git a/phpBB/styles/prosilver/template/simple_header.html b/phpBB/styles/prosilver/template/simple_header.html index e702dcc48b..65538f5da9 100644 --- a/phpBB/styles/prosilver/template/simple_header.html +++ b/phpBB/styles/prosilver/template/simple_header.html @@ -49,6 +49,11 @@ + + + + + diff --git a/phpBB/styles/prosilver/template/viewforum_body.html b/phpBB/styles/prosilver/template/viewforum_body.html index 83cf2581c1..b581fb8e90 100644 --- a/phpBB/styles/prosilver/template/viewforum_body.html +++ b/phpBB/styles/prosilver/template/viewforum_body.html @@ -157,11 +157,13 @@ +
{L_NO_TOPICS}
+ -- cgit v1.2.1