[Mpuls-commits] r5041 - in jmd/trunk: . jmdstrukturweb/templates/phase/dialogs
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue May 31 12:52:59 CEST 2011
Author: torsten
Date: 2011-05-31 12:52:58 +0200 (Tue, 31 May 2011)
New Revision: 5041
Modified:
jmd/trunk/ChangeLog
jmd/trunk/jmdstrukturweb/templates/phase/dialogs/success_fullautomatic_set_phase.mako
jmd/trunk/jmdstrukturweb/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-31 10:33:47 UTC (rev 5040)
+++ jmd/trunk/ChangeLog 2011-05-31 10:52:58 UTC (rev 5041)
@@ -1,3 +1,10 @@
+2011-05-31 Torsten Irländer <torsten.irlaender at intevation.de>
+
+ * jmdstrukturweb/templates/phase/dialogs/success_fullautomatic_set_phase.mako,
+ jmdstrukturweb/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-31 Roland Geider <roland.geider at intevation.de>
* jmdstrukturweb/public/formed/formedtree.xml: issue1802: add
Modified: jmd/trunk/jmdstrukturweb/templates/phase/dialogs/success_fullautomatic_set_phase.mako
===================================================================
--- jmd/trunk/jmdstrukturweb/templates/phase/dialogs/success_fullautomatic_set_phase.mako 2011-05-31 10:33:47 UTC (rev 5040)
+++ jmd/trunk/jmdstrukturweb/templates/phase/dialogs/success_fullautomatic_set_phase.mako 2011-05-31 10:52:58 UTC (rev 5041)
@@ -1,5 +1,5 @@
## -*- coding: utf-8 -*-
-<%inherit file="/main.mako" />
+<%inherit file="/casemanagement/main.mako" />
<%def name="buildNavipath()">
${parent.buildNavipath()}
<li><a href="${h.url_for(controller='/case')}">${_('Case Management')}</a></li>
Modified: jmd/trunk/jmdstrukturweb/templates/phase/dialogs/success_set_phase.mako
===================================================================
--- jmd/trunk/jmdstrukturweb/templates/phase/dialogs/success_set_phase.mako 2011-05-31 10:33:47 UTC (rev 5040)
+++ jmd/trunk/jmdstrukturweb/templates/phase/dialogs/success_set_phase.mako 2011-05-31 10:52:58 UTC (rev 5041)
@@ -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