Folder, HttpProxy, InOutBoard and Folder cleanups.
Changed InOutBoard to use the Wobject style add/edit title generation.
This commit is contained in:
parent
f6ad42f7f2
commit
807fac9b31
9 changed files with 4 additions and 285 deletions
|
|
@ -1,85 +1,6 @@
|
|||
package WebGUI::Help::Asset_HttpProxy;
|
||||
|
||||
our $HELP = {
|
||||
'http proxy add/edit' => {
|
||||
title => '10',
|
||||
body => '11',
|
||||
isa => [
|
||||
],
|
||||
fields => [
|
||||
{
|
||||
title => '1',
|
||||
description => '1 description',
|
||||
namespace => 'Asset_HttpProxy',
|
||||
},
|
||||
{
|
||||
title => '5',
|
||||
description => '5 description',
|
||||
namespace => 'Asset_HttpProxy',
|
||||
},
|
||||
{
|
||||
title => '8',
|
||||
description => '8 description',
|
||||
namespace => 'Asset_HttpProxy',
|
||||
},
|
||||
{
|
||||
title => '12',
|
||||
description => '12 description',
|
||||
namespace => 'Asset_HttpProxy',
|
||||
},
|
||||
{
|
||||
title => 'http proxy template title',
|
||||
description => 'http proxy template title description',
|
||||
namespace => 'Asset_HttpProxy',
|
||||
},
|
||||
{
|
||||
title => 'cache timeout',
|
||||
description => 'cache timeout description',
|
||||
namespace => 'Asset_HttpProxy',
|
||||
},
|
||||
{
|
||||
title => 'use ampersand',
|
||||
description => 'use ampersand help',
|
||||
namespace => 'Asset_HttpProxy',
|
||||
},
|
||||
{
|
||||
title => '6',
|
||||
description => '6 description',
|
||||
namespace => 'Asset_HttpProxy',
|
||||
},
|
||||
{
|
||||
title => '418',
|
||||
description => '418 description',
|
||||
namespace => 'WebGUI',
|
||||
},
|
||||
{
|
||||
title => '4',
|
||||
description => '4 description',
|
||||
namespace => 'Asset_HttpProxy',
|
||||
},
|
||||
{
|
||||
title => '13',
|
||||
description => '13 description',
|
||||
namespace => 'Asset_HttpProxy',
|
||||
},
|
||||
{
|
||||
title => '14',
|
||||
description => '14 description',
|
||||
namespace => 'Asset_HttpProxy',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'asset fields',
|
||||
namespace => 'Asset',
|
||||
},
|
||||
{
|
||||
tag => 'http proxy template',
|
||||
namespace => 'Asset_HttpProxy',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'http proxy template' => {
|
||||
title => 'http proxy template title',
|
||||
body => 'http proxy template body',
|
||||
|
|
@ -120,10 +41,6 @@ our $HELP = {
|
|||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'http proxy add/edit',
|
||||
namespace => 'Asset_HttpProxy',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue