From 8fd58c42615b12585b903c1132d71eac30073774 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 21 Sep 2008 22:53:15 +0000 Subject: Add workflow chapter, fix renderings. --- docs/tutorials/cmf/actions.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'docs/tutorials/cmf/actions.rst') diff --git a/docs/tutorials/cmf/actions.rst b/docs/tutorials/cmf/actions.rst index 7e66f3236..3703db770 100644 --- a/docs/tutorials/cmf/actions.rst +++ b/docs/tutorials/cmf/actions.rst @@ -17,9 +17,10 @@ which has keys that are action names, and values which are tuples of have some passable actions tool replacement within a single application. The `repoze.bfg.viewgroup -` package provides +`_ package provides some functionality for creating "view groups". Each view in a viewgroup can provide some snippet of HTML (e.g. a single "tab"), and -views (tabs) which cannot be displayed to the user due to the user's -lack of permissions will be omitted from the group. +individual views (tabs) within the group which cannot be displayed to +the user due to the user's lack of permissions will be omitted from +the rendered output. -- cgit v1.2.3