[Zope-Checkins]
CVS: Zope/lib/python/Products/PluginIndexes/TopicIndex/dtml
- editFilteredSet.dtml:1.4 manageTopicIndex.dtml:1.5
Andreas Jung
cvs-admin at zope.org
Fri Nov 21 08:48:12 EST 2003
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/TopicIndex/dtml
In directory cvs.zope.org:/tmp/cvs-serv28282/dtml
Modified Files:
editFilteredSet.dtml manageTopicIndex.dtml
Log Message:
names of forms parameters were broken
=== Zope/lib/python/Products/PluginIndexes/TopicIndex/dtml/editFilteredSet.dtml 1.3 => 1.4 ===
--- Zope/lib/python/Products/PluginIndexes/TopicIndex/dtml/editFilteredSet.dtml:1.3 Sun Dec 22 12:54:02 2002
+++ Zope/lib/python/Products/PluginIndexes/TopicIndex/dtml/editFilteredSet.dtml Fri Nov 21 08:48:12 2003
@@ -5,7 +5,7 @@
<dtml-with "filteredSets[filteredSet]">
<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">
=== Zope/lib/python/Products/PluginIndexes/TopicIndex/dtml/manageTopicIndex.dtml 1.4 => 1.5 ===
--- Zope/lib/python/Products/PluginIndexes/TopicIndex/dtml/manageTopicIndex.dtml:1.4 Sun Dec 22 12:54:02 2002
+++ Zope/lib/python/Products/PluginIndexes/TopicIndex/dtml/manageTopicIndex.dtml Fri Nov 21 08:48:12 2003
@@ -27,7 +27,7 @@
<tr>
<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 align="center" valign="top">
@@ -93,7 +93,7 @@
</div>
</td>
<td align="left" valign="top">
- <input type="text" name="filterId" size="40" />
+ <input type="text" name="filter_id" size="40" />
</td>
</tr>
More information about the Zope-Checkins
mailing list