[Mpuls-commits] r4341 - in base/trunk: . mpulsweb/templates/casemanagement
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Dec 9 11:51:15 CET 2010
Author: roland
Date: 2010-12-09 11:51:13 +0100 (Thu, 09 Dec 2010)
New Revision: 4341
Modified:
base/trunk/ChangeLog
base/trunk/mpulsweb/templates/casemanagement/main.mako
Log:
issue1544: don't open the confirmation dialog for copying cases in a new window
Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog 2010-12-08 10:24:42 UTC (rev 4340)
+++ base/trunk/ChangeLog 2010-12-09 10:51:13 UTC (rev 4341)
@@ -1,3 +1,8 @@
+2010-12-06 Roland Geider <roland.geider at intevation.de>
+
+ * mpulsweb/templates/casemanagement/main.mako: issue1544: don't open
+ the confirmation dialog for copying cases in a new window
+
2010-12-07 Torsten Irlaender <torsten at intevation.de>
* mpulsweb/lib/validators.py (DateCheck): Issue522: Fixed
Modified: base/trunk/mpulsweb/templates/casemanagement/main.mako
===================================================================
--- base/trunk/mpulsweb/templates/casemanagement/main.mako 2010-12-08 10:24:42 UTC (rev 4340)
+++ base/trunk/mpulsweb/templates/casemanagement/main.mako 2010-12-09 10:51:13 UTC (rev 4341)
@@ -170,8 +170,7 @@
<a href="${h.url_for(controller='case', action='copy',
id=session.get('case').id,
confirmed=0)}"
- onclick="return checkModification();"
- target="_blank">${_('Copy case')}</a>
+ onclick="return checkModification()">${_('Copy case')}</a>
</li>
% endif
<li>
More information about the Mpuls-commits
mailing list