rewrote internationalization and help system
This commit is contained in:
parent
e0d4792587
commit
7bb6ac31c1
57 changed files with 11072 additions and 731 deletions
16
lib/WebGUI/Help/HttpProxy.pm
Normal file
16
lib/WebGUI/Help/HttpProxy.pm
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
package WebGUI::Help::HttpProxy;
|
||||
|
||||
our $HELP = {
|
||||
'http proxy add/edit' => {
|
||||
title => 10,
|
||||
body => 11,
|
||||
related => [
|
||||
{
|
||||
tag => 'wobjects using',
|
||||
namespace => 'WebGUI'
|
||||
}
|
||||
]
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue