[Zope-dev] One more bug
mike
mike@if-site.com
Mon, 19 Jun 2000 23:56:58 +0800
"Phillip J. Eby" wrote:
>
> 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.
Try to press 'Remove Orphaned Slots' button. It calls
manage_setStorage/manage_pack.
Mike