You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2010/02/17 14:23:14 UTC

svn commit: r910966 - in /ofbiz/trunk/themes/tomahawk/includes: appbarClose.ftl footer.ftl

Author: jleroux
Date: Wed Feb 17 13:23:14 2010
New Revision: 910966

URL: http://svn.apache.org/viewvc?rev=910966&view=rev
Log:
At r907310 while working on layering lookups I found that some of them were inappropriately named lookups and were actually lists (locales, timezones and themes)
I renamed them List (instead of Lookup) to avoid future confusion. This has not been taken into account in the new Tomahawk theme. This commit fix these issues.

Modified:
    ofbiz/trunk/themes/tomahawk/includes/appbarClose.ftl
    ofbiz/trunk/themes/tomahawk/includes/footer.ftl

Modified: ofbiz/trunk/themes/tomahawk/includes/appbarClose.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/includes/appbarClose.ftl?rev=910966&r1=910965&r2=910966&view=diff
==============================================================================
--- ofbiz/trunk/themes/tomahawk/includes/appbarClose.ftl (original)
+++ ofbiz/trunk/themes/tomahawk/includes/appbarClose.ftl Wed Feb 17 13:23:14 2010
@@ -67,11 +67,11 @@
     </#if>
     <#if userLogin?exists>
       <li><a href="<@o...@ofbizUrl>">${uiLabelMap.CommonLogout}</a></li>
-      <li><a href="<@o...@ofbizUrl>">${uiLabelMap.CommonVisualThemes}</a></li>
+      <li><a href="<@o...@ofbizUrl>">${uiLabelMap.CommonVisualThemes}</a></li>
     <#else>
       <li><a href="<@o...@ofbizUrl>">${uiLabelMap.CommonLogin}</a></li>
     </#if>
-    <li class="first"><a href="<@o...@ofbizUrl>">${uiLabelMap.CommonLanguageTitle}</a></li>
+    <li class="first"><a href="<@o...@ofbizUrl>">${uiLabelMap.CommonLanguageTitle}</a></li>
     <#if userLogin?exists>
       <#if orgName?has_content>
         <li class="org">${orgName}</li>

Modified: ofbiz/trunk/themes/tomahawk/includes/footer.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/includes/footer.ftl?rev=910966&r1=910965&r2=910966&view=diff
==============================================================================
--- ofbiz/trunk/themes/tomahawk/includes/footer.ftl (original)
+++ ofbiz/trunk/themes/tomahawk/includes/footer.ftl Wed Feb 17 13:23:14 2010
@@ -26,7 +26,7 @@
       ${uiLabelMap.CommonPoweredBy} <a href="http://ofbiz.apache.org" target="_blank">Apache OFBiz</a> <#include "../../../runtime/svninfo.ftl" />
     </li>
     <li class="opposed">${nowTimestamp?datetime?string.short} -
-  <a href="<@o...@ofbizUrl>">${timeZone.getDisplayName(timeZone.useDaylightTime(), Static["java.util.TimeZone"].LONG, locale)}</a>
+  <a href="<@o...@ofbizUrl>">${timeZone.getDisplayName(timeZone.useDaylightTime(), Static["java.util.TimeZone"].LONG, locale)}</a>
     </li>
   </ul>
 </div>