Skip to content

Commit

Permalink
Update the POD for the AdminToggle macro. It now only takes two argum…
Browse files Browse the repository at this point in the history
…ents instead of three.
  • Loading branch information
perlDreamer committed Oct 12, 2011
1 parent 19ef4b2 commit eee4269
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions lib/WebGUI/Macro/AdminToggle.pm
Expand Up @@ -22,7 +22,7 @@ Package WebGUI::Macro::AdminToggle
Macro for displaying a url to the user for turning Admin mode on and off.
=head2 process ( [turnOn,turnOff,template ] )
=head2 process ( [turnOn,template ] )
process takes three optional parameters for customizing the content and layout
of the account link.
Expand All @@ -32,11 +32,6 @@ of the account link.
The text displayed to the user if Admin mode is turned off and they are in the
Turn On Admin group. If this is blank an internationalized default is used.
=head3 turnOff
The text displayed to the user if Admin mode is turned on and they are in the
Turn On Admin group. If this is blank an internationalized default is used.
=head3 template
The URL of a template from the Macro/AdminToggle namespace to use for formatting the link.
Expand Down

0 comments on commit eee4269

Please sign in to comment.