svn commit: r811836 - /ofbiz/trunk/framework/common/webcommon/portal/listPortalPortlets.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r811836 - /ofbiz/trunk/framework/common/webcommon/portal/listPortalPortlets.ftl

jleroux@apache.org
Author: jleroux
Date: Sun Sep  6 16:43:26 2009
New Revision: 811836

URL: http://svn.apache.org/viewvc?rev=811836&view=rev
Log:
A patch from Bruno Busco "Show a larger portlet screenshot" (https://issues.apache.org/jira/browse/OFBIZ-2666) - OFBIZ-2666

Modified:
    ofbiz/trunk/framework/common/webcommon/portal/listPortalPortlets.ftl

Modified: ofbiz/trunk/framework/common/webcommon/portal/listPortalPortlets.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/webcommon/portal/listPortalPortlets.ftl?rev=811836&r1=811835&r2=811836&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/webcommon/portal/listPortalPortlets.ftl (original)
+++ ofbiz/trunk/framework/common/webcommon/portal/listPortalPortlets.ftl Sun Sep  6 16:43:26 2009
@@ -56,7 +56,7 @@
                 <td>
                   <#if portalPortlet.screenshot?has_content>
                     <div class="screenshot">
-                      <a href="<@ofbizContentUrl>${portalPortlet.screenshot}</@ofbizContentUrl>"><img src="<@ofbizContentUrl>${portalPortlet.screenshot}</@ofbizContentUrl>" width="150"/></a>
+                      <a href="<@ofbizContentUrl>${portalPortlet.screenshot}</@ofbizContentUrl>"><img src="<@ofbizContentUrl>${portalPortlet.screenshot}</@ofbizContentUrl>" width="250"/></a>
                     </div>
                   </#if>
                 </td>