[Mpuls-commits] r6011 - jmd/trunk/jmdweb/templates/casemanagement

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Thu Aug 2 11:39:24 CEST 2012


Author: ludwig
Date: 2012-08-02 11:39:24 +0200 (Thu, 02 Aug 2012)
New Revision: 6011

Modified:
   jmd/trunk/jmdweb/templates/casemanagement/new.mako
Log:
Add print_empty_statement to new case mako.


Modified: jmd/trunk/jmdweb/templates/casemanagement/new.mako
===================================================================
--- jmd/trunk/jmdweb/templates/casemanagement/new.mako	2012-08-02 09:36:33 UTC (rev 6010)
+++ jmd/trunk/jmdweb/templates/casemanagement/new.mako	2012-08-02 09:39:24 UTC (rev 6011)
@@ -114,7 +114,7 @@
     
     % if g.mpuls_config.is_enabled('case-module', 'meta-server'):
     <div style="padding: 1em 0;">
-	<p>${_('Please notice, that the sync acceptence statement is the base for using the AiR case.')}</p>
+	<p>${_('Please notice, that the sync acceptence statement is the base for using the AiR case.')} <a href="${h.url(controller='meta', action='print_empty_statement')}">${_('Print statement')}</a></p>
     </div>
     <div class="waska_form_element w100">
     	<input type="checkbox" id="sync_permission" name="sync_permission"><label for="sync_permisson">${_('The sync acceptence statement for using the AiR case has been obtained while the initial meeting.')}</label>



More information about the Mpuls-commits mailing list