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 = {
'webgui authentication display account template' => {
title => 'account-1',
body => 'account-2',
fields => [
],
related => [
{
tag => 'wobject template',
@ -14,6 +16,8 @@ our $HELP = {
'webgui authentication login template' => {
title => 'login-1',
body => 'login-2',
fields => [
],
related => [
{
tag => 'wobject template',
@ -24,6 +28,8 @@ our $HELP = {
'webgui authentication anonymous registration template' => {
title => 'create-1',
body => 'create-2',
fields => [
],
related => [
{
tag => 'wobject template',
@ -34,6 +40,8 @@ our $HELP = {
'webgui authentication password recovery template' => {
title => 'recovery-1',
body => 'recovery-2',
fields => [
],
related => [
{
tag => 'wobject template',
@ -44,6 +52,8 @@ our $HELP = {
'webgui authentication password expiration template' => {
title => 'expired-1',
body => 'expired-2',
fields => [
],
related => [
{
tag => 'wobject template',