mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 19:54:12 +02:00
Made viewip in modcp.php usefull and introduced an undocumented feature :D
git-svn-id: file:///svn/phpbb/trunk@2239 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<td class="row1">
|
||||
<table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||
<tr>
|
||||
<td> <span class="gen">{IP}</span></td>
|
||||
<td> <span class="gen">{IP} ({POSTINGS})</span></td>
|
||||
<td align="right"><span class="gen">[ <a href="{U_LOOKUP_IP}">{L_LOOKUP_IP}</a>
|
||||
] </span></td>
|
||||
</tr>
|
||||
@@ -31,7 +31,7 @@
|
||||
<td class="{userrow.ROW_CLASS}">
|
||||
<table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||
<tr>
|
||||
<td> <span class="gen"><a href="{userrow.U_PROFILE}">{userrow.USERNAME}</a></span></td>
|
||||
<td> <span class="gen"><a href="{userrow.U_PROFILE}">{userrow.USERNAME}</a> ({userrow.POSTINGS})</span></td>
|
||||
<td align="right"><a href="{userrow.U_SEARCHPOSTS}" title="{userrow.L_SEARCH_POSTS}"><img src="{SEARCH_IMG}" border="0" alt="{L_SEARCH}" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -46,7 +46,7 @@
|
||||
<tr>
|
||||
<td class="{iprow.ROW_CLASS}"><table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||
<tr>
|
||||
<td> <span class="gen">{iprow.IP}</span></td>
|
||||
<td> <span class="gen">{iprow.IP} ({iprow.POSTINGS})</span></td>
|
||||
<td align="right"><span class="gen">[ <a href="{iprow.U_LOOKUP_IP}">{L_LOOKUP_IP}</a>
|
||||
] </span></td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user