Add backlink bottombar gramplets
svn: r16997
This commit is contained in:
@@ -293,4 +293,5 @@ class EventView(ListView):
|
||||
("Event Gallery Gramplet",
|
||||
"Event Sources Gramplet",
|
||||
"Event Notes Gramplet",
|
||||
"Event Attributes Gramplet"))
|
||||
"Event Attributes Gramplet",
|
||||
"Event Backlinks Gramplet"))
|
||||
|
||||
@@ -347,4 +347,5 @@ class FamilyView(ListView):
|
||||
return (("Family Filter Gramplet",),
|
||||
("Family Sources Gramplet",
|
||||
"Family Notes Gramplet",
|
||||
"Family Attributes Gramplet"))
|
||||
"Family Attributes Gramplet",
|
||||
"Family Backlinks Gramplet"))
|
||||
|
||||
@@ -440,4 +440,5 @@ class MediaView(ListView):
|
||||
"Exif Viewer Gramplet",
|
||||
"Media Sources Gramplet",
|
||||
"Media Notes Gramplet",
|
||||
"Media Attributes Gramplet"))
|
||||
"Media Attributes Gramplet",
|
||||
"Media Backlinks Gramplet"))
|
||||
|
||||
@@ -300,4 +300,4 @@ class NoteView(ListView):
|
||||
Define the default gramplets for the sidebar and bottombar.
|
||||
"""
|
||||
return (("Note Filter Gramplet",),
|
||||
())
|
||||
("Note Backlinks Gramplet",))
|
||||
|
||||
@@ -276,4 +276,5 @@ class RepositoryView(ListView):
|
||||
"""
|
||||
return (("Repository Filter Gramplet",),
|
||||
("Repository Details Gramplet",
|
||||
"Repository Notes Gramplet"))
|
||||
"Repository Notes Gramplet",
|
||||
"Repository Backlinks Gramplet"))
|
||||
|
||||
@@ -253,4 +253,5 @@ class SourceView(ListView):
|
||||
"""
|
||||
return (("Source Filter Gramplet",),
|
||||
("Source Gallery Gramplet",
|
||||
"Source Notes Gramplet"))
|
||||
"Source Notes Gramplet",
|
||||
"Source Backlinks Gramplet"))
|
||||
|
||||
Reference in New Issue
Block a user