[Mpuls-commits] r1479 - wasko/branches/2.0/mpulsweb/templates/home

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Feb 10 17:50:33 CET 2010


Author: torsten
Date: 2010-02-10 17:50:32 +0100 (Wed, 10 Feb 2010)
New Revision: 1479

Modified:
   wasko/branches/2.0/mpulsweb/templates/home/home.mako
Log:
* mpulsweb/templates/home/home.mako: Display global appointments.


Modified: wasko/branches/2.0/mpulsweb/templates/home/home.mako
===================================================================
--- wasko/branches/2.0/mpulsweb/templates/home/home.mako	2010-02-10 16:49:40 UTC (rev 1478)
+++ wasko/branches/2.0/mpulsweb/templates/home/home.mako	2010-02-10 16:50:32 UTC (rev 1479)
@@ -35,5 +35,11 @@
       </div>
     % endif
   % endif
+  
+  ## APPOINTMENTS 
+  % if g.mpuls_config.is_enabled('module', 'appointments'):
+    <h2>Einrichtungsweite Termine</h2>
+    <%include file="/home/globalappointmentlist.mako"/>
+  % endif
 
 % endif



More information about the Mpuls-commits mailing list