[Mpuls-commits] r6001 - in base/trunk/mpulsweb: . templates/evaluation

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Thu Jul 26 11:48:16 CEST 2012


Author: torsten
Date: 2012-07-26 11:48:16 +0200 (Thu, 26 Jul 2012)
New Revision: 6001

Removed:
   base/trunk/mpulsweb/commands/
Modified:
   base/trunk/mpulsweb/templates/evaluation/overview.mako
Log:
Removed old and never really finished approach for new db-administration
scripts.


Modified: base/trunk/mpulsweb/templates/evaluation/overview.mako
===================================================================
--- base/trunk/mpulsweb/templates/evaluation/overview.mako	2012-07-26 09:44:10 UTC (rev 6000)
+++ base/trunk/mpulsweb/templates/evaluation/overview.mako	2012-07-26 09:48:16 UTC (rev 6001)
@@ -7,13 +7,7 @@
 </%def>
 <h1>${_('Agency overview')} (${_('Datadump of')}
 ${h.NA(h.dd_mm_YYYY(c.datadump))})</h1>
-% if h.hasRole(['admin']):
- <!-- <p>${_('List all case documents of the organisation or the user')}</p>-->
-% endif
-
-% if h.hasRole(['cm']):
- <!-- <p>${_('List all cases of this user')}</p>-->
-%endif
+<p>${_('Evaluation data is from %s') % c.last_update}</p>
 <%include file="/evaluation/search.mako" />
 ${ungettext('%s case in %s agency was found.', '%s cases in %s agencys where found.', c.count_all) % (c.count_all, c.count_agency)}
 <div class="waska_form">



More information about the Mpuls-commits mailing list