Added POD to 5 macros
Internationalized the AssetProxy "Invalid Asset URL" error message.
This commit is contained in:
parent
fe27be1974
commit
7c619a1ecd
6 changed files with 115 additions and 1 deletions
|
|
@ -13,6 +13,23 @@ package WebGUI::Macro::AdminText;
|
|||
use strict;
|
||||
use WebGUI::Session;
|
||||
|
||||
=head1 NAME
|
||||
|
||||
Package WebGUI::Macro::AdminText
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
Macro for displaying a text message to user's with Admin turned on.
|
||||
|
||||
=head2 process ( [text] )
|
||||
|
||||
=head3 text
|
||||
|
||||
The text to be displayed to the user. If the user is not in Admin mode the empty
|
||||
string is returned.
|
||||
|
||||
=cut
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
sub process {
|
||||
my @param = @_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue