diff options
author | Michael Cullum <unknownbliss@phpbbdevelopers.net> | 2012-06-17 19:22:50 +0100 |
---|---|---|
committer | Michael Cullum <unknownbliss@phpbbdevelopers.net> | 2012-06-17 19:22:50 +0100 |
commit | a41f86f2f724c31b2bb6e55d278b65e2660697c1 (patch) | |
tree | 9e13a04ebeff330ee8e135f5b8bd4307eb21f9cf /phpBB | |
parent | 7a6a5738db3c43b385a15a84c6956c2b295cc709 (diff) | |
download | forums-a41f86f2f724c31b2bb6e55d278b65e2660697c1.tar forums-a41f86f2f724c31b2bb6e55d278b65e2660697c1.tar.gz forums-a41f86f2f724c31b2bb6e55d278b65e2660697c1.tar.bz2 forums-a41f86f2f724c31b2bb6e55d278b65e2660697c1.tar.xz forums-a41f86f2f724c31b2bb6e55d278b65e2660697c1.zip |
[ticket/10640] Change subject length in mcp in subsilver
PHPBB3-10640
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/styles/subsilver2/template/mcp_topic.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/mcp_topic.html b/phpBB/styles/subsilver2/template/mcp_topic.html index 8ff648da39..6bbf13e12c 100644 --- a/phpBB/styles/subsilver2/template/mcp_topic.html +++ b/phpBB/styles/subsilver2/template/mcp_topic.html @@ -12,7 +12,7 @@ </tr> <tr> <td class="row1" nowrap="nowrap"><span class="gen">{L_SPLIT_SUBJECT}</span></td> - <td class="row2" colspan="2"><input class="post" style="width: 350px" type="text" size="35" maxlength="64" name="subject" value="{SPLIT_SUBJECT}" /></td> + <td class="row2" colspan="2"><input class="post" style="width: 350px" type="text" size="35" maxlength="124" name="subject" value="{SPLIT_SUBJECT}" /></td> </tr> <tr> <td class="row1" nowrap="nowrap"><span class="gen">{L_SPLIT_FORUM}</span></td> |