You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by bu...@apache.org on 2009/12/14 22:33:17 UTC

svn commit: r890488 - in /ofbiz/trunk/themes/droppingcrumbs: includes/appbarOpen.ftl webapp/droppingcrumbs/css/style.css

Author: buscob
Date: Mon Dec 14 21:33:17 2009
New Revision: 890488

URL: http://svn.apache.org/viewvc?rev=890488&view=rev
Log:
Primary and secondary applications are now displayed on two columns in droppingcrumbs theme

Modified:
    ofbiz/trunk/themes/droppingcrumbs/includes/appbarOpen.ftl
    ofbiz/trunk/themes/droppingcrumbs/webapp/droppingcrumbs/css/style.css

Modified: ofbiz/trunk/themes/droppingcrumbs/includes/appbarOpen.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/droppingcrumbs/includes/appbarOpen.ftl?rev=890488&r1=890487&r2=890488&view=diff
==============================================================================
--- ofbiz/trunk/themes/droppingcrumbs/includes/appbarOpen.ftl (original)
+++ ofbiz/trunk/themes/droppingcrumbs/includes/appbarOpen.ftl Mon Dec 14 21:33:17 2009
@@ -37,7 +37,7 @@
         <h2>${uiLabelMap.CommonApplications}</h2>
         <ul>
           <li>
-            <ul>
+            <ul><li><ul class="primary">
             <#-- Primary Applications -->
             <#list displayApps as display>
               <#assign thisApp = display.getContextRoot()>
@@ -58,7 +58,6 @@
                 <#if thisApp != "/">
                   <#assign thisURL = thisURL + "/control/main">
                 </#if>
-<#--            <#if !selected> -->
                 <#-- Show OFBiz Setup component menu bar when the system not have an organization -->
                 <#if thisApp.equals("/ofbizsetup")>
                     <#if PartyAcctgPrefAndGroupList.size() == 0>
@@ -67,10 +66,10 @@
                 <#else>
                     <li <#if selected>class="selected"</#if>><a href="${thisURL + externalKeyParam}" <#if uiLabelMap?exists> title="${uiLabelMap[display.description]}">${uiLabelMap[display.title]}<#else> title="${display.description}">${display.title}</#if></a></li>
                 </#if>
-<#--            </#if> -->
               </#if>
             </#list>
-           
+           </ul></li>
+           <li><ul class="secondary">
             <#-- Secondary Applications -->
             <#list displaySecondaryApps as display>
               <#assign thisApp = display.getContextRoot()>
@@ -91,7 +90,6 @@
                 <#if thisApp != "/">
                   <#assign thisURL = thisURL + "/control/main">
                 </#if>
-<#--            <#if !selected> -->
                 <#-- Show OFBiz Setup component menu bar when the system not have an organization -->
                 <#if thisApp.equals("/ofbizsetup")>
                     <#if PartyAcctgPrefAndGroupList.size() == 0>
@@ -100,7 +98,6 @@
                 <#else>
                     <li <#if selected>class="selected"</#if>><a href="${thisURL + externalKeyParam}" <#if uiLabelMap?exists> title="${uiLabelMap[display.description]}">${uiLabelMap[display.title]}<#else> title="${display.description}">${display.title}</#if></a></li>
                 </#if>
-<#--            </#if> -->
               </#if>
             </#list>
             </ul>

Modified: ofbiz/trunk/themes/droppingcrumbs/webapp/droppingcrumbs/css/style.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/droppingcrumbs/webapp/droppingcrumbs/css/style.css?rev=890488&r1=890487&r2=890488&view=diff
==============================================================================
--- ofbiz/trunk/themes/droppingcrumbs/webapp/droppingcrumbs/css/style.css (original)
+++ ofbiz/trunk/themes/droppingcrumbs/webapp/droppingcrumbs/css/style.css Mon Dec 14 21:33:17 2009
@@ -1086,6 +1086,10 @@
 border-right: solid 4px #444444;
 }
 
+#main-navigation ul li ul li ul.secondary{
+left:204px;
+}
+
 #app-navigation ul li ul {
 background-color: #006699;
 border-bottom: solid 5px #003366;