This commit is contained in:
kenperl 2006-03-18 14:41:24 +00:00
parent 9711a237de
commit 6fc6b00b49
2 changed files with 3 additions and 5 deletions

View file

@ -45,7 +45,7 @@ Package to manipulate items in WebGUI's asset system. Replaces Collateral.
An asset is the basic class of content in WebGUI. This handles security, urls, and other basic information common to all content items.
A lineage is a concatenated series of sequence numbers, each six digits long, that explain an asset's position in its familiy tree. Lineage describes who the asset's anscestors are, how many ancestors the asset has in its family tree (lineage length), and the asset's position (rank) amongst its siblings. In addition, lineage provides enough information about an asset to generate a list of its siblings and descendants.
A lineage is a concatenated series of sequence numbers, each six digits long, that explain an asset's position in its familiy tree. Lineage describes who the asset's ancestors are, how many ancestors the asset has in its family tree (lineage length), and the asset's position (rank) amongst its siblings. In addition, lineage provides enough information about an asset to generate a list of its siblings and descendants.
use WebGUI::Asset;

View file

@ -28,13 +28,11 @@ Macro for displaying administrative functions to a user with Admin turned on.
=head2 process ( [templateId ] )
process takes one optional parameters for customizing the layout
of the Admin bar.
process takes one optional parameters for customizing the layout of the Admin bar.
=head3 templateId
The ID for a template to use for formatting the link. The default template creates the sliding
Admin bar to the left of the screen.
The ID for a template to use for formatting the link. The default template creates the sliding Admin bar to the left of the screen.
=cut