[Mpuls-commits] r5740 - base/trunk/mpulsweb/templates/meta

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Dec 22 17:13:41 CET 2011


Author: torsten
Date: 2011-12-22 17:13:39 +0100 (Thu, 22 Dec 2011)
New Revision: 5740

Modified:
   base/trunk/mpulsweb/templates/meta/disallow.mako
Log:
Changed text on disallow page. Now a case is anaonymized instead of deleted if
the sync permission is revoked globally.


Modified: base/trunk/mpulsweb/templates/meta/disallow.mako
===================================================================
--- base/trunk/mpulsweb/templates/meta/disallow.mako	2011-12-22 16:11:51 UTC (rev 5739)
+++ base/trunk/mpulsweb/templates/meta/disallow.mako	2011-12-22 16:13:39 UTC (rev 5740)
@@ -11,8 +11,8 @@
 </div>
 <br>
 <div class="widget container">
-<h2>2. ${_('Withdraw globally and delete meta case')}</h2>
+<h2>2. ${_('Withdraw globally and anonymize meta case')}</h2>
 <p>${_('The agreement will be withdrawn globally.')}</p>
-<p>${h.literal(_('<strong>This leads to deletion of the whole meta case which means that the meta case is not available in other project cases anymore!</strong>'))}</p>
-<p><a href="${h.url_for(controller='/meta', action='withdraw_delete_metacase', id=session.get('case').id, confirmed=0)}" onclick="return checkModification();" class="button">${_('Withdraw globally and delete meta case')}</a></p>
+<p>${h.literal(_('<strong>This leads to anonymization of the whole meta case which means that the meta case is not available in other project cases anymore!</strong>'))}</p>
+<p><a href="${h.url_for(controller='/meta', action='withdraw_anonymize_metacase', id=session.get('case').id, confirmed=0)}" onclick="return checkModification();" class="button">${_('Withdraw globally and anonymize meta case')}</a></p>
 </div>



More information about the Mpuls-commits mailing list