r9742 - helma-ng/trunk/apps/demo/skins
[email protected] Wed, 13 May 2009 15:33:43 +0200 (CEST)
| Newsgroups | gmane.comp.java.helma.cvs |
|---|---|
| Message-ID | <20090513133343.2D8C43D0D6@mia> |
Author: hannes
Date: 2009-05-13 15:33:43 +0200 (Wed, 13 May 2009)
New Revision: 9742
Modified:
helma-ng/trunk/apps/demo/skins/base.html
Log:
Change order in demo app menu bar
Details at http://dev.helma.org/trac/helma/changeset/9742
Modified: helma-ng/trunk/apps/demo/skins/base.html
===================================================================
--- helma-ng/trunk/apps/demo/skins/base.html 2009-05-13 12:52:54 UTC (rev 9741)
+++ helma-ng/trunk/apps/demo/skins/base.html 2009-05-13 13:33:43 UTC (rev 9742)
@@ -21,9 +21,9 @@
<div id="menu">
<ul>
<li><a href="/" class="<% matchPath ^/$ %>">home</a></li>
+ <li><a href="/mount/point/" class="<% matchPath ^/mount/point %>">modules</a></li>
<li><a href="/skins" class="<% matchPath ^/skin %>">skins</a></li>
<li><a href="/storage/" class="<% matchPath ^/storage/ %>">storage</a></li>
- <li><a href="/mount/point/" class="<% matchPath ^/mount/point %>">modules</a></li>
<li><a href="/continuation" class="<% matchPath ^/continuation %>">continuations</a></li>
<li><a href="/logging" class="<% matchPath ^/logging %>">logging & profiling</a></li>
</ul>