[Mpuls-commits] r5405 - base/trunk/mpulsweb/templates/help

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Oct 4 08:55:09 CEST 2011


Author: torsten
Date: 2011-10-04 08:55:08 +0200 (Tue, 04 Oct 2011)
New Revision: 5405

Modified:
   base/trunk/mpulsweb/templates/help/help.mako
Log:
Fixed helppage. New translation for case-relevant help. Fixed if condition to
hide the help for evaluations.


Modified: base/trunk/mpulsweb/templates/help/help.mako
===================================================================
--- base/trunk/mpulsweb/templates/help/help.mako	2011-09-30 13:25:12 UTC (rev 5404)
+++ base/trunk/mpulsweb/templates/help/help.mako	2011-10-04 06:55:08 UTC (rev 5405)
@@ -3,7 +3,7 @@
 <%inherit file="../main.mako" />
 <h1>${_('Helppage for %s') % h.get_app_title()}</h1>
 % if g.mpuls_config.is_enabled('module', 'casemanagement'):
-<h2>${_('User overview')}</h2>
+<h2>${_('Case Management')}</h2>
 <ul>
   <li>
     <strong>Pflichtfelder</strong>
@@ -49,7 +49,7 @@
   </li>
 </ul>
 % endif
-% if g.mpuls_config.is_enabled('module', 'agency-overview'):
+% if g.mpuls_config.is_enabled('module', 'evaluation'):
 <h2>${_('Evaluations')}</h2>
 <ul>
   <li>



More information about the Mpuls-commits mailing list