[Mpuls-commits] r6043 - base/trunk/mpulsweb/templates/privacy/dialogs
scm-commit at wald.intevation.org
scm-commit at wald.intevation.org
Fri Aug 24 11:39:38 CEST 2012
Author: torsten
Date: 2012-08-24 11:39:38 +0200 (Fri, 24 Aug 2012)
New Revision: 6043
Modified:
base/trunk/mpulsweb/templates/privacy/dialogs/missing_syncpermission.mako
Log:
Changed dialog for missing AiR-Statement
Modified: base/trunk/mpulsweb/templates/privacy/dialogs/missing_syncpermission.mako
===================================================================
--- base/trunk/mpulsweb/templates/privacy/dialogs/missing_syncpermission.mako 2012-08-24 08:45:34 UTC (rev 6042)
+++ base/trunk/mpulsweb/templates/privacy/dialogs/missing_syncpermission.mako 2012-08-24 09:39:38 UTC (rev 6043)
@@ -10,20 +10,23 @@
<h1><img src="${h.url('/images/icons/info/info.png')}" alt="" width="48" height="48" />${_('Missing data for the sync persmission')}</h1>
<p>${_('The sync permission of the youth to sync data to the meta server. You are resonsible for this.')}</p>
% if h.hasRole(['cm']):
- <ol>
- <li>
- ${h.literal(_('<strong>Permission granted</strong>, when the permission is granted.'))}
- </li>
- <li>
- ${h.literal(_('<strong>Permission unclear</strong>, when the permission is unclear but should be obtained later.'))}
- </li>
- <li>${h.literal(_('<strong>Permission refused</strong>, when permission is refused and will not be granted later.'))}
- </li>
- </ol>
+ <p>${h.literal(_('Please notice that the acceptence statement needs to be written. For this use <a href="%s" target="_blank">Printversion of this statement</a>. Please choose:') % h.url(controller="privacy", action="printStatement", id=c.ds_id))}
+
+ <ol>
+ <li>
+ ${h.literal(_('<strong>Permission granted</strong>, when the permission is granted.'))}
+ </li>
+ <li>
+ ${h.literal(_('<strong>Permission unclear</strong>, when the permission is unclear but should be obtained later.'))}
+ </li>
+ <li>${h.literal(_('<strong>Permission refused</strong>, when permission is refused and will not be granted later.'))}
+ </li>
+ </ol>
+ </p>
<p>
- <a class="button" href="${h.url(controller="meta", action="index", id=c.ds_id, confirmed=0)}">${_('Permission granted')}</a>
- <a class="button" href="${c.targeturl}">${_('Permission unclear')}</a>
- <a class="button" href="${h.url(controller="meta", action="withdraw_only", id=c.ds_id, confirmed=0)}">${_('Permission refused')}</a>
+ <a class="button" href="${h.url(controller="meta", action="index", id=c.ds_id, confirmed=0)}">${_('Statement accepted')}</a>
+ <a class="button" href="${c.targeturl}">${_('Statement unclear')}</a>
+ <a class="button" href="${h.url(controller="meta", action="withdraw_only", id=c.ds_id, confirmed=0)}">${_('Statement declined')}</a>
</p>
% else:
<p>
More information about the Mpuls-commits
mailing list