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/prosilver/template/posting_editor.html | |
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/prosilver/template/posting_editor.html')
-rw-r--r-- | phpBB/styles/prosilver/template/posting_editor.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html index 0cf67c300b..4e988903c0 100644 --- a/phpBB/styles/prosilver/template/posting_editor.html +++ b/phpBB/styles/prosilver/template/posting_editor.html @@ -30,7 +30,7 @@ </dl> <!-- ENDIF --> <dl class="pmlist"> - <dt><textarea id="username_list" name="username_list"></textarea></dt> + <dt><textarea id="username_list" name="username_list" class="inputbox"></textarea></dt> <dd><span><a href="{U_FIND_USERNAME}" onclick="find_username(); return false">{L_FIND_USERNAME}</a></span></dd> <dd><input type="submit" name="add_to" value="{L_ADD}" class="button2" /></dd> <dd><input type="submit" name="add_bcc" value="{L_ADD_BCC}" class="button2" /></dd> |