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 = {
'post add/edit template' => {
title => 'add/edit post template title',
body => 'add/edit post template body',
fields => [
],
related => [
{
tag => 'template language',
@ -19,6 +21,8 @@ our $HELP = {
'post template variables' => {
title => 'post template variables title',
body => 'post template variables body',
fields => [
],
related => [
{
tag => 'template language',
@ -34,6 +38,8 @@ our $HELP = {
'notification template' => {
title => 'notification template title',
body => 'notification template body',
fields => [
],
related => [
{
tag => 'template language',