[Mpuls-commits] r3514 - in base/trunk: . mpulsweb/templates/annotations
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Sep 2 15:35:05 CEST 2010
Author: frank
Date: 2010-09-02 15:35:04 +0200 (Thu, 02 Sep 2010)
New Revision: 3514
Modified:
base/trunk/ChangeLog
base/trunk/mpulsweb/templates/annotations/main.mako
Log:
Fix issue1035: Get help page title from helper function
Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog 2010-09-02 13:03:46 UTC (rev 3513)
+++ base/trunk/ChangeLog 2010-09-02 13:35:04 UTC (rev 3514)
@@ -1,5 +1,11 @@
2010-09-02 Frank Koormann <frank.koormann at intevation.de>
+ * mpulsweb/templates/annotations/main.mako: Fix issue1035: Get help page
+ title from helper function instead of hard coded "WASKO". Shortcut icon
+ dynamised as well.
+
+2010-09-02 Frank Koormann <frank.koormann at intevation.de>
+
* mpulsweb/templates/casemanagement/digest.mako: Fix issue992 (doubled
print dialog): Overwrite buildContentHeader inherited from main.mako.
Modified: base/trunk/mpulsweb/templates/annotations/main.mako
===================================================================
--- base/trunk/mpulsweb/templates/annotations/main.mako 2010-09-02 13:03:46 UTC (rev 3513)
+++ base/trunk/mpulsweb/templates/annotations/main.mako 2010-09-02 13:35:04 UTC (rev 3514)
@@ -2,7 +2,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
- <title>WASKO</title>
+ <title>${h.get_app_title()} - Hilfe</title>
<meta name="generator" content="vim">
<meta name="author" content="Torsten Irlaender">
<meta name="date" content="2007-08-07">
@@ -13,7 +13,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="content-style-type" content="text/css">
<meta http-equiv="expires" content="0">
- <link rel="shortcut icon" type="image/x-icon" href="${h.url_for('/images/kompetenz3.ico')}">
+ <link rel="shortcut icon" type="image/x-icon" href="${h.url_for('/images/mpuls.ico')}">
% if c.print_version:
<link href="${h.url_for('/styles/all.css')}" media="all" rel="stylesheet" type="text/css">
<link href="${h.url_for('/styles/print.css')}" media="screen" rel="stylesheet" type="text/css">
More information about the Mpuls-commits
mailing list