diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2008-09-17 14:50:48 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-09-17 14:50:48 +0000 |
commit | 235f55297495c05ae9642dece363a9862f37d0e6 (patch) | |
tree | 2e94f5383572def86ce896d6f7748dc4992d6108 /phpBB/styles/subsilver2/template/mcp_ban.html | |
parent | 1651c5df57efc8ba0656fab556da85ddf8b88bfe (diff) | |
download | forums-235f55297495c05ae9642dece363a9862f37d0e6.tar forums-235f55297495c05ae9642dece363a9862f37d0e6.tar.gz forums-235f55297495c05ae9642dece363a9862f37d0e6.tar.bz2 forums-235f55297495c05ae9642dece363a9862f37d0e6.tar.xz forums-235f55297495c05ae9642dece363a9862f37d0e6.zip |
Expand shown ban reason in unban screen to fully show long entries. (Bug #16234)
git-svn-id: file:///svn/phpbb/trunk@8863 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subsilver2/template/mcp_ban.html')
-rw-r--r-- | phpBB/styles/subsilver2/template/mcp_ban.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subsilver2/template/mcp_ban.html b/phpBB/styles/subsilver2/template/mcp_ban.html index ccac5d66e1..474ea3ac1d 100644 --- a/phpBB/styles/subsilver2/template/mcp_ban.html +++ b/phpBB/styles/subsilver2/template/mcp_ban.html @@ -88,11 +88,11 @@ </tr> <tr> <td class="row1" valign="top"><b>{L_BAN_REASON}:</b></td> - <td class="row2"><input style="border: 0; width: 100%" type="text" name="unbanreason" disabled="disabled" /></td> + <td class="row2"><textarea style="border: 0; width: 100%" name="unbanreason" disabled="disabled" rows="5" cols="80"> </textarea></td> </tr> <tr> <td class="row1" valign="top"><b>{L_BAN_GIVE_REASON}:</b></td> - <td class="row2"><input style="border: 0; width: 100%" type="text" name="unbangivereason" disabled="disabled" /></td> + <td class="row2"><textarea style="border: 0; width: 100%" name="unbangivereason" disabled="disabled" rows="5" cols="80"> </textarea></td> </tr> <tr> <td class="cat" colspan="2" align="center"><input type="submit" name="unbansubmit" value="{L_SUBMIT}" class="btnmain" /> <input type="reset" value="{L_RESET}" class="btnlite" /> </td> |