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

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed May 25 12:23:30 CEST 2011


Author: ludwig
Date: 2011-05-25 12:23:29 +0200 (Wed, 25 May 2011)
New Revision: 5005

Modified:
   base/trunk/ChangeLog
   base/trunk/mpulsweb/templates/phase/dialogs/success_fullautomatic_set_phase.mako
   base/trunk/mpulsweb/templates/phase/dialogs/success_set_phase.mako
Log:
Issue 1529: After setting of a new phase the case navigation should be on the
left side. So the inherited files in these dialogs are changed.


Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog	2011-05-25 09:50:21 UTC (rev 5004)
+++ base/trunk/ChangeLog	2011-05-25 10:23:29 UTC (rev 5005)
@@ -1,5 +1,12 @@
 2011-05-25  Ludwig Reiter <ludwig.reiter at inteation.de>
 
+	* mpulsweb/templates/phase/dialogs/success_fullautomatic_set_phase.mako,
+	mpulsweb/templates/phase/dialogs/success_set_phase.mako:
+	Issue1529: After setting of a new phase the case navigation should be
+	on the left side. So I changed the inherited files in these dialogs.
+
+2011-05-25  Ludwig Reiter <ludwig.reiter at inteation.de>
+
 	* mpulsweb/lib/validators.py:
 	Issue1972: Modification to the CreateAppointmentForm validator.
 	Start/end/date/time should not be empty and no defaults are choosen,

Modified: base/trunk/mpulsweb/templates/phase/dialogs/success_fullautomatic_set_phase.mako
===================================================================
--- base/trunk/mpulsweb/templates/phase/dialogs/success_fullautomatic_set_phase.mako	2011-05-25 09:50:21 UTC (rev 5004)
+++ base/trunk/mpulsweb/templates/phase/dialogs/success_fullautomatic_set_phase.mako	2011-05-25 10:23:29 UTC (rev 5005)
@@ -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')}">${_('Case Management')}</a></li>

Modified: base/trunk/mpulsweb/templates/phase/dialogs/success_set_phase.mako
===================================================================
--- base/trunk/mpulsweb/templates/phase/dialogs/success_set_phase.mako	2011-05-25 09:50:21 UTC (rev 5004)
+++ base/trunk/mpulsweb/templates/phase/dialogs/success_set_phase.mako	2011-05-25 10:23:29 UTC (rev 5005)
@@ -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