migrated http proxy and ws client
This commit is contained in:
parent
15c48e14d0
commit
7416bda04f
14 changed files with 282 additions and 1306 deletions
|
|
@ -1,52 +0,0 @@
|
|||
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;
|
||||
|
|
@ -1,34 +0,0 @@
|
|||
package WebGUI::Help::SiteMap;
|
||||
|
||||
our $HELP = {
|
||||
'site map add/edit' => {
|
||||
title => '61',
|
||||
body => '71',
|
||||
related => [
|
||||
{
|
||||
tag => 'site map template',
|
||||
namespace => 'SiteMap'
|
||||
},
|
||||
{
|
||||
tag => 'wobjects using',
|
||||
namespace => 'WebGUI'
|
||||
}
|
||||
]
|
||||
},
|
||||
'site map template' => {
|
||||
title => '72',
|
||||
body => '73',
|
||||
related => [
|
||||
{
|
||||
tag => 'site map add/edit',
|
||||
namespace => 'SiteMap'
|
||||
},
|
||||
{
|
||||
tag => 'wobject template',
|
||||
namespace => 'WebGUI'
|
||||
}
|
||||
]
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue