aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-02-26 17:17:31 +0100
committerJoas Schilling <nickvergessen@gmx.de>2013-02-26 17:17:31 +0100
commitba97303a60342bdb54979223cc6d18e815a70d90 (patch)
tree737b37e44992f9652335c6d4936e100b309c1d58 /phpBB/adm
parent1261583afab236d6986827695dd6f80770fb1eb4 (diff)
downloadforums-ba97303a60342bdb54979223cc6d18e815a70d90.tar
forums-ba97303a60342bdb54979223cc6d18e815a70d90.tar.gz
forums-ba97303a60342bdb54979223cc6d18e815a70d90.tar.bz2
forums-ba97303a60342bdb54979223cc6d18e815a70d90.tar.xz
forums-ba97303a60342bdb54979223cc6d18e815a70d90.zip
[ticket/10411] Add maxlength to category name input field
PHPBB3-10411
Diffstat (limited to 'phpBB/adm')
-rw-r--r--phpBB/adm/style/acp_groups_position.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_groups_position.html b/phpBB/adm/style/acp_groups_position.html
index 55bc1b2323..47ff792b54 100644
--- a/phpBB/adm/style/acp_groups_position.html
+++ b/phpBB/adm/style/acp_groups_position.html
@@ -164,7 +164,7 @@
<!-- IF not S_TEAMPAGE_CATEGORY -->
<form id="teampage_add_category" method="post" action="{U_ACTION_TEAMPAGE}">
<fieldset class="quick">
- <input class="inputbox autowidth" type="text" name="category_name" placeholder="{L_GROUP_CATEGORY_NAME}" />
+ <input class="inputbox autowidth" type="text" maxlength="255" name="category_name" placeholder="{L_GROUP_CATEGORY_NAME}" />
<input class="button2" type="submit" name="submit" value="{L_ADD_GROUP_CATEGORY}" />
<input type="hidden" name="action" value="add_category" />
{S_FORM_TOKEN}