[Mpuls-commits] r5006 - in jmd/trunk: . jmdweb/templates/phase/dialogs
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed May 25 12:36:49 CEST 2011
Author: ludwig
Date: 2011-05-25 12:36:48 +0200 (Wed, 25 May 2011)
New Revision: 5006
Modified:
jmd/trunk/ChangeLog
jmd/trunk/jmdweb/templates/phase/dialogs/success_set_phase.mako
Log:
Issue1529: If this dialog is used, the case navigator is on the left side.
Changed the inherit file of this dialog.
Modified: jmd/trunk/ChangeLog
===================================================================
--- jmd/trunk/ChangeLog 2011-05-25 10:23:29 UTC (rev 5005)
+++ jmd/trunk/ChangeLog 2011-05-25 10:36:48 UTC (rev 5006)
@@ -1,3 +1,9 @@
+2011-05-25 Ludwig Reiter <ludwig.reiter at intevation.de>
+
+ * jmdweb/templates/phase/dialogs/success_set_phase.mako:
+ Issue1529: If this dialog is used the case navigator is on the
+ left side. Changed the inherit file of this dialog.
+
2011-05-19 Ludwig Reiter <ludwig.reiter at intevation.de>
* jmdweb/i18n/de/LC_MESSAGES/mpulsweb.po:
Modified: jmd/trunk/jmdweb/templates/phase/dialogs/success_set_phase.mako
===================================================================
--- jmd/trunk/jmdweb/templates/phase/dialogs/success_set_phase.mako 2011-05-25 10:23:29 UTC (rev 5005)
+++ jmd/trunk/jmdweb/templates/phase/dialogs/success_set_phase.mako 2011-05-25 10:36:48 UTC (rev 5006)
@@ -1,6 +1,6 @@
## -*- coding: utf-8 -*-
<%! import mpulsweb.lib.helper.filters as F %>
-<%inherit file="/main.mako" />
+<%inherit file="/casemanagement/main.mako" />
<%def name="buildNavipath()">
${parent.buildNavipath()}
<li><a href="${h.url_for(controller='/case', action='select', id=session.get('case').id)}">${_('Selected case documents')}</a></li>
More information about the Mpuls-commits
mailing list