mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/10640] Change subject length in MCP
PHPBB3-10640
This commit is contained in:
parent
a259db7105
commit
7a6a5738db
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ onload_functions.push('subPanels()');
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
<dt><label for="subject">{L_SPLIT_SUBJECT}:</label></dt>
|
<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>
|
||||||
<dl>
|
<dl>
|
||||||
<dt><label>{L_SPLIT_FORUM}:</label></dt>
|
<dt><label>{L_SPLIT_FORUM}:</label></dt>
|
||||||
|
|
Loading…
Add table
Reference in a new issue