Update docs for GroupDelete (conditions for displaying the link)
Added POD to 4 more Macros
This commit is contained in:
parent
8aafc5a3ad
commit
9e7d86af49
5 changed files with 80 additions and 7 deletions
|
|
@ -15,6 +15,33 @@ use WebGUI::Grouping;
|
|||
use WebGUI::SQL;
|
||||
use WebGUI::Session;
|
||||
|
||||
=head1 NAME
|
||||
|
||||
Package WebGUI::Macro::GroupText
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
Macro for displaying a text message to user's in a certain group.
|
||||
|
||||
=head2 process ( groupName, member, nonMember )
|
||||
|
||||
Either the member or nonMember texts can be blank.
|
||||
|
||||
=head3 groupName
|
||||
|
||||
The name of the group whose members will be shown the message.
|
||||
|
||||
=head3 member
|
||||
|
||||
The text to be displayed to someone in the group.
|
||||
|
||||
=head3 nonMember
|
||||
|
||||
Text to be shown to someone not in the group.
|
||||
|
||||
=cut
|
||||
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
sub process {
|
||||
my @param = @_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue