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,55 +1,6 @@
|
|||
package WebGUI::Help::Asset_InOutBoard;
|
||||
|
||||
our $HELP = {
|
||||
'in out board add/edit' => {
|
||||
title => '18',
|
||||
body => '19',
|
||||
isa => [
|
||||
],
|
||||
fields => [
|
||||
{
|
||||
title => '1',
|
||||
description => '1 description',
|
||||
namespace => 'Asset_InOutBoard',
|
||||
},
|
||||
{
|
||||
title => '12',
|
||||
description => '12 description',
|
||||
namespace => 'Asset_InOutBoard',
|
||||
},
|
||||
{
|
||||
title => 'In Out Template',
|
||||
description => 'In Out Template description',
|
||||
namespace => 'Asset_InOutBoard',
|
||||
},
|
||||
{
|
||||
title => '13',
|
||||
description => '13 description',
|
||||
namespace => 'Asset_InOutBoard',
|
||||
},
|
||||
{
|
||||
title => '3',
|
||||
description => '3 description',
|
||||
namespace => 'Asset_InOutBoard',
|
||||
},
|
||||
{
|
||||
title => 'inOutGroup',
|
||||
description => 'inOutGroup description',
|
||||
namespace => 'Asset_InOutBoard',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'in out board template',
|
||||
namespace => 'Asset_InOutBoard',
|
||||
},
|
||||
{
|
||||
tag => 'in out board report template',
|
||||
namespace => 'Asset_InOutBoard',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'in out board template' => {
|
||||
title => '20',
|
||||
body => '21',
|
||||
|
|
@ -117,10 +68,6 @@ our $HELP = {
|
|||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'in out board add/edit',
|
||||
namespace => 'Asset_InOutBoard',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
|
|
@ -199,10 +146,6 @@ our $HELP = {
|
|||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'in out board add/edit',
|
||||
namespace => 'Asset_InOutBoard',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue