aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template/mcp_ban.html
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2007-07-03 05:12:59 +0000
committerDavid M <davidmj@users.sourceforge.net>2007-07-03 05:12:59 +0000
commitd2451b90653a0265092af984e01138db08ada071 (patch)
treeedafe7776d9edf9cfadb557d7697af3f3e8baefb /phpBB/styles/subsilver2/template/mcp_ban.html
parentc0f52d91efc8b903a5f723824b65b124b811e1ed (diff)
downloadforums-d2451b90653a0265092af984e01138db08ada071.tar
forums-d2451b90653a0265092af984e01138db08ada071.tar.gz
forums-d2451b90653a0265092af984e01138db08ada071.tar.bz2
forums-d2451b90653a0265092af984e01138db08ada071.tar.xz
forums-d2451b90653a0265092af984e01138db08ada071.zip
#12947
git-svn-id: file:///svn/phpbb/trunk@7826 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subsilver2/template/mcp_ban.html')
-rw-r--r--phpBB/styles/subsilver2/template/mcp_ban.html4
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 7441e4e71c..389f71c6fc 100644
--- a/phpBB/styles/subsilver2/template/mcp_ban.html
+++ b/phpBB/styles/subsilver2/template/mcp_ban.html
@@ -57,11 +57,11 @@
</tr>
<tr>
<td class="row1" valign="top"><b>{L_BAN_REASON}:</b></td>
- <td class="row2"><input name="banreason" type="text" class="post" /></td>
+ <td class="row2"><input name="banreason" type="text" class="post" maxlength="255" /></td>
</tr>
<tr>
<td class="row1" valign="top"><b>{L_BAN_GIVE_REASON}:</b></td>
- <td class="row2"><input name="bangivereason" type="text" class="post" /></td>
+ <td class="row2"><input name="bangivereason" type="text" class="post" maxlength="255" /></td>
</tr>
<tr>
<td class="cat" colspan="2" align="center"><input type="submit" name="bansubmit" value="{L_SUBMIT}" class="btnmain" />&nbsp; <input type="reset" value="{L_RESET}" class="btnlite" />&nbsp;</td>