forked from leftypol/leftypol
increased subject max length to 100 characters
This commit is contained in:
parent
881ea10162
commit
aa02cffb93
6 changed files with 12 additions and 6 deletions
|
@ -60,7 +60,7 @@
|
|||
Subject
|
||||
</th>
|
||||
<td>
|
||||
<input style="float:left;" type="text" name="subject" size="25" maxlength="40" autocomplete="off" />
|
||||
<input style="float:left;" type="text" name="subject" size="25" maxlength="100" autocomplete="off" />
|
||||
<input accesskey="s" style="margin-left:2px" type="submit" name="post" value="{config[button_newtopic]=New Topic}" />
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue