Skip to content
Snippets Groups Projects
Commit 701b1078 authored by rswindell's avatar rswindell
Browse files

Change the message input textareas to 79 columns instead of 80 (column 80

is evil in text terminals).
parent e5e49996
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@
<td class="postmsg" colspan="2">@@privnote@@</td>
</tr>
<tr>
<td class="postmsg" colspan="2"><textarea class="postmsg" name=body rows="20" cols="80" wrap="hard"></textarea></td>
<td class="postmsg" colspan="2"><textarea class="postmsg" name=body rows="20" cols="79" wrap="hard"></textarea></td>
</tr>
<tr>
<td align="center" class="postmsg" colspan="2"><input type="image" src="/graphics/@@post_button@@" value=@@JS:template.sub.code=='mail'? '"Send E-Mail"' : '"Post Message"' @@/></td>
......
......@@ -20,7 +20,7 @@
<td class="postmsg" colspan="2">@@privnote@@</td>
</tr>
<tr>
<td class="replymsg" colspan="2"><textarea class="replymsg" name=body rows="20" cols="80" wrap="hard">%%body%%</textarea></td>
<td class="replymsg" colspan="2"><textarea class="replymsg" name=body rows="20" cols="79" wrap="hard">%%body%%</textarea></td>
</tr>
<tr>
<td align="center" class="replymsg" colspan="2"><input type="image" src="/graphics/@@reply_button@@" value="Post Reply" /></td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment