From: <die...@us...> - 2011-01-14 10:41:50
|
Revision: 3245 http://openutils.svn.sourceforge.net/openutils/?rev=3245&view=rev Author: diego_schivo Date: 2011-01-14 10:41:44 +0000 (Fri, 14 Jan 2011) Log Message: ----------- PIRMEDIA-208 IE8 fix Modified Paths: -------------- trunk/openutils-mgnlmedia/src/main/resources/info/magnolia/cms/gui/control/MediaTreeAddressBar.ftl Modified: trunk/openutils-mgnlmedia/src/main/resources/info/magnolia/cms/gui/control/MediaTreeAddressBar.ftl =================================================================== --- trunk/openutils-mgnlmedia/src/main/resources/info/magnolia/cms/gui/control/MediaTreeAddressBar.ftl 2011-01-14 10:04:21 UTC (rev 3244) +++ trunk/openutils-mgnlmedia/src/main/resources/info/magnolia/cms/gui/control/MediaTreeAddressBar.ftl 2011-01-14 10:41:44 UTC (rev 3245) @@ -1,3 +1 @@ -<img src="${contextPath}/.resources/0.gif" height="3px"/> - -<input id="${tree.javascriptTree}AddressBar" type="text" onkeydown="if (mgnlIsKeyEnter(event)) mgnlTreeControl.expandNode(this.value);" class="mgnlDialogControlEdit" style="bottom: 45px; left: 0; position: absolute; width: 222px;" value="" /> +<div style="position: relative; height: 0;"><input id="${tree.javascriptTree}AddressBar" type="text" onkeydown="if (mgnlIsKeyEnter(event)) mgnlTreeControl.expandNode(this.value);" class="mgnlDialogControlEdit" style="position: absolute; bottom: 0; width: 222px;" value="" /></div> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |