Increate space for editing the message of the day.

This commit is contained in:
slamm%netscape.com 2000-02-14 23:34:19 +00:00
Родитель 9472db85bc
Коммит 64181237ab
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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=10 COLS=70 WRAP=SOFT>$message_of_day
<br><TEXTAREA NAME=message ROWS=40 COLS=75 WRAP=SOFT>$message_of_day
</TEXTAREA>
<br><INPUT TYPE=SUBMIT VALUE='Set Message of the Day'>
</FORM>