diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-20 00:04:58 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-20 00:04:58 +0000 |
commit | 3a54566324553aa3e9365816c7e33d2666886652 (patch) | |
tree | bbf8bea7a1f57887c485ee63e425983ea22b4d5b /www/Makefile | |
parent | 09ca79c9c232a6f0d8750b1cf2b3d9d370aecd02 (diff) |
Add zope-cmfactionicons.
This product is a add-on for the Zope Content Management Framework (CMF). It
should be useful with Plone, CPS, and other CMF-derived extensions, as well.
The product provides:
* A new tool, portal_actionicons, which serves as a registry mapping object
actions (using category and action ID) to a descriptive title, a priority,
and an icon ID. The tool post-processes a set of actions (i.e., those
generated by the portal_actions tool), decorating them with additional
information, and sorting them according to priority.
* ZPT macros which build either horizontal or vertical icon bars for a set
of actions.
PR: ports/62942
Submitted by: Khairil Yusof <kaeru@inigo-tech.com>
Notes
Notes:
svn path=/head/; revision=101429
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 378f49fe2dcb..ea7e8bc51b01 100644 --- a/www/Makefile +++ b/www/Makefile @@ -602,6 +602,7 @@ SUBDIR += zope-btreefolder2 SUBDIR += zope-cmf SUBDIR += zope-cmf13 + SUBDIR += zope-cmfactionicons SUBDIR += zope-cmfforum SUBDIR += zope-cmfphoto SUBDIR += zope-cmfphotoalbum |