You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Bruno Busco <br...@gmail.com> on 2009/09/26 08:42:40 UTC

Re: svn commit: r818976 - /ofbiz/trunk/themes/bizznesstime/includes/header.ftl

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  <bu...@apache.org>:
> 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="<@o...@ofbizUrl>" id="language">${uiLabelMap.CommonLanguageTitle} - ${locale.getDisplayName(locale)}</a>
> -                    <a href="#" rel="<@o...@ofbizUrl>" id="timezone">${nowTimestamp?datetime?string.short} - ${timeZone.getDisplayName(timeZone.useDaylightTime(), Static["java.util.TimeZone"].LONG, locale)}</a>
> -                    <a href="#" rel="<@o...@ofbizUrl>" id="theme">${uiLabelMap.CommonVisualThemes}</a>
> +                    <a href="<@o...@ofbizUrl>" id="language">${uiLabelMap.CommonLanguageTitle} - ${locale.getDisplayName(locale)}</a>
> +                    <a href="<@o...@ofbizUrl>" id="timezone">${nowTimestamp?datetime?string.short} - ${timeZone.getDisplayName(timeZone.useDaylightTime(), Static["java.util.TimeZone"].LONG, locale)}</a>
> +                    <a href="<@o...@ofbizUrl>" id="theme">${uiLabelMap.CommonVisualThemes}</a>
>                 </div>
>             </span>
>             <span>
>
>
>