You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2009/05/08 09:15:51 UTC

svn commit: r772867 - /ofbiz/branches/release09.04/framework/common/webcommon/portal/listPortalPortlets.ftl

Author: hansbak
Date: Fri May  8 07:15:50 2009
New Revision: 772867

URL: http://svn.apache.org/viewvc?rev=772867&view=rev
Log:
Applied fix from trunk for revision: 772866 
 Add:<portletName> button for categories with more then one portlet does not work(OFBIZ-2433)

Modified:
    ofbiz/branches/release09.04/framework/common/webcommon/portal/listPortalPortlets.ftl

Modified: ofbiz/branches/release09.04/framework/common/webcommon/portal/listPortalPortlets.ftl
URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/framework/common/webcommon/portal/listPortalPortlets.ftl?rev=772867&r1=772866&r2=772867&view=diff
==============================================================================
--- ofbiz/branches/release09.04/framework/common/webcommon/portal/listPortalPortlets.ftl (original)
+++ ofbiz/branches/release09.04/framework/common/webcommon/portal/listPortalPortlets.ftl Fri May  8 07:15:50 2009
@@ -44,7 +44,7 @@
               <tr>
                 <td>
                   <div class="h2">
-                    <form method="post" action="<@o...@ofbizUrl>" onSubmit="javascript:submitFormDisableSubmits(this)" name="createPortalPortlet"><input name="portalPortletId" value="${portalPortlet.portalPortletId}" type="hidden"/><input name="portalPageId" value="${parameters.portalPageId}" type="hidden"/><input name="columnSeqId" value="${parameters.columnSeqId}" type="hidden"/></form><a class="buttontext" href="javascript:document.createPortalPortlet.submit()">${uiLabelMap.CommonAdd}: ${portalPortlet.portletName}</a>
+                    <form method="post" action="<@o...@ofbizUrl>" onSubmit="javascript:submitFormDisableSubmits(this)" name="createPortalPortlet_${portalPortlet.portalPortletId}"><input name="portalPortletId" value="${portalPortlet.portalPortletId}" type="hidden"/><input name="portalPageId" value="${parameters.portalPageId}" type="hidden"/><input name="columnSeqId" value="${parameters.columnSeqId}" type="hidden"/></form><a class="buttontext" href="javascript:document.createPortalPortlet_${portalPortlet.portalPortletId}.submit()">${uiLabelMap.CommonAdd}: ${portalPortlet.portletName}</a>
                   </div>
                   <div class="tabletext">
                     ${portalPortlet.description}