From: <die...@us...> - 2011-02-01 08:33:27
|
Revision: 3297 http://openutils.svn.sourceforge.net/openutils/?rev=3297&view=rev Author: diego_schivo Date: 2011-02-01 08:33:20 +0000 (Tue, 01 Feb 2011) Log Message: ----------- MEDIA-212 locale is not only language: country might be also specified Modified Paths: -------------- trunk/openutils-mgnlmedia/src/main/resources/net/sourceforge/openutils/mgnlmedia/playlist/pages/PlaylistView.html Modified: trunk/openutils-mgnlmedia/src/main/resources/net/sourceforge/openutils/mgnlmedia/playlist/pages/PlaylistView.html =================================================================== --- trunk/openutils-mgnlmedia/src/main/resources/net/sourceforge/openutils/mgnlmedia/playlist/pages/PlaylistView.html 2011-01-28 16:23:02 UTC (rev 3296) +++ trunk/openutils-mgnlmedia/src/main/resources/net/sourceforge/openutils/mgnlmedia/playlist/pages/PlaylistView.html 2011-02-01 08:33:20 UTC (rev 3297) @@ -195,7 +195,7 @@ xtype: 'panel', html: '<select style="float: right;" onchange="location.href = \'${this.request.contextPath}/.magnolia/pages/playlistView.html?path=\' + playlist.handle + \'&mgnlCK=\' + (new Date()).getTime() + \'&locale=\' + this.options[this.selectedIndex].value;">\ [#list i18nSupport.getLocales() as locale] - <option value="${locale.language}" [#if (this.locale?exists && locale?string == this.locale) || (!this.locale?exists && locale == i18nSupport.fallbackLocale)]selected="selected"[/#if]>${locale.language}</option>\ + <option value="${locale?string}" [#if (this.locale?exists && locale?string == this.locale) || (!this.locale?exists && locale == i18nSupport.fallbackLocale)]selected="selected"[/#if]>${locale?string}</option>\ [/#list] </select>' }, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |