mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/10640] Change subject length in MCP
PHPBB3-10640
This commit is contained in:
@@ -67,7 +67,7 @@ onload_functions.push('subPanels()');
|
||||
|
||||
<dl>
|
||||
<dt><label for="subject">{L_SPLIT_SUBJECT}:</label></dt>
|
||||
<dd><input type="text" name="subject" id="subject" size="45" maxlength="64" tabindex="2" value="{SPLIT_SUBJECT}" title="{L_SPLIT_SUBJECT}" class="inputbox" /></dd>
|
||||
<dd><input type="text" name="subject" id="subject" size="45" maxlength="124" tabindex="2" value="{SPLIT_SUBJECT}" title="{L_SPLIT_SUBJECT}" class="inputbox" /></dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt><label>{L_SPLIT_FORUM}:</label></dt>
|
||||
|
Reference in New Issue
Block a user