Large batch of Help and i18n. Also, make sure that the

Shop plugin for the Account always has an array ref in it.
This commit is contained in:
Colin Kuskie 2009-01-05 21:52:38 +00:00
parent fd39a8dcc2
commit 5d490fbeb6
12 changed files with 449 additions and 11 deletions

View file

@ -0,0 +1,33 @@
package WebGUI::Help::Account_Inbox;
use strict;
our $HELP = {
'common vars' => {
title => 'common account variables',
body => '',
private => 1,
isa => [
{
tag => 'common vars',
namespace => 'Account',
},
],
fields => [ ],
variables => [
{ name => 'view_inbox_url', },
{ name => 'view_invitations_url', },
{ name => 'unread_message_count', },
{ name => 'invitation_count', },
{ name => 'invitations_enabled', },
{ name => 'user_invitations_enabled', },
{ name => 'invite_friend_url', },
],
related => [ ],
},
};
1;
#vim:ft=perl