From 16e1cc5e3e39f3a642a063ef2fbdaa50806e7575 Mon Sep 17 00:00:00 2001 From: "Rob G. Healey" Date: Thu, 1 Apr 2010 16:16:01 +0000 Subject: [PATCH] Exacted changes to reflect the change from Web_Alphabet-*.css to Web_Navigation-*.css svn: r14991 --- src/plugins/webreport/NarrativeWeb.py | 4 ++-- src/plugins/webreport/WebCal.py | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py index be2e6149a..5135cfd98 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -5162,9 +5162,9 @@ class NavWebReport(Report): # copy Navigation Menu Layout if Blue or Visually is being used if self.css == "Web_Basic-Blue.css" or "Web_Visually.css": if self.navigation == "Horizontal": - fname = os.path.join(const.DATA_DIR, "Web_Alphabet-Horizontal.css") + fname = os.path.join(const.DATA_DIR, "Web_Navigation-Horizontal.css") else: - fname = os.path.join(const.DATA_DIR, "Web_Alphabet-Vertical.css") + fname = os.path.join(const.DATA_DIR, "Web_Navigation-Vertical.css") self.copy_file(fname, "Web_Navigation-Menus.css", "styles") # copy printer stylesheet diff --git a/src/plugins/webreport/WebCal.py b/src/plugins/webreport/WebCal.py index bed49204c..af920120f 100644 --- a/src/plugins/webreport/WebCal.py +++ b/src/plugins/webreport/WebCal.py @@ -1,5 +1,4 @@ -#!/usr/bin/env python -# -*- coding: utf-8 -*- +# encoding: utf-8 # # Gramps - a GTK+/GNOME based genealogy program # @@ -322,7 +321,7 @@ class WebCalReport(Report): # copy Navigation Menu Layout if Blue or Visually is being used if self.css == "Web_Basic-Blue.css" or "Web_Visually.css": - fname = os.path.join(const.DATA_DIR, "Web_Alphabet-Horizontal.css") + fname = os.path.join(const.DATA_DIR, "Web_Navigation-Horizontal.css") self.copy_file(fname, "Web_Navigation-Menus.css", "styles") # copy print stylesheet