[Zope] textarea too small? here's my hack
Marco Mariani
m.mariani@imola.nettuno.it
Thu, 11 May 2000 14:14:41 +0200
In OFS/documentEdit.dtml, move
<TR>
<TD align=left>
<INPUT NAME=SUBMIT TYPE="SUBMIT" VALUE="Change">
</TD>
<TD align=left>
<INPUT NAME=SUBMIT TYPE="SUBMIT" VALUE="Taller">
<INPUT NAME=SUBMIT TYPE="SUBMIT" VALUE="Shorter">
<INPUT NAME=SUBMIT TYPE="SUBMIT" VALUE="Wider">
<INPUT NAME=SUBMIT TYPE="SUBMIT" VALUE="Narrower">
</TD>
</TR>
before the previour TR tags, and the buttons will appear before the
textarea.