From 576b9142938fbab9613f84e76c1f663ac7fc68f6 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sat, 4 Jul 2009 17:21:05 +0000 Subject: [PATCH] More POD fixes. --- lib/WebGUI/Account/Shop.pm | 10 +++++++++- lib/WebGUI/Asset/Wobject/StoryArchive.pm | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/Account/Shop.pm b/lib/WebGUI/Account/Shop.pm index 28d21d617..39134b813 100644 --- a/lib/WebGUI/Account/Shop.pm +++ b/lib/WebGUI/Account/Shop.pm @@ -179,7 +179,7 @@ sub getStyleTemplateId { =head2 www_managePurchases ( ) -The main view page for editing the user's profile. +Provides a list of all the users transactions, with links to view more details for each one. =cut @@ -208,6 +208,14 @@ sub www_managePurchases { } #------------------------------------------------------------------- + +=head2 www_manageTaxData ( ) + +A wrapper for TaxDriver->getUserScreen, allowing the user to enter configuration +data for himself. + +=cut + sub www_manageTaxData { my $self = shift; my $session = $self->session; diff --git a/lib/WebGUI/Asset/Wobject/StoryArchive.pm b/lib/WebGUI/Asset/Wobject/StoryArchive.pm index 43d08592d..e6c9a8bea 100644 --- a/lib/WebGUI/Asset/Wobject/StoryArchive.pm +++ b/lib/WebGUI/Asset/Wobject/StoryArchive.pm @@ -460,7 +460,7 @@ sub view { #------------------------------------------------------------------- -=head2 viewTemplateVars ( $mode ) +=head2 viewTemplateVariables ( $mode ) Make template variables for the view template.