more template updates for i18n

This commit is contained in:
tworrall 2013-05-31 11:57:37 -04:00
parent 20e6db75cd
commit 4a01fa057b
8 changed files with 26 additions and 25 deletions

View file

@ -7,15 +7,14 @@
-->
<#-- This is included by identity.ftl -->
<#if selectLocale??>
<li>
<#list selectLocale.locales as locale>
<a href="${selectLocale.selectLocaleUrl}?selection=${locale.code}" title="${i18n().select_locale}">
<img src="${locale.imageUrl}" height="15" align="middle" alt="${locale.label}"/>
</a>
<#if locale_has_next>|</#if>
</#list>
</li>
<#if selectLocale??>
<#list selectLocale.locales as locale>
<li>
<a href="${selectLocale.selectLocaleUrl}?selection=${locale.code}" title="${i18n().select_locale}">
<img src="${locale.imageUrl}" height="15" style="vertical-align:middle" alt="${locale.label}"/>
</a>
</li>
</#list>
</#if>
<#--