[Mpuls-commits] r5498 - base/trunk/mpulsweb/templates/logbook

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Oct 25 15:08:53 CEST 2011


Author: roland
Date: 2011-10-25 15:08:52 +0200 (Tue, 25 Oct 2011)
New Revision: 5498

Modified:
   base/trunk/mpulsweb/templates/logbook/overview_print.mako
Log:
issue2562: correct printing template for the logbook


Modified: base/trunk/mpulsweb/templates/logbook/overview_print.mako
===================================================================
--- base/trunk/mpulsweb/templates/logbook/overview_print.mako	2011-10-24 11:58:10 UTC (rev 5497)
+++ base/trunk/mpulsweb/templates/logbook/overview_print.mako	2011-10-25 13:08:52 UTC (rev 5498)
@@ -33,7 +33,7 @@
               <td class="noborder table_row_v_2">${entry.getEditor()}</td>
           </tr>
           <tr>
-              <td class="noborder label table_header_v">$_('Type')}</td>
+              <td class="noborder label table_header_v">${_('Type')}</td>
               <td class="noborder table_row_v">${entry.getKind()}</td>
           </tr>
           <tr>



More information about the Mpuls-commits mailing list