[Mpuls-commits] r6012 - waska/branches/waska3/waskaweb/templates/casemanagement

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Thu Aug 2 11:41:03 CEST 2012


Author: ludwig
Date: 2012-08-02 11:41:03 +0200 (Thu, 02 Aug 2012)
New Revision: 6012

Modified:
   waska/branches/waska3/waskaweb/templates/casemanagement/new.mako
Log:
Add print empty statement to new case mako.


Modified: waska/branches/waska3/waskaweb/templates/casemanagement/new.mako
===================================================================
--- waska/branches/waska3/waskaweb/templates/casemanagement/new.mako	2012-08-02 09:39:24 UTC (rev 6011)
+++ waska/branches/waska3/waskaweb/templates/casemanagement/new.mako	2012-08-02 09:41:03 UTC (rev 6012)
@@ -152,7 +152,7 @@
     </div>
      % 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