forked from leftypol/leftypol
Increased field limits
This commit is contained in:
parent
2b2d2ca6ed
commit
fab3618afe
3 changed files with 5 additions and 5 deletions
|
@ -29,7 +29,7 @@
|
|||
Email
|
||||
</th>
|
||||
<td>
|
||||
<input type="text" name="email" size="25" maxlength="30" autocomplete="off" />
|
||||
<input type="text" name="email" size="25" maxlength="40" autocomplete="off" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -37,7 +37,7 @@
|
|||
Subject
|
||||
</th>
|
||||
<td>
|
||||
<input style="float:left;" type="text" name="subject" size="25" maxlength="25" autocomplete="off" />
|
||||
<input style="float:left;" type="text" name="subject" size="25" maxlength="40" autocomplete="off" />
|
||||
<input accesskey="s" style="float:right;" type="submit" name="post" value="{button=New Topic}" />
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
Email
|
||||
</th>
|
||||
<td>
|
||||
<input type="text" name="email" size="25" maxlength="30" autocomplete="off" />
|
||||
<input type="text" name="email" size="25" maxlength="40" autocomplete="off" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -38,7 +38,7 @@
|
|||
Subject
|
||||
</th>
|
||||
<td>
|
||||
<input style="float:left;" type="text" name="subject" size="25" maxlength="25" autocomplete="off" />
|
||||
<input style="float:left;" type="text" name="subject" size="25" maxlength="40" autocomplete="off" />
|
||||
<input accesskey="s" style="float:right;" type="submit" name="post" value="{button=New Topic}" />
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue