VIVO-12 NIHVIVO-4011 Provide config and GUI for selecting Locale
This commit is contained in:
parent
89f759fcbc
commit
a3bd67097b
11 changed files with 230 additions and 7 deletions
BIN
themes/wilma/i18n/images/select_locale_en.GIF
Normal file
BIN
themes/wilma/i18n/images/select_locale_en.GIF
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
BIN
themes/wilma/i18n/images/select_locale_es.GIF
Normal file
BIN
themes/wilma/i18n/images/select_locale_es.GIF
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
themes/wilma/i18n/images/select_locale_fr.GIF
Normal file
BIN
themes/wilma/i18n/images/select_locale_fr.GIF
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
|
@ -9,6 +9,7 @@
|
|||
|
||||
<nav role="navigation">
|
||||
<ul id="header-nav" role="list">
|
||||
<#include "languageSelector.ftl">
|
||||
<li role="listitem"><a href="${urls.index}" title="index">Index</a></li>
|
||||
<#if user.loggedIn>
|
||||
<#-- COMMENTING OUT THE EDIT PAGE LINK FOR RELEASE 1.5. WE NEED TO IMPLEMENT THIS IN A MORE
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<nav role="navigation">
|
||||
<ul id="main-nav" role="list">
|
||||
<#list menu.items as item>
|
||||
<li role="listitem"><a href="${item.url}" title="menu item" <#if item.active> class="selected" </#if>>${item.linkText}</a></li>
|
||||
<li role="listitem"><a href="${item.url}" title="${item.linkText} menu item" <#if item.active> class="selected" </#if>>${item.linkText}</a></li>
|
||||
</#list>
|
||||
</ul>
|
||||
</nav>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue