[Mpuls-commits] r1112 - wasko/branches/2.0/waskaweb/templates/documents
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Feb 2 10:05:12 CET 2010
Author: torsten
Date: 2010-02-02 10:05:12 +0100 (Tue, 02 Feb 2010)
New Revision: 1112
Modified:
wasko/branches/2.0/waskaweb/templates/documents/case_overview.mako
Log:
* waskaweb/templates/documents/case_overview.mako: Call show method in casedocument controller.
Modified: wasko/branches/2.0/waskaweb/templates/documents/case_overview.mako
===================================================================
--- wasko/branches/2.0/waskaweb/templates/documents/case_overview.mako 2010-02-02 09:04:16 UTC (rev 1111)
+++ wasko/branches/2.0/waskaweb/templates/documents/case_overview.mako 2010-02-02 09:05:12 UTC (rev 1112)
@@ -52,7 +52,7 @@
<td>${ f.getName() | F.shorten, h}</td>
<td class="number_field">${kb(f.size)} KB</td>
<td class="actions">
- <a href="/document/caseShow/${f.id}/${f.getName() | F.H}"
+ <a href="/casedocument/show/${f.id}/${f.getName() | F.H}"
target="_blank">
<img src="/images/icons/view_red.gif" border="0"
alt="${_('cm_overview_a_show')}" title="${_('cm_overview_a_show')}"></a>
More information about the Mpuls-commits
mailing list