Skip to content

Commit eee4269

Browse files
committedOct 12, 2011
Update the POD for the AdminToggle macro. It now only takes two arguments instead of three.
1 parent 19ef4b2 commit eee4269

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed
 

‎lib/WebGUI/Macro/AdminToggle.pm

+1-6
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Package WebGUI::Macro::AdminToggle
2222
2323
Macro for displaying a url to the user for turning Admin mode on and off.
2424
25-
=head2 process ( [turnOn,turnOff,template ] )
25+
=head2 process ( [turnOn,template ] )
2626
2727
process takes three optional parameters for customizing the content and layout
2828
of the account link.
@@ -32,11 +32,6 @@ of the account link.
3232
The text displayed to the user if Admin mode is turned off and they are in the
3333
Turn On Admin group. If this is blank an internationalized default is used.
3434
35-
=head3 turnOff
36-
37-
The text displayed to the user if Admin mode is turned on and they are in the
38-
Turn On Admin group. If this is blank an internationalized default is used.
39-
4035
=head3 template
4136
4237
The URL of a template from the Macro/AdminToggle namespace to use for formatting the link.

0 commit comments

Comments
 (0)
Please sign in to comment.