diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2007-09-20 15:36:00 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-09-20 15:36:00 +0000 |
| commit | 529980ab79094234eda8e6d796a3e0736c1c00cc (patch) | |
| tree | 52b664de6cded259ba6af3201fe6a3de607db371 /phpBB/styles/subsilver2 | |
| parent | 951f793daeb358eace97cdd0b1c321766da55d48 (diff) | |
| download | forums-529980ab79094234eda8e6d796a3e0736c1c00cc.tar forums-529980ab79094234eda8e6d796a3e0736c1c00cc.tar.gz forums-529980ab79094234eda8e6d796a3e0736c1c00cc.tar.bz2 forums-529980ab79094234eda8e6d796a3e0736c1c00cc.tar.xz forums-529980ab79094234eda8e6d796a3e0736c1c00cc.zip | |
language fixes and template adjustements for the whois facility...
git-svn-id: file:///svn/phpbb/trunk@8093 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subsilver2')
| -rw-r--r-- | phpBB/styles/subsilver2/template/viewonline_body.html | 2 | ||||
| -rw-r--r-- | phpBB/styles/subsilver2/template/viewonline_whois.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subsilver2/template/viewonline_body.html b/phpBB/styles/subsilver2/template/viewonline_body.html index ce3b9a77c6..1fcab016b6 100644 --- a/phpBB/styles/subsilver2/template/viewonline_body.html +++ b/phpBB/styles/subsilver2/template/viewonline_body.html @@ -21,7 +21,7 @@ </tr> <!-- BEGIN user_row --> <tr> - <td class="row1"><p class="gen">{user_row.USERNAME_FULL}</p><!-- IF user_row.USER_IP --><p class="gensmall">{L_IP}: <a href="{user_row.U_USER_IP}">{user_row.USER_IP}</a> » <a href="{user_row.U_WHOIS}" onclick="popup('{user_row.U_WHOIS}', 750, 500);return false">{L_WHOIS}</a></p><!-- ENDIF --> + <td class="row1"><p class="gen">{user_row.USERNAME_FULL}</p><!-- IF user_row.USER_IP --><p class="gensmall">{L_IP}: <a href="{user_row.U_USER_IP}">{user_row.USER_IP}</a> » <a href="{user_row.U_WHOIS}" onclick="popup(this.href, 750, 500); return false;">{L_WHOIS}</a></p><!-- ENDIF --> <!-- IF user_row.USER_BROWSER -->{user_row.USER_BROWSER}<!-- ENDIF --></td> <td class="row2" align="center" nowrap="nowrap"><p class="genmed"> {user_row.LASTUPDATE}</p></td> <td class="row1"><p class="genmed"><a href="{user_row.U_FORUM_LOCATION}">{user_row.FORUM_LOCATION}</a></p></td> diff --git a/phpBB/styles/subsilver2/template/viewonline_whois.html b/phpBB/styles/subsilver2/template/viewonline_whois.html index d10fa2ac0f..033d848ac4 100644 --- a/phpBB/styles/subsilver2/template/viewonline_whois.html +++ b/phpBB/styles/subsilver2/template/viewonline_whois.html @@ -5,7 +5,7 @@ <th>{L_WHOIS}</th> </tr> <tr> - <td class="row1"><pre>{WHOIS}</pre></td> + <td class="row1"><pre>{WHOIS}</pre><br /><a class="nav" href="#" onclick="window.close(); return false;">{L_CLOSE_WINDOW}</a></td> </tr> </table> |
