From 961c1e4ca9097a4dee320725e96d9a39b4b9a95e Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Wed, 11 Aug 2010 21:33:12 +0000 Subject: [PATCH] Forgot to include navigation web pages svn: r15707 --- src/gen/plug/report/_constants.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gen/plug/report/_constants.py b/src/gen/plug/report/_constants.py index a539bafb5..bfa224e68 100644 --- a/src/gen/plug/report/_constants.py +++ b/src/gen/plug/report/_constants.py @@ -83,4 +83,6 @@ CSS_FILES = [ ["behaviour", 0, "Behaviour", os.path.join(const.DATA_DIR, 'behaviour.css'), None, []], ["default", 0, _("Basic-Ash"), os.path.join(const.DATA_DIR, 'Web_Basic-Ash.css'), None, []], ["Print-Default", 0, "Print-Default", os.path.join(const.DATA_DIR, 'Web_Print-Default.css'), None, []], + ["Navigation-Vertical", 0, "Navigation-Vertical", os.path.join(const.DATA_DIR, 'Web_Navigation-Vertical.css'), None, []], + ["Navigation-Horizontal", 0, "Navigation-Horizontal", os.path.join(const.DATA_DIR, 'Web_Navigation-Horizontal.css'), None, []], ]