[Mpuls-commits] r2531 - wasko/branches/2.0/jmdweb/templates
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Apr 27 16:18:17 CEST 2010
Author: torsten
Date: 2010-04-27 16:18:15 +0200 (Tue, 27 Apr 2010)
New Revision: 2531
Modified:
wasko/branches/2.0/jmdweb/templates/main.mako
Log:
* jmdweb/templates/main.mako: Added section for strukturdaten to
jmdweb
Modified: wasko/branches/2.0/jmdweb/templates/main.mako
===================================================================
--- wasko/branches/2.0/jmdweb/templates/main.mako 2010-04-27 13:01:05 UTC (rev 2530)
+++ wasko/branches/2.0/jmdweb/templates/main.mako 2010-04-27 14:18:15 UTC (rev 2531)
@@ -116,6 +116,23 @@
% 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>
More information about the Mpuls-commits
mailing list