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="<@ofbizUrl>logout</@ofbizUrl>">${uiLabelMap.CommonLogout}</a></li>
- <li><a
href="<@ofbizUrl>LookupVisualThemes</@ofbizUrl>">${uiLabelMap.CommonVisualThemes}</a></li>
+ <li><a
href="<@ofbizUrl>ListVisualThemes</@ofbizUrl>">${uiLabelMap.CommonVisualThemes}</a></li>
<#else>
<li><a
href="<@ofbizUrl>${checkLoginUrl}</@ofbizUrl>">${uiLabelMap.CommonLogin}</a></li>
</#if>
- <li class="first"><a
href="<@ofbizUrl>LookupLocales</@ofbizUrl>">${uiLabelMap.CommonLanguageTitle}</a></li>
+ <li class="first"><a
href="<@ofbizUrl>ListLocales</@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="<@ofbizUrl>LookupTimezones</@ofbizUrl>">${timeZone.getDisplayName(timeZone.useDaylightTime(),
Static["java.util.TimeZone"].LONG, locale)}</a>
+ <a
href="<@ofbizUrl>ListTimezones</@ofbizUrl>">${timeZone.getDisplayName(timeZone.useDaylightTime(),
Static["java.util.TimeZone"].LONG, locale)}</a>
</li>
</ul>
</div>