[Mpuls-commits] r913 - wasko/branches/2.0/waskaweb/templates/documents
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Jan 26 18:08:42 CET 2010
Author: torsten
Date: 2010-01-26 18:08:40 +0100 (Tue, 26 Jan 2010)
New Revision: 913
Modified:
wasko/branches/2.0/waskaweb/templates/documents/global_overview.mako
Log:
* waskaweb/templates/documents/global_overview.mako: Call format_number instead of formatNumber
Modified: wasko/branches/2.0/waskaweb/templates/documents/global_overview.mako
===================================================================
--- wasko/branches/2.0/waskaweb/templates/documents/global_overview.mako 2010-01-26 17:07:41 UTC (rev 912)
+++ wasko/branches/2.0/waskaweb/templates/documents/global_overview.mako 2010-01-26 17:08:40 UTC (rev 913)
@@ -29,7 +29,7 @@
</tr>
<% idset = 0 %>
% if len(c.files) > 0:
- <% kb = lambda x: h.formatNumber(x * 1.0/1024.0) %>
+ <% kb = lambda x: h.format_number(x * 1.0/1024.0) %>
% for f in c.files:
% if idset==0:
<tr>
More information about the Mpuls-commits
mailing list