aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-06-28 14:55:48 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-06-28 14:55:48 +0000
commitf9ea21a0836301bc21b8f1288695767cd15543ab (patch)
tree2f1c05ec6ab9300be2904e76479d0858ea8f48b8 /phpBB/styles/subsilver2/template
parentd57a16ad6964cc76843b7571f29c999ab6d8577a (diff)
downloadforums-f9ea21a0836301bc21b8f1288695767cd15543ab.tar
forums-f9ea21a0836301bc21b8f1288695767cd15543ab.tar.gz
forums-f9ea21a0836301bc21b8f1288695767cd15543ab.tar.bz2
forums-f9ea21a0836301bc21b8f1288695767cd15543ab.tar.xz
forums-f9ea21a0836301bc21b8f1288695767cd15543ab.zip
fixing some bugs
git-svn-id: file:///svn/phpbb/trunk@7805 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subsilver2/template')
-rw-r--r--phpBB/styles/subsilver2/template/memberlist_search.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/template/memberlist_search.html b/phpBB/styles/subsilver2/template/memberlist_search.html
index 253fff9ecf..4d943e348d 100644
--- a/phpBB/styles/subsilver2/template/memberlist_search.html
+++ b/phpBB/styles/subsilver2/template/memberlist_search.html
@@ -96,8 +96,12 @@
<td class="row2"><input class="post" type="text" name="yahoo" value="{YAHOO}" /></td>
</tr>
<tr>
+<!-- IF S_VIEWONLINE -->
<td class="row1"><b class="genmed">{L_LAST_ACTIVE}:</b></td>
<td class="row2"><select name="active_select">{S_ACTIVE_TIME_OPTIONS}</select> <input class="post" type="text" name="active" value="{ACTIVE}" /></td>
+<!-- ELSE -->
+ <td colspan="2" class="row1">&nbsp;</td>
+<!-- ENDIF -->
<td class="row1"><b class="genmed">{L_MSNM}:</b></td>
<td class="row2"><input class="post" type="text" name="msn" value="{MSNM}" /></td>
</tr>