VIVO-532: temporary clean up; will explore other options post-1.6

This commit is contained in:
tworrall 2013-11-19 11:31:41 -05:00
parent 2bac1e5dab
commit c8658eb17f

View file

@ -6,11 +6,11 @@
What was the right way to do this? What was the right way to do this?
--> -->
<#-- This is included by identity.ftl --> <#-- This is included by identity.ftl -->
<#if selectLocale??> <#if selectLocale??>
<#list selectLocale.locales as locale> <#list selectLocale.locales as locale>
<li> <li>
<a href="${selectLocale.selectLocaleUrl}?selection=${locale.code}" title="${i18n().select_locale} -- ${locale.label}"> <a href="${selectLocale.selectLocaleUrl}?selection=${locale.code}" title="${i18n().select_locale} -- ${locale.label}" <#if locale.selected>style="padding-bottom:1px;border-bottom: 1px solid #ccdfe6"</#if>>
<img src="${locale.imageUrl}" height="15" style="vertical-align:middle" alt="${locale.label}"/> <img src="${locale.imageUrl}" height="15" style="vertical-align:middle" alt="${locale.label}"/>
</a> </a>
</li> </li>