Commit fd7c2e07 authored by 's avatar

Added URL1 instead of "." as the form target for the workspace forms --

using "." causes NS servers to intercept the request and report an
error, making Zope effectively unusable.
parent bdf3ad01
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<!--#var manage_tabs--> <!--#var manage_tabs-->
<P> <P>
<FORM ACTION="." METHOD="POST"> <FORM ACTION="<!--#var URL1-->" METHOD="POST">
<!--#if objectItems--> <!--#if objectItems-->
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="2"> <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="2">
<!--#in objectItems sort--> <!--#in objectItems sort-->
...@@ -74,7 +74,7 @@ There are currently no items in <EM><!--#var title_or_id--></EM> ...@@ -74,7 +74,7 @@ There are currently no items in <EM><!--#var title_or_id--></EM>
To add a new item, select an item type and click &quot;Add&quot;. To add a new item, select an item type and click &quot;Add&quot;.
</TD> </TD>
<TD VALIGN="TOP"> <TD VALIGN="TOP">
<FORM ACTION="." METHOD="GET"> <FORM ACTION="<!--#var URL1-->" METHOD="GET">
<SELECT NAME=":method"> <SELECT NAME=":method">
<!--#in all_meta_types mapping sort=name--> <!--#in all_meta_types mapping sort=name-->
<OPTION value="<!--#var action-->"><!--#var name--> <OPTION value="<!--#var action-->"><!--#var name-->
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment