From: <die...@us...> - 2011-02-04 15:39:05
|
Revision: 3301 http://openutils.svn.sourceforge.net/openutils/?rev=3301&view=rev Author: diego_schivo Date: 2011-02-04 15:38:59 +0000 (Fri, 04 Feb 2011) Log Message: ----------- MEDIA-211 "showpath" property on the dialog control Modified Paths: -------------- trunk/openutils-mgnlmedia/src/main/resources/dialog/selectMedia.ftl Modified: trunk/openutils-mgnlmedia/src/main/resources/dialog/selectMedia.ftl =================================================================== --- trunk/openutils-mgnlmedia/src/main/resources/dialog/selectMedia.ftl 2011-02-04 15:15:29 UTC (rev 3300) +++ trunk/openutils-mgnlmedia/src/main/resources/dialog/selectMedia.ftl 2011-02-04 15:38:59 UTC (rev 3301) @@ -139,7 +139,7 @@ </div> </div> - [#if handle?exists && handle?length > 0] + [#if (configuration['showpath']!false)?string == 'true' && handle?has_content] <input type="text" id="${name}_fullpath" name="${name}_fullpath" value="${handle}" class="mgnlDialogControlEdit" style="width: 100%;" readonly="readonly" /> [/#if] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |