From b4c60af457b0a7da036397c8537ef8f9d0e71886 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sat, 28 Mar 2009 17:23:15 +0000 Subject: [PATCH] More Account POD. --- lib/WebGUI/Account.pm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/Account.pm b/lib/WebGUI/Account.pm index 2d62b3f1c..9e0743290 100644 --- a/lib/WebGUI/Account.pm +++ b/lib/WebGUI/Account.pm @@ -242,7 +242,9 @@ sub editSettingsFormSave { =head2 getLayoutTemplateId ( ) -Override this method to return the template Id for the account layout. +Override this method to return the template Id for the account layout. The default +account layout draws a tabbed interface to the different account plugins, and displays +the content from a particular screen from the account plugin. =cut @@ -255,7 +257,8 @@ sub getLayoutTemplateId { =head2 getStyleTemplate ( ) -Override this method to return the template for the main style. +Override this method to return the template for the main style. The style would +be for the page that the account layout template is embedded in. =cut