fix broken SQLForm help
This commit is contained in:
parent
5c4b7ee0fa
commit
57b79b6019
1 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
package WebGUI::Help::Asset_SQLForm;
|
||||
|
||||
our $HELP = {
|
||||
'sqlform add/edit ' => {
|
||||
'sqlform add/edit' => {
|
||||
title => 'edit sqlform',
|
||||
body => 'sqlform description',
|
||||
fields => [
|
||||
|
|
@ -340,7 +340,7 @@ our $HELP = {
|
|||
},
|
||||
{
|
||||
tag => 'template language',
|
||||
namespace => 'Asset_SQLForm',
|
||||
namespace => 'Asset_Template',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
@ -355,7 +355,7 @@ our $HELP = {
|
|||
},
|
||||
{
|
||||
tag => 'template language',
|
||||
namespace => 'Asset_SQLForm',
|
||||
namespace => 'Asset_Template',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue