POD added to last set of Macros.

Internationalized an error message in Product.
Fixed typos in docs in Macro_Product.pm
This commit is contained in:
Colin Kuskie 2005-12-20 22:34:40 +00:00
parent 4adafce696
commit 6ded5832ca
11 changed files with 215 additions and 3 deletions

View file

@ -14,6 +14,23 @@ use strict;
use WebGUI::Asset::File::Image;
use WebGUI::Session;
=head1 NAME
Package WebGUI::Macro::Thumbnail
=head1 DESCRIPTION
Macro for returning a thumbnail to an Image Asset.
=head2 process ( url )
=head3 url
A URL to the Image Asset whose thumbnail you want to display. If no
Image Asset can be found with that URL, then undef will be returned.
=cut
#-------------------------------------------------------------------
sub process {
my $url = shift;