You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by ld...@apache.org on 2012/02/20 08:42:45 UTC

svn commit: r1291140 - in /karaf/webconsole/trunk/core/src/main/resources/org/apache/karaf/webconsole/core/navigation/markup: LanguageTopPanel.html NavigationTopPanel.html

Author: ldywicki
Date: Mon Feb 20 07:42:45 2012
New Revision: 1291140

URL: http://svn.apache.org/viewvc?rev=1291140&view=rev
Log:
Tab separators in navigation.

Modified:
    karaf/webconsole/trunk/core/src/main/resources/org/apache/karaf/webconsole/core/navigation/markup/LanguageTopPanel.html
    karaf/webconsole/trunk/core/src/main/resources/org/apache/karaf/webconsole/core/navigation/markup/NavigationTopPanel.html

Modified: karaf/webconsole/trunk/core/src/main/resources/org/apache/karaf/webconsole/core/navigation/markup/LanguageTopPanel.html
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/core/src/main/resources/org/apache/karaf/webconsole/core/navigation/markup/LanguageTopPanel.html?rev=1291140&r1=1291139&r2=1291140&view=diff
==============================================================================
--- karaf/webconsole/trunk/core/src/main/resources/org/apache/karaf/webconsole/core/navigation/markup/LanguageTopPanel.html (original)
+++ karaf/webconsole/trunk/core/src/main/resources/org/apache/karaf/webconsole/core/navigation/markup/LanguageTopPanel.html Mon Feb 20 07:42:45 2012
@@ -20,6 +20,7 @@
         <wicket:child /><!-- make extensions be rendered first -->
 
         <ul class="nav pull-right">
+            <li class="divider-vertical"></li>
             <li class="dropdown">
                 <a class="dropdown-toggle" data-toggle="dropdown">
                     <wicket:message key="language" /> <b class="caret"></b>
@@ -33,7 +34,7 @@
                     </li>
                 </ul>
             </li>
-
+            <li class="divider-vertical"></li>
         </ul>
     </div>
 </wicket:extend>
\ No newline at end of file

Modified: karaf/webconsole/trunk/core/src/main/resources/org/apache/karaf/webconsole/core/navigation/markup/NavigationTopPanel.html
URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/core/src/main/resources/org/apache/karaf/webconsole/core/navigation/markup/NavigationTopPanel.html?rev=1291140&r1=1291139&r2=1291140&view=diff
==============================================================================
--- karaf/webconsole/trunk/core/src/main/resources/org/apache/karaf/webconsole/core/navigation/markup/NavigationTopPanel.html (original)
+++ karaf/webconsole/trunk/core/src/main/resources/org/apache/karaf/webconsole/core/navigation/markup/NavigationTopPanel.html Mon Feb 20 07:42:45 2012
@@ -18,12 +18,14 @@
 <wicket:extend xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd">
 
     <ul class="nav">
-        <li wicket:id="tabs">
-            <a wicket:id="moduleLink">
-                <span wicket:id="moduleLabel"></span>
-            </a>
-        </li>
-        <li class="divider-vertical"></li>
+        <wicket:container wicket:id="tabs">
+            <li>
+                <a wicket:id="moduleLink">
+                    <span wicket:id="moduleLabel"></span>
+                </a>
+            </li>
+            <li class="divider-vertical"></li>
+        </wicket:container>
     </ul>
 
     <wicket:child />
@@ -43,6 +45,7 @@
                 </li>
             </ul>
         </li>
+        <li class="divider-vertical"></li>
         <li>
             <a wicket:id="logoutLink">
                 <wicket:message key="logout" />