Report updates
svn: r1288
This commit is contained in:
@@ -425,6 +425,8 @@ register_report(
|
||||
category=_("Graphical Reports"),
|
||||
status=(_("Beta")),
|
||||
description=_("Produces a graphical ancestral tree graph"),
|
||||
xpm=get_xpm_image()
|
||||
xpm=get_xpm_image(),
|
||||
author_name="Donald N. Allingham",
|
||||
author_email="dallingham@users.sourceforge.net"
|
||||
)
|
||||
|
||||
|
||||
@@ -385,6 +385,8 @@ register_report(
|
||||
category=_("Text Reports"),
|
||||
status=(_("Beta")),
|
||||
description= _("Produces a textual ancestral report"),
|
||||
xpm=get_xpm_image()
|
||||
xpm=get_xpm_image(),
|
||||
author_name="Donald N. Allingham",
|
||||
author_email="dallingham@users.sourceforge.net"
|
||||
)
|
||||
|
||||
|
||||
@@ -459,6 +459,8 @@ register_report(
|
||||
category=_("Graphical Reports"),
|
||||
description=_("Generates a list of descendants of the active person"),
|
||||
status=(_("Alpha")),
|
||||
xpm=get_xpm_image()
|
||||
xpm=get_xpm_image(),
|
||||
author_name="Donald N. Allingham",
|
||||
author_email="dallingham@users.sourceforge.net"
|
||||
)
|
||||
|
||||
|
||||
@@ -281,6 +281,8 @@ register_report(
|
||||
category=_("Text Reports"),
|
||||
status=(_("Beta")),
|
||||
description=_("Generates a list of descendants of the active person"),
|
||||
xpm=get_xpm_image()
|
||||
xpm=get_xpm_image(),
|
||||
author_name="Donald N. Allingham",
|
||||
author_email="dallingham@users.sourceforge.net"
|
||||
)
|
||||
|
||||
|
||||
@@ -826,7 +826,9 @@ register_report(
|
||||
status=(_("Beta")),
|
||||
category=_("Text Reports"),
|
||||
description= _("Produces a detailed ancestral report"),
|
||||
xpm= get_xpm_image()
|
||||
xpm= get_xpm_image(),
|
||||
author_name="Bruce DeGrasse",
|
||||
author_email="bdegrasse1@attbi.com"
|
||||
)
|
||||
|
||||
|
||||
|
||||
@@ -899,7 +899,9 @@ register_report(
|
||||
status=(_("Beta")),
|
||||
category=_("Text Reports"),
|
||||
description= _("Produces a detailed descendant report"),
|
||||
xpm= get_xpm_image()
|
||||
xpm= get_xpm_image(),
|
||||
author_name="Bruce DeGrasse",
|
||||
author_email="bdegrasse1@attbi.com"
|
||||
)
|
||||
|
||||
|
||||
|
||||
@@ -446,6 +446,8 @@ register_report(
|
||||
_("Relationship Graph"),
|
||||
status=(_("Beta")),
|
||||
category=_("Graphical Reports"),
|
||||
description=get_description()
|
||||
description=get_description(),
|
||||
author_name="Donald N. Allingham",
|
||||
author_email="dallingham@users.sourceforge.net"
|
||||
)
|
||||
|
||||
|
||||
@@ -496,7 +496,10 @@ register_report(
|
||||
status=(_("Beta")),
|
||||
category=_("Text Reports"),
|
||||
description=_("Produces a detailed report on the selected person."),
|
||||
xpm=get_xpm_image()
|
||||
xpm=get_xpm_image(),
|
||||
author_name="Donald N. Allingham",
|
||||
author_email="dallingham@users.sourceforge.net"
|
||||
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user