[Mpuls-commits] r5468 - base/trunk/mpulsweb/templates/phase/dialogs
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Oct 14 11:17:41 CEST 2011
Author: torsten
Date: 2011-10-14 11:17:40 +0200 (Fri, 14 Oct 2011)
New Revision: 5468
Modified:
base/trunk/mpulsweb/templates/phase/dialogs/success_set_phase.mako
Log:
Do not open meta-page in new tag in dialog after phasechange. Fixes Issue2524
Modified: base/trunk/mpulsweb/templates/phase/dialogs/success_set_phase.mako
===================================================================
--- base/trunk/mpulsweb/templates/phase/dialogs/success_set_phase.mako 2011-10-13 18:03:09 UTC (rev 5467)
+++ base/trunk/mpulsweb/templates/phase/dialogs/success_set_phase.mako 2011-10-14 09:17:40 UTC (rev 5468)
@@ -14,7 +14,7 @@
% if c.show_meta_case_hint:
<li>
${_('It is strongly recommended to sync the case with its meta-case after changing the phase as this is a significant change in the support of the client. Please open the meta-case to sync the updated case to the meta-server.')}<br>
- <a class="button import" href="${h.url_for(controller='/meta', action='index', id=session.get('case').id)}" target="_blank">${_('Meta case')}</a>
+ <a class="button import" href="${h.url_for(controller='/meta', action='index', id=session.get('case').id)}">${_('Meta case')}</a>
<br>
<br>
</li>
More information about the Mpuls-commits
mailing list