rewrote internationalization and help system
This commit is contained in:
parent
e0d4792587
commit
7bb6ac31c1
57 changed files with 11072 additions and 731 deletions
52
lib/WebGUI/Help/FileManager.pm
Normal file
52
lib/WebGUI/Help/FileManager.pm
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
package WebGUI::Help::FileManager;
|
||||
|
||||
our $HELP = {
|
||||
'file manager add/edit' => {
|
||||
title => 61,
|
||||
body => 71,
|
||||
related => [
|
||||
{
|
||||
tag => 'file manager template',
|
||||
namespace => 'FileManager'
|
||||
},
|
||||
{
|
||||
tag => 'file add/edit',
|
||||
namespace => 'FileManager'
|
||||
},
|
||||
{
|
||||
tag => 'wobjects using',
|
||||
namespace => 'WebGUI'
|
||||
}
|
||||
]
|
||||
},
|
||||
'file add/edit' => {
|
||||
title => 72,
|
||||
body => 73,
|
||||
related => [
|
||||
{
|
||||
tag => 'file manager add/edit',
|
||||
namespace => 'FileManager'
|
||||
}
|
||||
]
|
||||
},
|
||||
'file manager template' => {
|
||||
title => 75,
|
||||
body => 76,
|
||||
related => [
|
||||
{
|
||||
tag => 'file manager add/edit',
|
||||
namespace => 'FileManager'
|
||||
},
|
||||
{
|
||||
tag => 'pagination template variables',
|
||||
namespace => 'WebGUI'
|
||||
},
|
||||
{
|
||||
tag => 'wobject template',
|
||||
namespace => 'WebGUI'
|
||||
}
|
||||
]
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue