From 2ad1abe0eedb9348bcb624eed23aba15c4ca94fe Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sun, 30 Aug 2009 11:56:15 +0000 Subject: Fix Bug #50475 - Only show "Add friend" and "Add foe" links if the specific module is enabled. Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10065 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/styles/prosilver/template/memberlist_view.html | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'phpBB/styles/prosilver') diff --git a/phpBB/styles/prosilver/template/memberlist_view.html b/phpBB/styles/prosilver/template/memberlist_view.html index abeecf8bf9..2458fddfb3 100644 --- a/phpBB/styles/prosilver/template/memberlist_view.html +++ b/phpBB/styles/prosilver/template/memberlist_view.html @@ -34,14 +34,16 @@
{L_USERGROUPS}:
{custom_fields.PROFILE_FIELD_NAME}:
{custom_fields.PROFILE_FIELD_VALUE}
- -
 
{L_ADD_FRIEND}
-
 
{L_ADD_FOE}
+ +
 
{L_REMOVE_FRIEND}
+ +
 
{L_REMOVE_FOE}
- -
 
{L_REMOVE_FRIEND}
- -
 
{L_REMOVE_FOE}
+ +
 
{L_ADD_FRIEND}
+ + +
 
{L_ADD_FOE}
-- cgit v1.2.1