diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2005-04-30 14:36:33 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2005-04-30 14:36:33 +0000 |
commit | be3bdf61d778928916942c07c6d60968fddf9d18 (patch) | |
tree | f1b2941da4725d9de0c54c5cacdd2343abcf5b85 /phpBB/styles/subSilver/template/posting_attach_body.html | |
parent | 75012dec17b0cf47023f4b81cfba2034ecd47419 (diff) | |
download | forums-be3bdf61d778928916942c07c6d60968fddf9d18.tar forums-be3bdf61d778928916942c07c6d60968fddf9d18.tar.gz forums-be3bdf61d778928916942c07c6d60968fddf9d18.tar.bz2 forums-be3bdf61d778928916942c07c6d60968fddf9d18.tar.xz forums-be3bdf61d778928916942c07c6d60968fddf9d18.zip |
- some fixes here and there
git-svn-id: file:///svn/phpbb/trunk@5138 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template/posting_attach_body.html')
-rw-r--r-- | phpBB/styles/subSilver/template/posting_attach_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/template/posting_attach_body.html b/phpBB/styles/subSilver/template/posting_attach_body.html index 8d2e80d60d..caadd34f07 100644 --- a/phpBB/styles/subSilver/template/posting_attach_body.html +++ b/phpBB/styles/subSilver/template/posting_attach_body.html @@ -33,7 +33,7 @@ <td class="row1"><b class="genmed">{L_FILE_COMMENT}</b></td> <td class="row2"><table border="0" cellspacing="0" cellpadding="2"> <tr> - <td><textarea class="post" name="filecomment" rows="3" cols="35" wrap="virtual" size=40>{FILE_COMMENT}</textarea> </td> + <td><textarea class="post" name="filecomment" rows="3" cols="35" size="40">{FILE_COMMENT}</textarea> </td> <td valign="top"><table border="0" cellspacing="4" cellpadding="0"> <tr> <td><input class="btnlite" type="submit" style="width:150px" name="add_file" value="{L_ADD_FILE}" onclick="javascript:popup_progress_bar();" /></td> |