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