I did try to backport this change to R9.04 but it seems I can't.
Could someone please do it?
Thank you,
Bruno
2009/9/25 <
[hidden email]>:
> Author: buscob
> Date: Fri Sep 25 19:58:43 2009
> New Revision: 818976
>
> URL:
http://svn.apache.org/viewvc?rev=818976&view=rev> Log:
> Fixed links to VisualTheme, Locale and Timezone selection in bizznesstime theme
>
> Modified:
> ofbiz/trunk/themes/bizznesstime/includes/header.ftl
>
> Modified: ofbiz/trunk/themes/bizznesstime/includes/header.ftl
> URL:
http://svn.apache.org/viewvc/ofbiz/trunk/themes/bizznesstime/includes/header.ftl?rev=818976&r1=818975&r2=818976&view=diff> ==============================================================================
> --- ofbiz/trunk/themes/bizznesstime/includes/header.ftl (original)
> +++ ofbiz/trunk/themes/bizznesstime/includes/header.ftl Fri Sep 25 19:58:43 2009
> @@ -109,9 +109,9 @@
> <span id="prefBtn">
> <a href="#" class="contracted">${uiLabelMap.CommonPreferences}</a>
> <div id="preferences" style="display:none">
> - <a href="#" rel="<@ofbizUrl>LookupLocales</@ofbizUrl>" id="language">${uiLabelMap.CommonLanguageTitle} - ${locale.getDisplayName(locale)}</a>
> - <a href="#" rel="<@ofbizUrl>LookupTimezones</@ofbizUrl>" id="timezone">${nowTimestamp?datetime?string.short} - ${timeZone.getDisplayName(timeZone.useDaylightTime(), Static["java.util.TimeZone"].LONG, locale)}</a>
> - <a href="#" rel="<@ofbizUrl>LookupVisualThemes</@ofbizUrl>" id="theme">${uiLabelMap.CommonVisualThemes}</a>
> + <a href="<@ofbizUrl>LookupLocales</@ofbizUrl>" id="language">${uiLabelMap.CommonLanguageTitle} - ${locale.getDisplayName(locale)}</a>
> + <a href="<@ofbizUrl>LookupTimezones</@ofbizUrl>" id="timezone">${nowTimestamp?datetime?string.short} - ${timeZone.getDisplayName(timeZone.useDaylightTime(), Static["java.util.TimeZone"].LONG, locale)}</a>
> + <a href="<@ofbizUrl>LookupVisualThemes</@ofbizUrl>" id="theme">${uiLabelMap.CommonVisualThemes}</a>
> </div>
> </span>
> <span>
>
>
>