Author: erwan
Date: Tue Apr 20 12:22:25 2010
New Revision: 935891

URL: http://svn.apache.org/viewvc?rev=935891&view=rev
Log:
Buttons at the bottom of an list weren't working

Modified:
    ofbiz/trunk/framework/webtools/webapp/webtools/entity/ListGeneric.ftl

Modified: ofbiz/trunk/framework/webtools/webapp/webtools/entity/ListGeneric.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/entity/ListGeneric.ftl?rev=935891&r1=935890&r2=935891&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/webapp/webtools/entity/ListGeneric.ftl 
(original)
+++ ofbiz/trunk/framework/webtools/webapp/webtools/entity/ListGeneric.ftl Tue 
Apr 20 12:22:25 2010
@@ -52,5 +52,5 @@ under the License.
             </#if>
         </table>
         <#if (arraySize > 0)>
-            <@htmlTemplate.nextPrev listSize=arraySize viewSize=viewSize 
viewIndex=viewIndex  highIndex=highIndex commonDisplaying=commonDisplaying 
firstUrl=firstUrl previousUrl=previousUrl nextUrl=nextUrl lastUrl=lastUrl 
selectUrl=selectUrl selectSizeUrl=selectSizeUrl/>
+            <@htmlTemplate.nextPrev commonUrl=commonUrl listSize=arraySize 
viewSize=viewSize viewIndex=viewIndex  highIndex=highIndex />
         </#if>


Reply via email to