rewrote internationalization and help system

This commit is contained in:
JT Smith 2004-06-25 19:21:35 +00:00
parent e0d4792587
commit 7bb6ac31c1
57 changed files with 11072 additions and 731 deletions

34
lib/WebGUI/Help/Poll.pm Normal file
View file

@ -0,0 +1,34 @@
package WebGUI::Help::Poll;
our $HELP = {
'poll add/edit' => {
title => 61,
body => 71,
related => [
{
tag => 'poll template',
namespace => 'Poll'
},
{
tag => 'wobjects using',
namespace => 'WebGUI'
}
]
},
'poll template' => {
title => 73,
body => 74,
related => [
{
tag => 'poll add/edit',
namespace => 'Poll'
},
{
tag => 'wobject template',
namespace => 'WebGUI'
}
]
},
};
1;