[Mpuls-commits] r3102 - in waska/trunk: . waskaweb/templates

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Jun 30 11:13:12 CEST 2010


Author: roland
Date: 2010-06-30 11:13:12 +0200 (Wed, 30 Jun 2010)
New Revision: 3102

Modified:
   waska/trunk/ChangeLog
   waska/trunk/waskaweb/templates/main.mako
Log:
Commented menu item related to structure part

Modified: waska/trunk/ChangeLog
===================================================================
--- waska/trunk/ChangeLog	2010-06-29 18:11:03 UTC (rev 3101)
+++ waska/trunk/ChangeLog	2010-06-30 09:13:12 UTC (rev 3102)
@@ -1,3 +1,8 @@
+2010-06-30  Roland Geider <roland.geider at intevation.de>
+
+	* waskaweb/templates/main.mako: uncommented links relating to
+	structure part
+
 2010-05-26  Torsten Irländer <torsten.irlaender at intevation.de>
 
 	* waska2/public/formed/annotations.xhtml: Added helptext for "Dauer

Modified: waska/trunk/waskaweb/templates/main.mako
===================================================================
--- waska/trunk/waskaweb/templates/main.mako	2010-06-29 18:11:03 UTC (rev 3101)
+++ waska/trunk/waskaweb/templates/main.mako	2010-06-30 09:13:12 UTC (rev 3102)
@@ -132,6 +132,10 @@
         % endif
       </div>
     </div>
+    <!--
+    Does WASKA use a structure part? If not, delete this
+    -->
+    <!--
     <%
     from mpulsweb.model.agencysettings import Agency
     permission = [int(id) for id in Agency().get_value('jmdstrukur_permission_userid', []).split(',') if id != '']
@@ -164,6 +168,7 @@
         </div>
       </div>
     % endif
+    -->
     % if g.mpuls_config.is_enabled('module', 'evaluation'):
       <div class="menu">
         <div class="actions">



More information about the Mpuls-commits mailing list