|
From: Paul S. O. <ps...@us...> - 2001-10-15 19:13:42
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv24583/templates/subSilver
Modified Files:
modcp_viewip.tpl
Log Message:
Fixed bug #471317
Index: modcp_viewip.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/modcp_viewip.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** modcp_viewip.tpl 2001/10/01 23:22:18 1.2
--- modcp_viewip.tpl 2001/10/15 19:13:39 1.3
***************
*** 32,36 ****
<tr>
<td> <span class="gen"><a href="{userrow.U_PROFILE}">{userrow.USERNAME}</a></span></td>
! <td align="right"><a href="%7Buserrow.U_SEARCHPOSTS%7D"><img src="{SEARCH_IMG}" border="0" alt="{L_SEARCH_POSTS}" /></a>
</td>
</tr>
--- 32,36 ----
<tr>
<td> <span class="gen"><a href="{userrow.U_PROFILE}">{userrow.USERNAME}</a></span></td>
! <td align="right"><a href="userrow.U_SEARCHPOSTS"><img src="{SEARCH_IMG}" border="0" alt="{L_SEARCH_POSTS}" /></a>
</td>
</tr>
|