You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/08/29 16:57:39 UTC

svn commit: r809141 - /ofbiz/trunk/framework/webtools/webapp/webtools/service/availableservices.ftl

Author: jleroux
Date: Sat Aug 29 14:57:39 2009
New Revision: 809141

URL: http://svn.apache.org/viewvc?rev=809141&view=rev
Log:
I finally reverted this change, I did not look at all aspects and it was actually OK

Modified:
    ofbiz/trunk/framework/webtools/webapp/webtools/service/availableservices.ftl

Modified: ofbiz/trunk/framework/webtools/webapp/webtools/service/availableservices.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/service/availableservices.ftl?rev=809141&r1=809140&r2=809141&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/webapp/webtools/service/availableservices.ftl (original)
+++ ofbiz/trunk/framework/webtools/webapp/webtools/service/availableservices.ftl Sat Aug 29 14:57:39 2009
@@ -214,10 +214,7 @@
                         <td><b>${uiLabelMap.WebtoolsFormat}</b> ${condition.format?default(uiLabelMap.CommonNA)}</td>
                       </tr>
                       <tr>
-                        <#if condition.isService?has_content>
-                          <td><b>${uiLabelMap.WebtoolsIsService}</b> ${condition.isService}</td>
-                          <td colspan="2">&nbsp;</td>
-                        </#if>
+                        <td><b>${uiLabelMap.WebtoolsIsService}</b> ${condition.isService?default(uiLabelMap.CommonNA)}</td>
                         <td><b>${uiLabelMap.WebtoolsIsConstant}</b> ${condition.isConstant?default(uiLabelMap.CommonNA)}</td>
                         <td><b>${uiLabelMap.WebtoolsOperator}</b> ${condition.operator?default(uiLabelMap.CommonNA)}</td>
                       </tr>