[Zope-dev] One more bug
Phillip J. Eby
pje@telecommunity.com
Mon, 19 Jun 2000 10:53:35 -0500
At 08:44 PM 6/19/00 +0800, mike wrote:
>Fix for www/storageForm.dtml
>
>$ diff storageForm.dtml.orig storageForm.dtml
>7c7
>< <FORM METHOD="POST" ACTION="manage_setStorage">
>---
>> <FORM METHOD="POST" ACTION=".">
>56c56
>< <br><INPUT TYPE="SUBMIT" value=" Change Storage Settings">
>---
>> <br><INPUT TYPE="SUBMIT" name="manage_setStorage:method" value="
Change Storage Settings">
>
What was the original doing incorrectly? Thanks.