Reduce to 30 rows. 40 was a little too big.

git-svn-id: svn://10.0.0.236/trunk@60749 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
slamm%netscape.com 2000-02-14 23:39:29 +00:00
parent bdfb7a84bc
commit cf121aca91

View File

@ -52,7 +52,7 @@ if (defined($tree)) {
<INPUT TYPE=HIDDEN NAME=tree VALUE=$tree>
<INPUT TYPE=HIDDEN NAME=command VALUE=set_message>
<br><b>Message of the Day
<br><TEXTAREA NAME=message ROWS=40 COLS=75 WRAP=SOFT>$message_of_day
<br><TEXTAREA NAME=message ROWS=30 COLS=75 WRAP=SOFT>$message_of_day
</TEXTAREA>
<br><INPUT TYPE=SUBMIT VALUE='Set Message of the Day'>
</FORM>