[Mpuls-commits] r2535 - wasko/branches/2.0/jmdweb/templates

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Apr 27 16:59:10 CEST 2010


Author: torsten
Date: 2010-04-27 16:59:10 +0200 (Tue, 27 Apr 2010)
New Revision: 2535

Modified:
   wasko/branches/2.0/jmdweb/templates/main.mako
Log:
Changed labels in templates and changed order of menues


Modified: wasko/branches/2.0/jmdweb/templates/main.mako
===================================================================
--- wasko/branches/2.0/jmdweb/templates/main.mako	2010-04-27 14:51:44 UTC (rev 2534)
+++ wasko/branches/2.0/jmdweb/templates/main.mako	2010-04-27 14:59:10 UTC (rev 2535)
@@ -116,23 +116,6 @@
     % endif
     <div class="menu">
       <div class="actions">
-        <h1>${_('Strukturdaten')}</h1>
-        <ul>
-          <li>
-            <a href="${h.url_for(controller='/jmdstruktur')}">
-              ${_('Overview')}
-            </a>
-          </li>
-          <li>
-            <a href="${h.url_for(controller='/jmdstruktur/new')}">
-              ${_('Create new')}
-            </a>
-          </li>
-        </ul>
-      </div>
-    </div>
-    <div class="menu">
-      <div class="actions">
         % if g.mpuls_config.is_enabled('module', 'casemanagement'):
           <h1>${_('menu_header_cm')}</h1>
           <ul>
@@ -160,6 +143,23 @@
         % endif
       </div>
     </div>
+    <div class="menu">
+      <div class="actions">
+        <h1>${_('Strukturdaten')}</h1>
+        <ul>
+          <li>
+            <a href="${h.url_for(controller='/jmdstruktur')}">
+              ${_('JMD-Fallakten')}
+            </a>
+          </li>
+          <li>
+            <a href="${h.url_for(controller='/jmdstruktur/new')}">
+              ${_('JMD-Fallakte anlegen')}
+            </a>
+          </li>
+        </ul>
+      </div>
+    </div>
     % if g.mpuls_config.is_enabled('module', 'evaluation'):
       <div class="menu">
         <div class="actions">



More information about the Mpuls-commits mailing list