From eee4269fe201779f82e568886b7539e4672d2bcb Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 11 Oct 2011 21:48:18 -0700 Subject: [PATCH] Update the POD for the AdminToggle macro. It now only takes two arguments instead of three. --- lib/WebGUI/Macro/AdminToggle.pm | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/lib/WebGUI/Macro/AdminToggle.pm b/lib/WebGUI/Macro/AdminToggle.pm index 790e76ee6..2f01bffc0 100644 --- a/lib/WebGUI/Macro/AdminToggle.pm +++ b/lib/WebGUI/Macro/AdminToggle.pm @@ -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.