Skip to content

Commit

Permalink
Merged new help content changes into the trunk. This completes the sw…
Browse files Browse the repository at this point in the history
…itch form DTML to STX. Also includes misc fixes to support help system.
  • Loading branch information
latteier committed Jun 20, 2000
1 parent cd190ce commit 469df97
Show file tree
Hide file tree
Showing 14 changed files with 30 additions and 88 deletions.
6 changes: 4 additions & 2 deletions Vocabulary.py
Expand Up @@ -122,8 +122,10 @@ class Vocabulary(Item, Persistent, Implicit,

manage_options=(
(
{'label': 'Vocabulary', 'action': 'manage_main'},
{'label': 'Query', 'action': 'manage_query'},
{'label': 'Vocabulary', 'action': 'manage_main',
'help' : ('ZCatalog', 'Vocabulary_Vocabulary.stx')},
{'label': 'Query', 'action': 'manage_query',
'help': ('ZCatalog', 'Vocabulary_Query.stx')},
)
+Item.manage_options
+AccessControl.Role.RoleManager.manage_options
Expand Down
10 changes: 0 additions & 10 deletions help/Vocabulary.dtml

This file was deleted.

9 changes: 9 additions & 0 deletions help/Vocabulary.stx
@@ -0,0 +1,9 @@
Vocabulary

Description

Vocabularies display a list of all the unique words that are
indexed by a Catalog or Catalogs that use this Vocabulary object.
This view allows you to browse all of the words in the Vocabulary


9 changes: 0 additions & 9 deletions help/Vocabulary_Query.dtml

This file was deleted.

8 changes: 8 additions & 0 deletions help/Vocabulary_Query.stx
@@ -0,0 +1,8 @@
Vocabulary - Query: Query Vocabulary

Description

This form lets you query the Vocabulary for words that match a
certain pattern.

Controls
9 changes: 9 additions & 0 deletions help/Vocabulary_Vocabulary.stx
@@ -0,0 +1,9 @@
Vocabulary - Vocabulary: Description here

Description

Details here

Controls

Details here
2 changes: 0 additions & 2 deletions help/ZCatalog.dtml

This file was deleted.

7 changes: 0 additions & 7 deletions help/ZCatalog_Add.dtml

This file was deleted.

13 changes: 0 additions & 13 deletions help/ZCatalog_Cataloged-Objects.dtml

This file was deleted.

3 changes: 0 additions & 3 deletions help/ZCatalog_Contents.dtml

This file was deleted.

6 changes: 0 additions & 6 deletions help/ZCatalog_Find-Items-to-ZCatalog.dtml

This file was deleted.

14 changes: 0 additions & 14 deletions help/ZCatalog_Indexes.dtml

This file was deleted.

9 changes: 0 additions & 9 deletions help/ZCatalog_MetaData-Table.dtml

This file was deleted.

13 changes: 0 additions & 13 deletions help/ZCatalog_Status.dtml

This file was deleted.

0 comments on commit 469df97

Please sign in to comment.