diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-24 16:18:04 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-24 16:18:04 +0000 |
commit | 60000cec97aa54169c215df7683e76157b3bbcf7 (patch) | |
tree | fa7017f1219b5758414b2ecf24d69a2987d49eaa /phpBB/styles/subsilver2 | |
parent | 49d351be1d3ac82b352767e966400fc23a5cfb4b (diff) | |
download | forums-60000cec97aa54169c215df7683e76157b3bbcf7.tar forums-60000cec97aa54169c215df7683e76157b3bbcf7.tar.gz forums-60000cec97aa54169c215df7683e76157b3bbcf7.tar.bz2 forums-60000cec97aa54169c215df7683e76157b3bbcf7.tar.xz forums-60000cec97aa54169c215df7683e76157b3bbcf7.zip |
Some fixes...
@translators: please note the split of SEND_EMAIL ;)
git-svn-id: file:///svn/phpbb/trunk@7672 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subsilver2')
-rw-r--r-- | phpBB/styles/subsilver2/template/index_body.html | 2 | ||||
-rw-r--r-- | phpBB/styles/subsilver2/template/memberlist_email.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subsilver2/template/index_body.html b/phpBB/styles/subsilver2/template/index_body.html index 894549fe08..1a78fff7c7 100644 --- a/phpBB/styles/subsilver2/template/index_body.html +++ b/phpBB/styles/subsilver2/template/index_body.html @@ -10,7 +10,7 @@ <!-- INCLUDE forumlist_body.html --> -<span class="gensmall"><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a> | <a href="{U_TEAM}">{L_THE_TEAM}</a></span><br /> +<span class="gensmall"><!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a><!-- ENDIF --> | <a href="{U_TEAM}">{L_THE_TEAM}</a></span><br /> <br clear="all" /> diff --git a/phpBB/styles/subsilver2/template/memberlist_email.html b/phpBB/styles/subsilver2/template/memberlist_email.html index ebea654f58..92df7910a5 100644 --- a/phpBB/styles/subsilver2/template/memberlist_email.html +++ b/phpBB/styles/subsilver2/template/memberlist_email.html @@ -33,7 +33,7 @@ function checkForm(formObj) <table class="tablebg" width="100%" cellspacing="1"> <tr> - <th colspan="2">{L_SEND_EMAIL}</th> + <th colspan="2">{L_SEND_EMAIL_USER} {USERNAME}</th> </tr> <!-- IF ERROR_MESSAGE --> <tr> |