svn commit: r593646 - /ofbiz/trunk/framework/webtools/webapp/webtools/entity/EntityRefMain.ftl

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

svn commit: r593646 - /ofbiz/trunk/framework/webtools/webapp/webtools/entity/EntityRefMain.ftl

adrianc
Author: adrianc
Date: Fri Nov  9 12:45:36 2007
New Revision: 593646

URL: http://svn.apache.org/viewvc?rev=593646&view=rev
Log:
Small fixup for last commit.

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

Modified: ofbiz/trunk/framework/webtools/webapp/webtools/entity/EntityRefMain.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/entity/EntityRefMain.ftl?rev=593646&r1=593645&r2=593646&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/webapp/webtools/entity/EntityRefMain.ftl (original)
+++ ofbiz/trunk/framework/webtools/webapp/webtools/entity/EntityRefMain.ftl Fri Nov  9 12:45:36 2007
@@ -62,7 +62,7 @@
                                 <#if entity.plainTableName?has_content>  | ${uiLabelMap.WebtoolsTable}: ${entity.plainTableName}</#if>
                             </div>
                             <div>${entity.title}&nbsp;
-                                <#if (parameters.forstatic)?default("false") == "false">
+                                <#if !forstatic>
                                     <#assign encodeURL = response.encodeURL(controlPath + "/FindGeneric?entityName=" + entity.entityName + "&find=true&VIEW_SIZE=50&VIEW_INDEX=0")>
                                     <a target='main' href="${encodeURL}">[${uiLabelMap.WebtoolsViewData}]</a>
                                 </#if>