[Mpuls-commits] r6030 - base/trunk/mpulsweb/templates/phase/dialogs
scm-commit at wald.intevation.org
scm-commit at wald.intevation.org
Tue Aug 14 14:54:21 CEST 2012
Author: torsten
Date: 2012-08-14 14:54:20 +0200 (Tue, 14 Aug 2012)
New Revision: 6030
Modified:
base/trunk/mpulsweb/templates/phase/dialogs/success_set_phase.mako
Log:
Do not show infos an successfully updates meta-cases. This is already done in
the dialog text.
Modified: base/trunk/mpulsweb/templates/phase/dialogs/success_set_phase.mako
===================================================================
--- base/trunk/mpulsweb/templates/phase/dialogs/success_set_phase.mako 2012-08-14 12:53:35 UTC (rev 6029)
+++ base/trunk/mpulsweb/templates/phase/dialogs/success_set_phase.mako 2012-08-14 12:54:20 UTC (rev 6030)
@@ -11,15 +11,7 @@
<p>${c.dialog_text | F.NA}</p>
<div class="import_box_dialog">
<ol>
- % if c.show_meta_case_upload_hint:
<li>
- ${c.show_meta_case_upload_hint}<br>
- <a class="button import" href="${h.url(controller='meta', action='index', id=session.get('case').id)}">${_('Meta case')}</a>
- <br>
- <br>
- </li>
- % endif
- <li>
${h.literal(_('Please remember: If the modus changes a printed case file has to be delivered to the young person. Further information you will find in <a href="%s" target="_blank">Help</a>.<br>') % h.url(controller='annotations', action='help', id='datenschutz_veraenderte_daten'))}
<a class="button import" href="${h.url(controller='case', action='printAll', id=session.get('case').id, confirmed=0)}" target="_blank">${_('Print')}</a>
</li>
More information about the Mpuls-commits
mailing list