Hans,

Please give me a link and I will take a look at it.

-Adrian

Hans Bakker wrote:
hi adrian,

with this change you reverted my earlier change.

The reason i put this change in is to be able to use the menu in a
column. can you please have a look at the sfa application? there the
menu causes the right form to be under the left hand form....

can you have a look at that?

Regards,
Hans



On Wed, 2008-05-28 at 21:29 +0000, [EMAIL PROTECTED] wrote:
Author: adrianc
Date: Wed May 28 14:29:05 2008
New Revision: 661096

URL: http://svn.apache.org/viewvc?rev=661096&view=rev
Log:
Oops, missed one file in last commit.

Modified:
    ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlMenuRenderer.java

Modified: 
ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlMenuRenderer.java
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlMenuRenderer.java?rev=661096&r1=661095&r2=661096&view=diff
==============================================================================
--- 
ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlMenuRenderer.java 
(original)
+++ 
ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlMenuRenderer.java 
Wed May 28 14:29:05 2008
@@ -259,7 +259,7 @@
         //String menuContainerStyle = modelMenu.getMenuContainerStyle(context);
         buffer.append(" </ul>");
         appendWhitespace(buffer);
-        buffer.append(" <br/>");
+        buffer.append(" <br class=\"clear\"/>");
         appendWhitespace(buffer);
         buffer.append("</div>");
         appendWhitespace(buffer);



Reply via email to