[Mpuls-commits] r5173 - in base/trunk: . mpulsweb/templates/phase/dialogs

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Jul 19 09:32:37 CEST 2011


Author: torsten
Date: 2011-07-19 09:32:35 +0200 (Tue, 19 Jul 2011)
New Revision: 5173

Modified:
   base/trunk/ChangeLog
   base/trunk/mpulsweb/templates/phase/dialogs/success_halfautomatic_set_phase.mako
Log:
Issue2262: Changed dialog for half automatic phase change. Removed infotext to print out the case for the client. This hint is shown after the phase has been changed.


Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog	2011-07-18 07:32:59 UTC (rev 5172)
+++ base/trunk/ChangeLog	2011-07-19 07:32:35 UTC (rev 5173)
@@ -1,3 +1,10 @@
+2011-07-19  Torsten Irländer <torsten.irlaender at intevation.de>
+
+	* mpulsweb/templates/phase/dialogs/success_halfautomatic_set_phase.mako:
+	Issue 2262: Changed dialog for half automatic phase change. Removed
+	infotext to print out the case for the client. This hint is shown
+	after the phase has been changed.
+
 2011-07-18  Roland Geider  <roland.geider at intevation.de>
 
 	* mpulsweb/templates/search/search.mako: issue1627: don't show the

Modified: base/trunk/mpulsweb/templates/phase/dialogs/success_halfautomatic_set_phase.mako
===================================================================
--- base/trunk/mpulsweb/templates/phase/dialogs/success_halfautomatic_set_phase.mako	2011-07-18 07:32:59 UTC (rev 5172)
+++ base/trunk/mpulsweb/templates/phase/dialogs/success_halfautomatic_set_phase.mako	2011-07-19 07:32:35 UTC (rev 5173)
@@ -9,14 +9,8 @@
 <div class="dialog" />
   <h1><img src="${h.url_for('/images/icons/info/confirmation.png')}" alt="Erledigt"/>${c.dialog_title | F.NA}</h1>
   <p>${c.dialog_text | F.NA}</p>
-  <div class="import_box_dialog">
-    <p>
-      ${h.literal(_('Please consider, that the case should be given to the client in printed form after changing the phase. More information can be under %s') %  '<a href="%s" target="_blank">%s</a>' % (h.url_for(controller='/annotations', action='help', id='datenschutz_veraenderte_daten'), _('Help')))}
-    </p>
-  </div>
   <br>
   <a class="button import" href="${c.url_ok}">${_('Yes')}</a>
   <a class="button import" href="${c.url_no}">${_('No')}</a>
-  <a class="button" href="${h.url_for(controller='/case', action='printAll', id=session.get('case').id, confirmed=0)}" target="_blank">${_('Print')}</a>
   </div>
 </div>



More information about the Mpuls-commits mailing list