Author: taylor
Date: Tue Nov 28 17:47:21 2006
New Revision: 480325
URL: http://svn.apache.org/viewvc?view=rev&rev=480325
Log:
bug in nested html forms
Modified:
portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/layout/html/columns/layout.vm
Modified:
portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/layout/html/columns/layout.vm
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/layout/html/columns/layout.vm?view=diff&rev=480325&r1=480324&r2=480325
==============================================================================
---
portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/layout/html/columns/layout.vm
(original)
+++
portals/jetspeed-2/trunk/src/webapp/WEB-INF/templates/layout/html/columns/layout.vm
Tue Nov 28 17:47:21 2006
@@ -128,9 +128,7 @@
#end
#getBoolProperty($allowChangePortletDecorator $rootDecorator
"allow.change.portlet.decorator" true)
####### Take all fragments and apply style
- #if($allowChangePortletDecorator)
- <form name="$form$dcnt" action="$formAction" method='post'>
-
+ #if($allowChangePortletDecorator)
<input type="hidden" name="fragment" value="$f.id">
<input type="hidden" name="move" value="">
<input type="hidden" name="remove" value="">
@@ -141,7 +139,6 @@
#end
</select>
<input type="submit" name="jsSubmitTheme"
value="$messages.getString("portal.page.editing.changethemeall")"/>
- </form>
#end
#if($allowAddLayout||$allowChangeLayout)
</div>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]