[Mpuls-commits] r3073 - jmd/trunk/jmdstrukturweb/templates/appointments
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Jun 23 11:58:04 CEST 2010
Author: torsten
Date: 2010-06-23 11:58:01 +0200 (Wed, 23 Jun 2010)
New Revision: 3073
Modified:
jmd/trunk/jmdstrukturweb/templates/appointments/remindlist_body.mako
Log:
Changed text id no reminder is found.
Modified: jmd/trunk/jmdstrukturweb/templates/appointments/remindlist_body.mako
===================================================================
--- jmd/trunk/jmdstrukturweb/templates/appointments/remindlist_body.mako 2010-06-23 09:45:54 UTC (rev 3072)
+++ jmd/trunk/jmdstrukturweb/templates/appointments/remindlist_body.mako 2010-06-23 09:58:01 UTC (rev 3073)
@@ -28,7 +28,7 @@
% endfor
% if len(c.remindlist.getDatasets()) <= 0:
<tr>
- <td colspan="3">Keine JMD-Statistiken gefunden</td>
+ <td colspan="3">Keine Wiedervorlagen gefunden</td>
</tr>
% endif
</table>
More information about the Mpuls-commits
mailing list