[Mpuls-commits] r5913 - base/trunk/mpulsweb/templates/documents
scm-commit at wald.intevation.org
scm-commit at wald.intevation.org
Fri Mar 16 10:53:04 CET 2012
Author: ludwig
Date: 2012-03-16 10:53:04 +0100 (Fri, 16 Mar 2012)
New Revision: 5913
Modified:
base/trunk/mpulsweb/templates/documents/case_overview.mako
base/trunk/mpulsweb/templates/documents/global_overview.mako
Log:
Issue 2967: Enlarge "no files" row.
Because of insert_date the row size should be 4.
Modified: base/trunk/mpulsweb/templates/documents/case_overview.mako
===================================================================
--- base/trunk/mpulsweb/templates/documents/case_overview.mako 2012-03-16 09:44:53 UTC (rev 5912)
+++ base/trunk/mpulsweb/templates/documents/case_overview.mako 2012-03-16 09:53:04 UTC (rev 5913)
@@ -92,7 +92,7 @@
% endfor
% else:
<tr>
- <td colspan="3">
+ <td colspan="4">
${_('No files found')}
</td>
</tr>
Modified: base/trunk/mpulsweb/templates/documents/global_overview.mako
===================================================================
--- base/trunk/mpulsweb/templates/documents/global_overview.mako 2012-03-16 09:44:53 UTC (rev 5912)
+++ base/trunk/mpulsweb/templates/documents/global_overview.mako 2012-03-16 09:53:04 UTC (rev 5913)
@@ -78,7 +78,7 @@
% endfor
% else:
<tr>
- <td colspan="3">
+ <td colspan="4">
${_('No files found')}
</td>
</tr>
More information about the Mpuls-commits
mailing list