[Zope-Checkins]
CVS: Zope/lib/python/Products/PluginIndexes/TopicIndex/dtml
- editFilteredSet.dtml:1.3.16.1 manageTopicIndex.dtml:1.4.16.1
Andreas Jung
cvs-admin at zope.org
Fri Nov 21 08:45:04 EST 2003
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/TopicIndex/dtml
In directory cvs.zope.org:/tmp/cvs-serv27761/dtml
Modified Files:
Tag: Zope-2_7-branch
editFilteredSet.dtml manageTopicIndex.dtml
Log Message:
DTML method contained wrong form names
=== Zope/lib/python/Products/PluginIndexes/TopicIndex/dtml/editFilteredSet.dtml 1.3 => 1.3.16.1 ===
--- 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:45:02 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.4.16.1 ===
--- 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:45:02 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