From: <fg...@us...> - 2011-03-13 10:23:40
|
Revision: 3383 http://openutils.svn.sourceforge.net/openutils/?rev=3383&view=rev Author: fgiust Date: 2011-03-13 10:23:34 +0000 (Sun, 13 Mar 2011) Log Message: ----------- MEDIA-215 Automatically display the folder content after selecting a path through the new address bar Modified Paths: -------------- trunk/openutils-mgnlmedia/src/main/resources/net/sourceforge/openutils/mgnlmedia/controls/MediaTreeFooter.ftl Modified: trunk/openutils-mgnlmedia/src/main/resources/net/sourceforge/openutils/mgnlmedia/controls/MediaTreeFooter.ftl =================================================================== --- trunk/openutils-mgnlmedia/src/main/resources/net/sourceforge/openutils/mgnlmedia/controls/MediaTreeFooter.ftl 2011-03-13 10:00:13 UTC (rev 3382) +++ trunk/openutils-mgnlmedia/src/main/resources/net/sourceforge/openutils/mgnlmedia/controls/MediaTreeFooter.ftl 2011-03-13 10:23:34 UTC (rev 3383) @@ -28,7 +28,7 @@ <#if !tree.browseMode && tree.functionBar?exists> <#assign functionBarHtml = tree.functionBar.html> <#assign p = functionBarHtml?index_of('>')> - ${functionBarHtml?substring(0, p)} style="height: 59px;"><input id="${tree.javascriptTree}AddressBar" type="text" onkeydown="if (mgnlIsKeyEnter(event)) mgnlTreeControl.expandNode(this.value);" class="mgnlDialogControlEdit" style="width: 100%;" value="" />${functionBarHtml?substring(p + 1)} + ${functionBarHtml?substring(0, p)} style="height: 59px;"><input id="${tree.javascriptTree}AddressBar" type="text" onkeydown="if (mgnlIsKeyEnter(event)) {try{mgnlTreeControl.expandNode(this.value);mgnlTreeControl.openFolder('${contextPath}',this.value,false)}catch(e){}}" class="mgnlDialogControlEdit" style="width: 100%;" value="" />${functionBarHtml?substring(p + 1)} </#if> <#include "/info/magnolia/cms/gui/control/TreeJavascript.ftl"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |