Some re-workings on the SourcePage Citations section: Look at the Drop Down menu options using Basic-Blue and Visually style sheets.

svn: r18839
This commit is contained in:
Rob G. Healey
2012-02-09 08:57:53 +00:00
parent d16fda5337
commit dc00fd982a
6 changed files with 14 additions and 12 deletions

View File

@@ -134,10 +134,10 @@ def load_on_reg(dbstate, uistate, plugin):
["DropDown-Menus", 0, "Drop Down Menus",
path_css("Web_DropDown-Menus.css"), None, [], [] ],
# WebKit/ Html5/ CSS3 Drop Down Citations Style Sheet
# WebKit/ Html5/ CSS3 Animated DropDown Citations Style Sheet
["DropDown-Citations", 0, "Drop Down Citations",
path_css("Web_DropDown-Citations.css"), None, [],
path_js("jQuery-1.7.1.js") ],
path_js("jquery-1.7.min.js") ],
# GeoView style sheet with its image
["GeoView", 0, "GeoView",
@@ -149,10 +149,6 @@ def load_on_reg(dbstate, uistate, plugin):
path_img("gramps-geo-mainmap.png"),
path_img("gramps-geo-marriage.png")], [] ],
# WebKit/ Html5/ CSS3 Drop Down Source/ Citations Style Sheet
["Source-Citations", 0, "",
path_css("Web_Source-Citations.css"), None, [], [] ],
# no style sheet option
["No style sheet",1, _("No style sheet"), [], None, [], [] ],