[Zope-Checkins] CVS: Zope/lib/python/Products/ZCatalog/dtml - catalogIndexes.dtml:1.5.36.1 manageIndex.dtml:1.2.4.3
Steve Alexander
steve@cat-box.net
Fri, 5 Oct 2001 15:14:26 -0400
Update of /cvs-repository/Zope/lib/python/Products/ZCatalog/dtml
In directory cvs.zope.org:/tmp/cvs-serv4735/dtml
Modified Files:
Tag: Zope-2_4-branch
catalogIndexes.dtml manageIndex.dtml
Log Message:
Merged API cleanup from stevea_zcatalog_api_cruft_cleanup-branch.
=== Zope/lib/python/Products/ZCatalog/dtml/catalogIndexes.dtml 1.5 => 1.5.36.1 ===
<dtml-else><tr class="row-hilite"></dtml-if>
<td align="right" valign="top">
- <input type="checkbox" name="names:list" value="<dtml-var
+ <input type="checkbox" name="ids:list" value="<dtml-var
id html_quote>" />
</td>
<td width="60%" align="left" valign="top">
@@ -61,7 +61,7 @@
</td>
<td align="left" valign="top">
<div class="form-element">
- <input class="form-element" type="submit" name="manage_delIndexes:method"
+ <input class="form-element" type="submit" name="manage_delIndex:method"
value="Delete" />
</div>
</td>
=== Zope/lib/python/Products/ZCatalog/dtml/manageIndex.dtml 1.2.4.2 => 1.2.4.3 ===
<td>
<div class="list-item">
- <dtml-try>
- <dtml-var numObjects missing="not available">
- <dtml-except>n/a
- </dtml-try>
+ <dtml-var numObjects missing="n/a">
</div>
</td>
@@ -209,7 +206,7 @@
<td align="left" valign="top">
<div class="form-element">
- <input class="form-element" type="submit" name="manage_deleteIndex:method" value="Remove index">
+ <input class="form-element" type="submit" name="manage_delIndex:method" value="Remove index">
<input class="form-element" type="submit" name="manage_reindexIndex:method" value="Reindex">
<input class="form-element" type="submit" name="manage_clearIndex:method" value="Clear index">