aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/posting_editor.html
diff options
context:
space:
mode:
authorMichael Cullum <unknownbliss@phpbbdevelopers.net>2012-02-11 21:12:36 +0000
committerMichael Cullum <unknownbliss@phpbbdevelopers.net>2012-06-17 19:07:09 +0100
commit53d846477665ea6b8a3463318f03050282aec89a (patch)
treef47a67a4695b1b4b1712776119d90bf33175a1e6 /phpBB/styles/prosilver/template/posting_editor.html
parent3b6ca178aa622fb1cc64c977fdc9eb47e3843cc7 (diff)
downloadforums-53d846477665ea6b8a3463318f03050282aec89a.tar
forums-53d846477665ea6b8a3463318f03050282aec89a.tar.gz
forums-53d846477665ea6b8a3463318f03050282aec89a.tar.bz2
forums-53d846477665ea6b8a3463318f03050282aec89a.tar.xz
forums-53d846477665ea6b8a3463318f03050282aec89a.zip
[ticket/10640] Change maximum subject length
PHPBB3-10640
Diffstat (limited to 'phpBB/styles/prosilver/template/posting_editor.html')
-rw-r--r--phpBB/styles/prosilver/template/posting_editor.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html
index 60766495c6..d1c86e7e13 100644
--- a/phpBB/styles/prosilver/template/posting_editor.html
+++ b/phpBB/styles/prosilver/template/posting_editor.html
@@ -103,7 +103,7 @@
<!-- IF S_POST_ACTION or S_PRIVMSGS or S_EDIT_DRAFT -->
<dl style="clear: left;">
<dt><label for="subject">{L_SUBJECT}:</label></dt>
- <dd><input type="text" name="subject" id="subject" size="45" maxlength="<!-- IF S_NEW_MESSAGE -->60<!-- ELSE -->64<!-- ENDIF -->" tabindex="2" value="{SUBJECT}{DRAFT_SUBJECT}" class="inputbox autowidth" /></dd>
+ <dd><input type="text" name="subject" id="subject" size="45" maxlength="<!-- IF S_NEW_MESSAGE -->120<!-- ELSE -->124<!-- ENDIF -->" tabindex="2" value="{SUBJECT}{DRAFT_SUBJECT}" class="inputbox autowidth" /></dd>
</dl>
<!-- IF CAPTCHA_TEMPLATE and S_CONFIRM_CODE -->
<!-- DEFINE $CAPTCHA_TAB_INDEX = 3 -->