Commit 9613cbb6 authored by Hanno Schlichting's avatar Hanno Schlichting

Removed empty and unused catalogAddRowForm

parent 8cb216d8
......@@ -111,10 +111,6 @@ class ZCatalog(Folder, Persistent, Implicit):
security.declareProtected(manage_zcatalog_entries, 'manage_main')
security.declareProtected(search_zcatalog, 'all_meta_types')
security.declareProtected(manage_zcatalog_entries,
'manage_catalogAddRowForm')
manage_catalogAddRowForm = DTMLFile('dtml/catalogAddRowForm', globals())
security.declareProtected(manage_zcatalog_entries, 'manage_catalogView')
manage_catalogView = DTMLFile('dtml/catalogView', globals())
......
<dtml-var manage_page_header>
<dtml-var manage_tabs>
<form action="&dtml-URL1;">
</form>
<dtml-var manage_page_footer>
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