[Zope-Checkins] CVS: Zope2 - manageIndex.dtml:1.1.2.9
andreas@serenade.digicool.com
andreas@serenade.digicool.com
Mon, 21 May 2001 12:10:58 -0400
Update of /cvs-repository/Zope2/lib/python/Products/ZCatalog/dtml
In directory serenade:/tmp/cvs-serv13674/lib/python/Products/ZCatalog/dtml
Modified Files:
Tag: ajung-dropin-registry
manageIndex.dtml
Log Message:
cleanup
--- Updated File manageIndex.dtml in package Zope2 --
--- manageIndex.dtml 2001/05/21 14:54:09 1.1.2.8
+++ manageIndex.dtml 2001/05/21 16:10:58 1.1.2.9
@@ -65,7 +65,7 @@
<form action="&dtml-URL1;/" name="objectItems" method="post">
<dtml-if objectItems>
-<table width="100%" cellspacing="0" cellpadding="2" border="1">
+<table width="100%" cellspacing="0" cellpadding="2" border="0">
<tr class="list-header">
<td>
</td>
@@ -191,18 +191,6 @@
There are currently no items in <em>&dtml-title_or_id;</em>
<br /><br />
</div>
-<dtml-unless dontAllowCopyAndPaste>
-<dtml-if cb_dataValid>
-<div class="form-element">
-<input class="form-element" type="submit" name="manage_pasteObjects:method"
- value="Paste" />
-</div>
-</dtml-if>
-</dtml-unless>
-<dtml-if "_.SecurityCheckPermission('Import/Export objects', this())">
-<input class="form-element" type="submit"
- name="manage_importExportForm:method" value="Import/Export" />
-</dtml-if>
</td>
</tr>
</table>