Commit 4f6227ed authored by Andreas Jung's avatar Andreas Jung

names of forms parameters were broken

parent 1bc23223
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
# #
############################################################################## ##############################################################################
__version__ = '$Id: TopicIndex.py,v 1.14 2003/08/16 16:44:48 andreasjung Exp $' __version__ = '$Id: TopicIndex.py,v 1.15 2003/11/21 13:48:11 andreasjung Exp $'
from Globals import Persistent, DTMLFile from Globals import Persistent, DTMLFile
from OFS.SimpleItem import SimpleItem from OFS.SimpleItem import SimpleItem
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<dtml-with "filteredSets[filteredSet]"> <dtml-with "filteredSets[filteredSet]">
<form action="manage_saveFilteredSet" method="post" enctype="multipart/form-data"> <form action="manage_saveFilteredSet" method="post" enctype="multipart/form-data">
<input type="hidden" name="filterId" value="&dtml-getId;" > <input type="hidden" name="filter_id" value="&dtml-getId;" >
<table cellspacing="0" cellpadding="2" border="1" width="90%" align="center"> <table cellspacing="0" cellpadding="2" border="1" width="90%" align="center">
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<tr> <tr>
<td align="center"> <td align="center">
<input type="checkbox" name="filterIds:list" value="<dtml-var "fs.getId()" html_quote>"> <input type="checkbox" name="filter_ids:list" value="<dtml-var "fs.getId()" html_quote>">
</td> </td>
<td align="center" valign="top"> <td align="center" valign="top">
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
</div> </div>
</td> </td>
<td align="left" valign="top"> <td align="left" valign="top">
<input type="text" name="filterId" size="40" /> <input type="text" name="filter_id" size="40" />
</td> </td>
</tr> </tr>
......
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