Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
Added ZMI icons for index and lexicon objects.
Browse files Browse the repository at this point in the history
  • Loading branch information
caseman committed May 14, 2002
1 parent 9a3f200 commit 91c65cc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions __init__.py
Expand Up @@ -24,6 +24,7 @@ def initialize(context):
permission = 'Add Pluggable Index',
constructors = (ZCTextIndex.manage_addZCTextIndexForm,
ZCTextIndex.manage_addZCTextIndex),
icon='www/index.gif',
visibility=None
)

Expand All @@ -32,4 +33,5 @@ def initialize(context):
permission = 'Add Vocabularies',
constructors = (ZCTextIndex.manage_addLexiconForm,
ZCTextIndex.manage_addLexicon),
icon='www/lexicon.gif'
)
Binary file added www/index.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added www/lexicon.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 91c65cc

Please sign in to comment.