From: <die...@us...> - 2010-02-23 15:33:12
|
Revision: 2043 http://openutils.svn.sourceforge.net/openutils/?rev=2043&view=rev Author: diego_schivo Date: 2010-02-23 15:33:06 +0000 (Tue, 23 Feb 2010) Log Message: ----------- MEDIA-105 default values 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 2010-02-23 15:31:28 UTC (rev 2042) +++ trunk/openutils-mgnlmedia/src/main/resources/net/sourceforge/openutils/mgnlmedia/playlist/pages/PlaylistView.html 2010-02-23 15:33:06 UTC (rev 2043) @@ -21,12 +21,12 @@ entries: [ [#list this.playlist.entries as entry] [ - '${entry.thumbnail}', - '${entry.type}', + '${entry.thumbnail!''}', + '${entry.type!''}', '${(entry.title!'')?js_string}', '${(entry.description!'')?js_string}', '${(entry.tags!'')?js_string}', - '${entry.handle}' + '${entry.handle!''}' ][#if entry_has_next],[/#if] [/#list] ], This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |