first crack at hover help

This commit is contained in:
Colin Kuskie 2005-06-18 03:58:32 +00:00
parent de4861506c
commit b842483dd6
89 changed files with 490 additions and 23 deletions

View file

@ -4,6 +4,8 @@ our $HELP = {
'list products' => {
title => 'help list products title',
body => 'help list products body',
fields => [
],
related => [
]
},
@ -11,6 +13,8 @@ our $HELP = {
'manage product' => {
title => 'help manage product title',
body => 'help manage product body',
fields => [
],
related => [
]
},
@ -18,6 +22,8 @@ our $HELP = {
'edit product' => {
title => 'help edit product title',
body => 'help edit product body',
fields => [
],
related => [
{
tag => 'template language',
@ -29,30 +35,40 @@ our $HELP = {
'edit parameter' => {
title => 'help edit parameter title',
body => 'help edit parameter body',
fields => [
],
related => [
]
},
'edit option' => {
title => 'help edit option title',
body => 'help edit option body',
fields => [
],
related => [
]
},
'list variants' => {
title => 'help list variants title',
body => 'help list variants body',
fields => [
],
related => [
]
},
'edit variant' => {
title => 'help edit variant title',
body => 'help edit variant body',
fields => [
],
related => [
]
},
'edit sku template' => {
title => 'help edit sku template title',
body => 'help edit sku template body',
fields => [
],
related => [
]
},