diff options
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/modcp.php | 3 | ||||
| -rw-r--r-- | phpBB/templates/subSilver/modcp_viewip.tpl | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/phpBB/modcp.php b/phpBB/modcp.php index 00d1500d92..f8890c336c 100644 --- a/phpBB/modcp.php +++ b/phpBB/modcp.php @@ -865,8 +865,8 @@ switch($mode) "L_THIS_POST_IP" => $lang['This_posts_IP'], "L_OTHER_IPS" => $lang['Other_IP_this_user'], "L_OTHER_USERS" => $lang['Users_this_IP'], - "L_SEARCH_POSTS" => $lang['Search_user_posts'], "L_LOOKUP_IP" => $lang['Lookup_IP'], + "L_SEARCH" => $lang['Search'], "SEARCH_IMG" => $images['icon_search'], @@ -931,6 +931,7 @@ switch($mode) "ROW_COLOR" => "#" . $row_color, "ROW_CLASS" => $row_class, "USERNAME" => $username, + "L_SEARCH_POSTS" => sprintf($lang['Search_user_posts'], $username), "U_PROFILE" => append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=$id"), "U_SEARCHPOSTS" => append_sid("search.$phpEx?search_author=" . urlencode($username) . "&showresults=topics")) diff --git a/phpBB/templates/subSilver/modcp_viewip.tpl b/phpBB/templates/subSilver/modcp_viewip.tpl index de645b58a2..5fbead798a 100644 --- a/phpBB/templates/subSilver/modcp_viewip.tpl +++ b/phpBB/templates/subSilver/modcp_viewip.tpl @@ -32,7 +32,7 @@ <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 align="right"><a href="{userrow.U_SEARCHPOSTS}"><img src="{SEARCH_IMG}" border="0" alt="{L_SEARCH_POSTS}" /></a> + <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> </table> |
