Update the POD for the AdminToggle macro. It now only takes two arguments instead of three.

This commit is contained in:
Colin Kuskie 2011-10-11 21:48:18 -07:00
parent 19ef4b22e8
commit eee4269fe2

View file

@ -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.
@ -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.