[Mpuls-commits] r4401 - in jmd/trunk: . jmdstrukturweb/templates

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Dec 16 13:00:29 CET 2010


Author: roland
Date: 2010-12-16 13:00:28 +0100 (Thu, 16 Dec 2010)
New Revision: 4401

Modified:
   jmd/trunk/ChangeLog
   jmd/trunk/jmdstrukturweb/templates/main.mako
Log:
issue1604: Remove the "My Account" link from the top navigation in the structure part

Modified: jmd/trunk/ChangeLog
===================================================================
--- jmd/trunk/ChangeLog	2010-12-16 10:58:22 UTC (rev 4400)
+++ jmd/trunk/ChangeLog	2010-12-16 12:00:28 UTC (rev 4401)
@@ -1,5 +1,10 @@
 2010-12-16  Roland Geider <roland.geider at intevation.de>
 
+	* jmdstrukturweb/templates/main.mako: issue1604: Remove the "My
+	  Account" link from the top navigation in the structure part
+
+2010-12-16  Roland Geider <roland.geider at intevation.de>
+
 	* jmdweb/templates/privacy/default/privacy_statement.html: issue619 use
 	  the site's favicon on the privacy statements
 

Modified: jmd/trunk/jmdstrukturweb/templates/main.mako
===================================================================
--- jmd/trunk/jmdstrukturweb/templates/main.mako	2010-12-16 10:58:22 UTC (rev 4400)
+++ jmd/trunk/jmdstrukturweb/templates/main.mako	2010-12-16 12:00:28 UTC (rev 4401)
@@ -30,13 +30,6 @@
         </a>
       </li>
       <li>
-        <a href="${h.url_for(controller='/usersettings', action='showSettings',
-                             id=h.getUserId())}"
-           onclick="return checkModification();">
-          ${_('sm_menu_link_settings')}
-        </a>
-      </li>
-      <li>
           <a href="${h.url_for(controller='/help')}"
            onclick="return checkModification();">
            ${_('sm_menu_link_help')}</a>



More information about the Mpuls-commits mailing list